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
killbillio committed Feb 5, 2024
1 parent fa831a8 commit f471f14
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion automaton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-commons</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>killbill-automaton</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion clock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-commons</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>killbill-clock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion concurrent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-commons</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>killbill-concurrent</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions config-magic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-commons</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>killbill-config-magic</artifactId>
Expand Down Expand Up @@ -66,7 +66,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- Don't run JUnit tests -->
<groups/>
<groups />
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion embeddeddb/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-embeddeddb</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>killbill-embeddeddb-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion embeddeddb/h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-embeddeddb</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>killbill-embeddeddb-h2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion embeddeddb/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-embeddeddb</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>killbill-embeddeddb-mysql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion embeddeddb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-commons</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>killbill-embeddeddb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion embeddeddb/postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-embeddeddb</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>killbill-embeddeddb-postgresql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdbi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-commons</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>killbill-jdbi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion locker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-commons</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>killbill-locker</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions metrics-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-commons</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
</parent>
<artifactId>killbill-metrics-api</artifactId>
<properties>
<check.spotbugs-exclude-filter-file>spotbugs-exclude.xml</check.spotbugs-exclude-filter-file>
</properties>
<dependencies/>
<dependencies />
</project>
2 changes: 1 addition & 1 deletion metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-commons</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
</parent>
<artifactId>killbill-metrics</artifactId>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-commons</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>killbill-commons</name>
<description>Kill Bill reusable Java components</description>
Expand Down Expand Up @@ -56,7 +56,7 @@
<scm>
<connection>scm:git:git://github.com/killbill/killbill-commons.git</connection>
<developerConnection>scm:git:[email protected]:killbill/killbill-commons.git</developerConnection>
<tag>killbill-commons-0.26.2</tag>
<tag>HEAD</tag>
<url>http://github.com/killbill/killbill-commons/tree/master</url>
</scm>
<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion queue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-commons</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>killbill-queue</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion skeleton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-commons</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>killbill-skeleton</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-commons</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion xmlloader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-commons</artifactId>
<version>0.26.2</version>
<version>0.26.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>killbill-xmlloader</artifactId>
Expand Down

0 comments on commit f471f14

Please sign in to comment.