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
vis-86 committed Aug 7, 2023
1 parent 1a6e949 commit 91a4f51
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>superfly-parent</artifactId>
<packaging>pom</packaging>
<name>Superfly parent project</name>
<version>1.7-32</version>
<version>1.7-33-SNAPSHOT</version>
<description>Parent POM of the Superfly project</description>
<modules>
<module>superfly-remote-api</module>
Expand All @@ -34,7 +34,7 @@
<connection>scm:git:git@github.com:payneteasy/superfly.git</connection>
<developerConnection>scm:git:git@github.com:payneteasy/superfly.git</developerConnection>
<url>https://github.com/paynetesy/superfly</url>
<tag>superfly-parent-1.7-32</tag>
<tag>superfly-parent-1.7-12</tag>
</scm>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion superfly-client-opt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>superfly-parent</artifactId>
<groupId>com.payneteasy.superfly</groupId>
<version>1.7-32</version>
<version>1.7-33-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>superfly-client-opt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion superfly-client-web-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>superfly-parent</artifactId>
<groupId>com.payneteasy.superfly</groupId>
<version>1.7-32</version>
<version>1.7-33-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>superfly-client-web-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion superfly-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>superfly-parent</artifactId>
<groupId>com.payneteasy.superfly</groupId>
<version>1.7-32</version>
<version>1.7-33-SNAPSHOT</version>
</parent>
<artifactId>superfly-client</artifactId>
<name>Superfly Client</name>
Expand Down
2 changes: 1 addition & 1 deletion superfly-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>superfly-parent</artifactId>
<groupId>com.payneteasy.superfly</groupId>
<version>1.7-32</version>
<version>1.7-33-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>superfly-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion superfly-crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>superfly-parent</artifactId>
<groupId>com.payneteasy.superfly</groupId>
<version>1.7-32</version>
<version>1.7-33-SNAPSHOT</version>
</parent>
<artifactId>superfly-crypto</artifactId>
<name>Superfly helper crypto services</name>
Expand Down
2 changes: 1 addition & 1 deletion superfly-httpclient-ssl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>superfly-parent</artifactId>
<groupId>com.payneteasy.superfly</groupId>
<version>1.7-32</version>
<version>1.7-33-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>superfly-httpclient-ssl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion superfly-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>superfly-parent</artifactId>
<groupId>com.payneteasy.superfly</groupId>
<version>1.7-32</version>
<version>1.7-33-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.payneteasy.superfly</groupId>
Expand Down
2 changes: 1 addition & 1 deletion superfly-remote-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>superfly-parent</artifactId>
<groupId>com.payneteasy.superfly</groupId>
<version>1.7-32</version>
<version>1.7-33-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.payneteasy.superfly</groupId>
Expand Down
2 changes: 1 addition & 1 deletion superfly-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>superfly-parent</artifactId>
<groupId>com.payneteasy.superfly</groupId>
<version>1.7-32</version>
<version>1.7-33-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.payneteasy.superfly</groupId>
Expand Down
2 changes: 1 addition & 1 deletion superfly-spi-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>superfly-parent</artifactId>
<groupId>com.payneteasy.superfly</groupId>
<version>1.7-32</version>
<version>1.7-33-SNAPSHOT</version>
</parent>
<artifactId>superfly-spi-support</artifactId>
<name>Support classes for SPI mechanism</name>
Expand Down
2 changes: 1 addition & 1 deletion superfly-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>superfly-parent</artifactId>
<groupId>com.payneteasy.superfly</groupId>
<version>1.7-32</version>
<version>1.7-33-SNAPSHOT</version>
</parent>
<groupId>com.payneteasy.superfly</groupId>
<artifactId>superfly-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion superfly-spring-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>superfly-parent</artifactId>
<groupId>com.payneteasy.superfly</groupId>
<version>1.7-32</version>
<version>1.7-33-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>superfly-spring-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion superfly-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>superfly-parent</artifactId>
<groupId>com.payneteasy.superfly</groupId>
<version>1.7-32</version>
<version>1.7-33-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>superfly-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion superfly-wicket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>superfly-parent</artifactId>
<groupId>com.payneteasy.superfly</groupId>
<version>1.7-32</version>
<version>1.7-33-SNAPSHOT</version>
</parent>
<artifactId>superfly-wicket</artifactId>
<name>Superfly wicket extensions</name>
Expand Down

0 comments on commit 91a4f51

Please sign in to comment.