Skip to content

Commit

Permalink
Prepare for 1.0.3.Final release.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Dec 19, 2023
1 parent 0492535 commit 36f2f0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ide-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.tools</groupId>
<artifactId>dev-tools</artifactId>
<version>1.0.3.Final-SNAPSHOT</version>
<version>1.0.3.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>org.wildfly.tools</groupId>
<artifactId>wildfly-parent</artifactId>
<version>1.0.3.Final-SNAPSHOT</version>
<version>1.0.3.Final</version>
<packaging>pom</packaging>

<url>https://wildfly.org</url>
Expand Down Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>org.wildfly.tools</groupId>
<artifactId>ide-config</artifactId>
<version>1.0.3.Final-SNAPSHOT</version>
<version>1.0.3.Final</version>
</dependency>
</dependencies>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<groupId>org.wildfly.tools</groupId>
<artifactId>dev-tools</artifactId>
<name>WildFly: Development Tools</name>
<version>1.0.3.Final-SNAPSHOT</version>
<version>1.0.3.Final</version>
<packaging>pom</packaging>

<url>https://wildfly.org</url>
Expand Down

0 comments on commit 36f2f0a

Please sign in to comment.