Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.3.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezp committed Feb 10, 2023
1 parent d8492bd commit 5b7e15f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
8 changes: 4 additions & 4 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>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.Final</version>
<packaging>pom</packaging>

<url>https://resteasy.dev</url>
Expand All @@ -19,7 +19,7 @@
<connection>scm:git:git://github.com/resteasy/resteasy-dev-tools.git</connection>
<developerConnection>scm:git:git@github.com:resteasy/resteasy-dev-tools.git</developerConnection>
<url>https://github.com/resteasy/resteasy-dev-tools/tree/main/</url>
<tag>HEAD</tag>
<tag>2.0.3.Final</tag>
</scm>

<developers>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>dev.resteasy.tools</groupId>
<artifactId>resteasy-checkstyle-config</artifactId>
<version>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.Final</version>
</dependency>
</dependencies>
</plugin>
Expand All @@ -100,7 +100,7 @@
<dependency>
<groupId>dev.resteasy.tools</groupId>
<artifactId>ide-config</artifactId>
<version>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.Final</version>
</dependency>
</dependencies>
<configuration>
Expand Down
4 changes: 2 additions & 2 deletions 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>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.Final</version>
<packaging>pom</packaging>

<url>https://resteasy.dev</url>
Expand All @@ -22,7 +22,7 @@
<connection>scm:git:git://github.com/resteasy/resteasy-dev-tools.git</connection>
<developerConnection>scm:git:git@github.com:resteasy/resteasy-dev-tools.git</developerConnection>
<url>https://github.com/resteasy/resteasy-dev-tools/tree/main/</url>
<tag>HEAD</tag>
<tag>2.0.3.Final</tag>
</scm>

<developers>
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>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 5b7e15f

Please sign in to comment.