Skip to content

Commit 6697cfd

Browse files
author
corp\jenkins
committed
[maven-release-plugin] prepare for next development iteration
1 parent 926f024 commit 6697cfd

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.silanis.esl</groupId>
44
<artifactId>esl-java-sdk</artifactId>
5-
<version>11.58</version>
5+
<version>11.59-SNAPSHOT</version>
66

77
<modules>
88
<module>tester</module>
@@ -284,7 +284,7 @@
284284
<connection>scm:git:git@github.com:OneSpan/esl.model.git</connection>
285285
<developerConnection>scm:git:git@github.com:OneSpan/esl.sdk.java.git</developerConnection>
286286
<url>git@github.com:OneSpan/esl.sdk.java.git</url>
287-
<tag>v11.58</tag>
287+
<tag>version ${project.version}</tag>
288288
</scm>
289289

290290
<developers>

release/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.silanis.esl</groupId>
77
<artifactId>esl-java-sdk</artifactId>
8-
<version>11.58</version>
8+
<version>11.59-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>com.silanis.esl.sdk</groupId>

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>esl-java-sdk</artifactId>
55
<groupId>com.silanis.esl</groupId>
6-
<version>11.58</version>
6+
<version>11.59-SNAPSHOT</version>
77
</parent>
88
<dependencies>
99
<dependency>

tester/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>esl-java-sdk</artifactId>
55
<groupId>com.silanis.esl</groupId>
6-
<version>11.58</version>
6+
<version>11.59-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>com.silanis.esl</groupId>
1414
<artifactId>sdk</artifactId>
15-
<version>11.58</version>
15+
<version>11.59-SNAPSHOT</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>net.sf.opencsv</groupId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.silanis.esl</groupId>
4343
<artifactId>sdk</artifactId>
44-
<version>11.58</version>
44+
<version>11.59-SNAPSHOT</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>

0 commit comments

Comments
 (0)