Skip to content

Commit

Permalink
chore: bump version to 3.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: sebthom <sebthom@users.noreply.github.com>
  • Loading branch information
sebthom committed Aug 26, 2024
1 parent 38a35dc commit bca2423
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion examples/maven/hello/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.lastnpe.examples</groupId>
<artifactId>examples-reactor</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>hello</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/maven/jdt-ecj-settings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.lastnpe.examples</groupId>
<artifactId>jdt-ecj-settings</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<name>Examples :: JDT-ECJ-Settings</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/maven/lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.lastnpe.examples</groupId>
<artifactId>examples-reactor</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.lastnpe.eea</groupId>
<artifactId>eea-root</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion libraries/eea-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.lastnpe.eea</groupId>
<artifactId>eea-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>eea-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion libraries/gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.lastnpe.eea</groupId>
<artifactId>eea-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>gson-eea</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion libraries/guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.lastnpe.eea</groupId>
<artifactId>eea-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>guava-eea</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion libraries/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.lastnpe.eea</groupId>
<artifactId>eea-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>jdk-eea</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion libraries/javamail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.lastnpe.eea</groupId>
<artifactId>eea-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>javamail-eea</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion libraries/jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.lastnpe.eea</groupId>
<artifactId>eea-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>jetty-eea</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion libraries/junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.lastnpe.eea</groupId>
<artifactId>eea-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>junit5-eea</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion libraries/mockito/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.lastnpe.eea</groupId>
<artifactId>eea-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>mockito-eea</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion libraries/osgi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.lastnpe.eea</groupId>
<artifactId>eea-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>osgi-core-eea</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion libraries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.lastnpe.eea</groupId>
<artifactId>eea-root</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>eea-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion libraries/servlet-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.lastnpe.eea</groupId>
<artifactId>eea-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>servlet-api-eea</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion libraries/slf4j-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.lastnpe.eea</groupId>
<artifactId>eea-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>slf4j-api-eea</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion libraries/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.lastnpe.eea</groupId>
<artifactId>eea-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>spring-eea</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion libraries/xstream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.lastnpe.eea</groupId>
<artifactId>eea-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>xstream-eea</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.lastnpe.eea</groupId>
<artifactId>eea-root</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit bca2423

Please sign in to comment.