Skip to content

Commit

Permalink
Prepare for version 3 release
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Aug 15, 2024
1 parent 6c35f55 commit 500f761
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ide-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>dev.resteasy.tools</groupId>
<artifactId>resteasy-dev-tools</artifactId>
<version>3-SNAPSHOT</version>
<version>3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>dev.resteasy.tools</groupId>
<artifactId>resteasy-parent</artifactId>
<version>3-SNAPSHOT</version>
<version>3</version>
<packaging>pom</packaging>

<url>https://resteasy.dev</url>
Expand Down Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>dev.resteasy.tools</groupId>
<artifactId>resteasy-checkstyle-config</artifactId>
<version>3-SNAPSHOT</version>
<version>3</version>
</dependency>
</dependencies>
</plugin>
Expand All @@ -97,7 +97,7 @@
<dependency>
<groupId>dev.resteasy.tools</groupId>
<artifactId>ide-config</artifactId>
<version>3-SNAPSHOT</version>
<version>3</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 @@ -13,7 +13,7 @@
<groupId>dev.resteasy.tools</groupId>
<artifactId>resteasy-dev-tools</artifactId>
<name>RESTEasy: Development Tools</name>
<version>3-SNAPSHOT</version>
<version>3</version>
<packaging>pom</packaging>

<url>https://resteasy.dev</url>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-checkstyle-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.resteasy.tools</groupId>
<artifactId>resteasy-dev-tools</artifactId>
<version>3-SNAPSHOT</version>
<version>3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 500f761

Please sign in to comment.