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
jenkins2 committed Apr 25, 2020
1 parent a6b94fb commit 97012d0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion jsoagger-jfx-demo/jsoagger-cloudstub-operations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.jsoagger</groupId>
<artifactId>jsoagger-jfx-demo</artifactId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
</parent>

<name>JSoagger Cloud stub operations</name>
Expand Down
2 changes: 1 addition & 1 deletion jsoagger-jfx-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.jsoagger</groupId>
<artifactId>jsoagger-jfxcore</artifactId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
</parent>

<name>JSoagger jfx demo</name>
Expand Down
2 changes: 1 addition & 1 deletion jsoagger-jfxcore-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.jsoagger</groupId>
<artifactId>jsoagger-jfxcore</artifactId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
</parent>

<name>JSoagger jfx core engine</name>
Expand Down
2 changes: 1 addition & 1 deletion jsoagger-jfxcore-integration/jsoagger-jfxcore11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.jsoagger</groupId>
<artifactId>jsoagger-jfxcore-integration</artifactId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
</parent>

<name>JSoagger jfx core integration jdk11</name>
Expand Down
2 changes: 1 addition & 1 deletion jsoagger-jfxcore-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.jsoagger</groupId>
<artifactId>jsoagger-jfxcore</artifactId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
</parent>

<name>JSoagger jfx core integration</name>
Expand Down
2 changes: 1 addition & 1 deletion jsoagger-jfxcore-preloader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.jsoagger</groupId>
<artifactId>jsoagger-jfxcore</artifactId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
</parent>

<name>JSoagger jfx core preloader</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.github.jsoagger</groupId>
<artifactId>jsoagger-jfxcore</artifactId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>

<name>JSoagger jfx core</name>
<description>JSoagger jfx core</description>
Expand Down Expand Up @@ -540,7 +540,7 @@
<connection>scm:git:https://github.com/jsoagger/jsoagger-fx.git</connection>
<developerConnection>scm:git:https://github.com/jsoagger/jsoagger-fx.git</developerConnection>
<url>https://github.com/jsoagger</url>
<tag>1.0.5</tag>
<tag>HEAD</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 97012d0

Please sign in to comment.