Skip to content

Commit

Permalink
Version 3.0-RC7
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Dec 2, 2024
1 parent 480e737 commit f2d4c27
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 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>3.0-RC6</version>
<version>3.0-RC7</version>
</parent>

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

Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-test</artifactId>
<version>3.0-RC6</version>
<version>3.0-RC7</version>
<scope>test</scope>
</dependency>

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

<artifactId>avaje-jex-htmx</artifactId>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>3.0-RC6</version>
<version>3.0-RC7</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 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>3.0-RC6</version>
<version>3.0-RC7</version>
</parent>

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

Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-test</artifactId>
<version>3.0-RC6</version>
<version>3.0-RC7</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>3.0-RC6</version>
<version>3.0-RC7</version>
</parent>

<artifactId>avaje-jex-test</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>3.0-RC6</version>
<version>3.0-RC7</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>3.0-RC6</version>
<version>3.0-RC7</version>
</parent>

<artifactId>avaje-jex</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/example-jdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>3.0-RC6</version>
<version>3.0-RC7</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/example-robaho/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>3.0-RC6</version>
<version>3.0-RC7</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>avaje-jex-parent</artifactId>
<groupId>io.avaje</groupId>
<version>3.0-RC6</version>
<version>3.0-RC7</version>
</parent>

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

<groupId>io.avaje</groupId>
<artifactId>avaje-jex-parent</artifactId>
<version>3.0-RC6</version>
<version>3.0-RC7</version>
<packaging>pom</packaging>

<scm>
Expand All @@ -22,7 +22,7 @@
<jackson.version>2.18.2</jackson.version>
<surefire.useModulePath>false</surefire.useModulePath>
<maven.compiler.release>21</maven.compiler.release>
<project.build.outputTimestamp>2024-12-02T07:39:59Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-12-02T08:52:38Z</project.build.outputTimestamp>
</properties>

<modules>
Expand Down

0 comments on commit f2d4c27

Please sign in to comment.