Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 30, 2023
1 parent cf13049 commit 030f889
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.ironjacamar</groupId>
<artifactId>quarkus-ironjacamar-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>quarkus-ironjacamar-deployment</artifactId>
<name>Quarkus IronJacamar - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.ironjacamar</groupId>
<artifactId>quarkus-ironjacamar-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/artemis-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.ironjacamar</groupId>
<artifactId>quarkus-ironjacamar-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>artemis-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/artemis-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.ironjacamar</groupId>
<artifactId>quarkus-ironjacamar-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/multiple-artemis-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.ironjacamar</groupId>
<artifactId>quarkus-ironjacamar-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.ironjacamar</groupId>
<artifactId>quarkus-ironjacamar-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-ironjacamar-integration-tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>io.quarkiverse.ironjacamar</groupId>
<artifactId>quarkus-ironjacamar-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>
<name>Quarkus IronJacamar - Parent</name>
<modules>
Expand All @@ -20,7 +20,7 @@
<connection>scm:git:[email protected]:quarkiverse/quarkus-ironjacamar.git</connection>
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-ironjacamar.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-ironjacamar</url>
<tag>HEAD</tag>
<tag>1.1.0</tag>
</scm>
<properties>
<maven.compiler.release>11</maven.compiler.release>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.ironjacamar</groupId>
<artifactId>quarkus-ironjacamar-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>quarkus-ironjacamar</artifactId>
<name>Quarkus IronJacamar - Runtime</name>
Expand Down

0 comments on commit 030f889

Please sign in to comment.