Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Jul 8, 2019
1 parent e56ef9a commit fff587b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.silanis.esl</groupId>
<artifactId>esl-java-sdk</artifactId>
<version>11.28</version>
<version>11.29-SNAPSHOT</version>

<modules>
<module>tester</module>
Expand Down Expand Up @@ -252,7 +252,7 @@
<connection>scm:git:git@github.com:silanis/esl.model.git</connection>
<developerConnection>scm:git:git@github.com:silanis/esl.sdk.java.git</developerConnection>
<url>git@github.com:silanis/esl.sdk.java.git</url>
<tag>v11.28</tag>
<tag>version ${project.version}</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.silanis.esl</groupId>
<artifactId>esl-java-sdk</artifactId>
<version>11.28</version>
<version>11.29-SNAPSHOT</version>
</parent>

<groupId>com.silanis.esl.sdk</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>esl-java-sdk</artifactId>
<groupId>com.silanis.esl</groupId>
<version>11.28</version>
<version>11.29-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>esl-java-sdk</artifactId>
<groupId>com.silanis.esl</groupId>
<version>11.28</version>
<version>11.29-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>com.silanis.esl</groupId>
<artifactId>sdk</artifactId>
<version>11.28</version>
<version>11.29-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.sf.opencsv</groupId>
Expand Down

0 comments on commit fff587b

Please sign in to comment.