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
fabiobrz committed Jan 27, 2025
1 parent 1accdb9 commit 27746d8
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>intersmash-parent</artifactId>
<groupId>org.jboss.intersmash</groupId>
<version>0.0.3.Beta1</version>
<version>0.0.3.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>intersmash-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.intersmash</groupId>
<artifactId>intersmash-parent</artifactId>
<version>0.0.3.Beta1</version>
<version>0.0.3.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>intersmash-kubernetes-client</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.jboss.intersmash</groupId>
<artifactId>intersmash-parent</artifactId>
<version>0.0.3.Beta1</version>
<version>0.0.3.Beta2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Intersmash Parent: Aggregator</name>
Expand All @@ -31,7 +31,7 @@
<connection>scm:git:git://github.com/Intersmash/intersmash.git</connection>
<developerConnection>scm:git:ssh://github.com:Intersmash/intersmash.git</developerConnection>
<url>http://github.com/Intersmash/intersmash/tree/main</url>
<tag>0.0.3.Beta1</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion provisioners/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>intersmash-parent</artifactId>
<groupId>org.jboss.intersmash</groupId>
<version>0.0.3.Beta1</version>
<version>0.0.3.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>intersmash-provisioners</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/deployments/deployments-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>test-deployments</artifactId>
<version>0.0.3.Beta1</version>
<version>0.0.3.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>deployments-provider</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>eap7-shared</artifactId>
<version>0.0.3.Beta1</version>
<version>0.0.3.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>eap7-bootable-jar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/deployments/eap7-shared/eap7-helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>eap7-shared</artifactId>
<version>0.0.3.Beta1</version>
<version>0.0.3.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/deployments/eap7-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>test-deployments</artifactId>
<version>0.0.3.Beta1</version>
<version>0.0.3.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.intersmash</groupId>
<artifactId>openshift-jakarta-sample-standalone</artifactId>
<version>0.0.3.Beta1</version>
<version>0.0.3.Beta2-SNAPSHOT</version>
<packaging>war</packaging>

<name>Intersmash Test Deployments: OpenShift Jakarta Sample standalone deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/deployments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>intersmash-testsuite</artifactId>
<version>0.0.3.Beta1</version>
<version>0.0.3.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>test-deployments</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/deployments/wildfly-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>test-deployments</artifactId>
<version>0.0.3.Beta1</version>
<version>0.0.3.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wildfly-shared</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>wildfly-shared</artifactId>
<version>0.0.3.Beta1</version>
<version>0.0.3.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wildfly-bootable-jar</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>wildfly-shared</artifactId>
<version>0.0.3.Beta1</version>
<version>0.0.3.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>intersmash-testsuite</artifactId>
<version>0.0.3.Beta1</version>
<version>0.0.3.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.intersmash</groupId>
<artifactId>intersmash-parent</artifactId>
<version>0.0.3.Beta1</version>
<version>0.0.3.Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 27746d8

Please sign in to comment.