Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsavoie committed Nov 27, 2024
1 parent 5747ab1 commit 2e130ec
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ai-feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ai-feature-pack-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.2.3</version>
</parent>
<artifactId>wildfly-ai-feature-pack</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.2.3</version>
<packaging>pom</packaging>

<name>AI Feature pack for WildFly</name>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ai-feature-pack-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.2.3</version>
<packaging>pom</packaging>

<name>Parent AI integration for WildFly</name>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git:git@github.com:wildfly-extras/wildfly-ai-feature-pack.git</connection>
<developerConnection>scm:git:git@github.com:wildfly-extras/wildfly-ai-feature-pack.git</developerConnection>
<url>https://github.com/wildfly-extras/wildfly-ai-feature-pack</url>
<tag>0.2.2</tag>
<tag>0.2.3</tag>
</scm>

<properties>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ai-feature-pack</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.2.3</version>
<type>pom</type>
</dependency>
<dependency>
Expand All @@ -82,7 +82,7 @@
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ai-injection</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.2.3</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -93,7 +93,7 @@
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ai-subsystem</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.2.3</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down
2 changes: 1 addition & 1 deletion wildfly-ai/injection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>1.0.0-SNAPSHOT</version>
<version>0.2.3</version>
</parent>
<artifactId>wildfly-ai-injection</artifactId>
<name>WildFly: AI Injection</name>
Expand Down
4 changes: 2 additions & 2 deletions wildfly-ai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ai-feature-pack-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.2.3</version>
</parent>
<artifactId>wildfly-ai</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.2.3</version>
<name>WildFly AI Extension</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion wildfly-ai/subsystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>1.0.0-SNAPSHOT</version>
<version>0.2.3</version>
</parent>
<artifactId>wildfly-ai-subsystem</artifactId>
<name>WildFly: AI Subsystem</name>
Expand Down

0 comments on commit 2e130ec

Please sign in to comment.