Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobrz committed Jun 12, 2024
1 parent 18b1e3c commit d37b065
Show file tree
Hide file tree
Showing 26 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>intersmash-parent</artifactId>
<groupId>org.jboss.intersmash</groupId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>intersmash-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.intersmash</groupId>
<artifactId>intersmash-parent</artifactId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.jboss.intersmash.examples</groupId>
Expand Down
4 changes: 2 additions & 2 deletions examples/wildfly-keycloak-saml-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.intersmash.examples</groupId>
<artifactId>intersmash-examples</artifactId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>deployments-provider</artifactId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/ws-bootable-jar-example/jaxws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.jboss.intersmash.examples</groupId>
<artifactId>ws-bootable-jar-example</artifactId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
public class SoapWildflyBootableOpenShiftJarApplication implements BootableJarOpenShiftApplication {
private String GROUPID = "org.jboss.intersmash";
private String ARTIFACTID = "jaxws";
private String VERSION = "0.0.2";
private String VERSION = "0.0.3-SNAPSHOT";
static final String BOOTABLE_JAR_ARTIFACT_PACKAGING = "jar";
static final String ARTIFACT_CLASSIFIER = "bootable-openshift";

Expand Down
2 changes: 1 addition & 1 deletion examples/ws-bootable-jar-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.intersmash.examples</groupId>
<artifactId>intersmash-examples</artifactId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ws-bootable-jar-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/wstrust/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.intersmash.examples</groupId>
<artifactId>intersmash-examples</artifactId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wstrust-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/wstrust/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.jboss.intersmash.examples</groupId>
<artifactId>wstrust-parent</artifactId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/wstrust/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.jboss.intersmash.examples</groupId>
<artifactId>wstrust-parent</artifactId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/wstrust/sts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.jboss.intersmash.examples</groupId>
<artifactId>wstrust-parent</artifactId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/wstrust/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.jboss.intersmash.examples</groupId>
<artifactId>wstrust-parent</artifactId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
public class STSWstrustOpenShiftJarApplication implements BootableJarOpenShiftApplication {
private String GROUPID = "org.jboss.intersmash";
private String ARTIFACTID = "wstrust-sts";
private String VERSION = "0.0.2";
private String VERSION = "0.0.3-SNAPSHOT";
static final String BOOTABLE_JAR_ARTIFACT_PACKAGING = "jar";
static final String ARTIFACT_CLASSIFIER = "bootable-openshift";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
public class ServiceWstrustOpenShiftJarApplication implements BootableJarOpenShiftApplication {
private String GROUPID = "org.jboss.intersmash";
static final String ARTIFACTID = "wstrust-service";
private String VERSION = "0.0.2";
private String VERSION = "0.0.3-SNAPSHOT";
static final String BOOTABLE_JAR_ARTIFACT_PACKAGING = "jar";
static final String ARTIFACT_CLASSIFIER = "bootable-openshift";

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

<name>Intersmash Parent: Aggregator</name>
Expand Down
2 changes: 1 addition & 1 deletion provisioners/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>intersmash-parent</artifactId>
<groupId>org.jboss.intersmash</groupId>
<version>0.0.2</version>
<version>0.0.3-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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>test-deployments</artifactId>
<version>0.0.2</version>
<version>0.0.3-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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>eap7-shared</artifactId>
<version>0.0.2</version>
<version>0.0.3-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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>eap7-shared</artifactId>
<version>0.0.2</version>
<version>0.0.3-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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>test-deployments</artifactId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.intersmash</groupId>
<artifactId>openshift-jakarta-sample-standalone</artifactId>
<version>0.0.2</version>
<version>0.0.3-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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>intersmash-testsuite</artifactId>
<version>0.0.2</version>
<version>0.0.3-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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>test-deployments</artifactId>
<version>0.0.2</version>
<version>0.0.3-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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>wildfly-shared</artifactId>
<version>0.0.2</version>
<version>0.0.3-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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>wildfly-shared</artifactId>
<version>0.0.2</version>
<version>0.0.3-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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.intersmash.test</groupId>
<artifactId>intersmash-testsuite</artifactId>
<version>0.0.2</version>
<version>0.0.3-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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.intersmash</groupId>
<artifactId>intersmash-parent</artifactId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit d37b065

Please sign in to comment.