Skip to content

Commit fbbf70e

Browse files
authored
Merge pull request #28 from swisspost/develop
Release PR
2 parents e02947b + 2921784 commit fbbf70e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apikana-maven-plugin/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.swisspush.apikana</groupId>
77
<artifactId>apikana</artifactId>
8-
<version>0.4.23</version>
8+
<version>0.4.24-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.swisspush.maven.plugins</groupId>
@@ -129,4 +129,4 @@
129129
</dependency>
130130
</dependencies>
131131

132-
</project>
132+
</project>

apikana-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.swisspush.apikana</groupId>
77
<artifactId>apikana</artifactId>
8-
<version>0.4.23</version>
8+
<version>0.4.24-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apikana-parent</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.swisspush.apikana</groupId>
66
<artifactId>apikana</artifactId>
7-
<version>0.4.23</version>
7+
<version>0.4.24-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>${project.artifactId}</name>
@@ -246,4 +246,4 @@
246246

247247
</profiles>
248248

249-
</project>
249+
</project>

0 commit comments

Comments
 (0)