Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsavoie committed Oct 31, 2024
1 parent 0a3a951 commit c38d711
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion ai-feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ai-galleon-pack-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>wildfly-ai-galleon-pack</artifactId>
<packaging>pom</packaging>
Expand Down
5 changes: 3 additions & 2 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-galleon-pack-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<name>Parent AI integration for WildFly</name>
Expand All @@ -26,7 +26,8 @@
<connection>scm:git:[email protected]:ehsavoie/ai-testing.git</connection>
<developerConnection>scm:git:[email protected]:ehsavoie/ai-testing.git</developerConnection>
<url>https://github.com/ehsavoie/ai-testing</url>
</scm>
<tag>0.1.0</tag>
</scm>

<properties>
<!-- Require Java 11 -->
Expand Down
6 changes: 2 additions & 4 deletions wildfly-ai/injection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
~ SPDX-License-Identifier: Apache-2.0
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -17,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.1.0</version>
</parent>
<artifactId>wildfly-ai-injection</artifactId>
<name>WildFly: AI Injection</name>
Expand Down
6 changes: 2 additions & 4 deletions wildfly-ai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
~ SPDX-License-Identifier: Apache-2.0
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ai-galleon-pack-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>wildfly-ai</artifactId>
<name>WildFly AI Extension</name>
Expand Down
6 changes: 2 additions & 4 deletions wildfly-ai/subsystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
~ SPDX-License-Identifier: Apache-2.0
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -17,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.1.0</version>
</parent>
<artifactId>wildfly-ai-subsystem</artifactId>
<name>WildFly: AI Subsystem</name>
Expand Down

0 comments on commit c38d711

Please sign in to comment.