Skip to content

Commit

Permalink
[maven-release-plugin] prepare release avaje-jex-parent-2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Jan 8, 2023
1 parent 993a2cf commit 990412b
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions avaje-jex-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>avaje-jex-parent</artifactId>
<groupId>io.avaje</groupId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>

<artifactId>avaje-jex-freemarker</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
<scope>provided</scope>
</dependency>

Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-jetty</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
<scope>test</scope>
</dependency>

Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-test</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions avaje-jex-grizzly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>avaje-jex-parent</artifactId>
<groupId>io.avaje</groupId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions avaje-jex-jdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>avaje-jex-parent</artifactId>
<groupId>io.avaje</groupId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions avaje-jex-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>avaje-jex-parent</artifactId>
<groupId>io.avaje</groupId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions avaje-jex-mustache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>avaje-jex-parent</artifactId>
<groupId>io.avaje</groupId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>

<artifactId>avaje-jex-mustache</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
<scope>provided</scope>
</dependency>

Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-jetty</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
<scope>test</scope>
</dependency>

Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-test</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions avaje-jex-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>avaje-jex-parent</artifactId>
<groupId>io.avaje</groupId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>

<artifactId>avaje-jex-test</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion avaje-jex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>

<artifactId>avaje-jex</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

<groupId>io.avaje</groupId>
<artifactId>avaje-jex-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
<packaging>pom</packaging>

<scm>
<developerConnection>scm:git:git@github.com:avaje/avaje-jex.git</developerConnection>
<tag>HEAD</tag>
<tag>avaje-jex-parent-2.5</tag>
</scm>

<properties>
Expand Down

0 comments on commit 990412b

Please sign in to comment.