Skip to content

Commit

Permalink
Bump project version to 2.15.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Feb 25, 2024
1 parent 527ebf8 commit 4a37bfd
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion plexus-compiler-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler</artifactId>
<version>2.14.3-SNAPSHOT</version>
<version>2.15.0-SNAPSHOT</version>
</parent>

<artifactId>plexus-compiler-api</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion plexus-compiler-its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler</artifactId>
<version>2.14.3-SNAPSHOT</version>
<version>2.15.0-SNAPSHOT</version>
</parent>

<artifactId>plexus-compiler-its</artifactId>
Expand Down Expand Up @@ -36,6 +36,10 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-javac-errorprone</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-manager</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion plexus-compiler-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler</artifactId>
<version>2.14.3-SNAPSHOT</version>
<version>2.15.0-SNAPSHOT</version>
</parent>

<artifactId>plexus-compiler-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plexus-compiler-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler</artifactId>
<version>2.14.3-SNAPSHOT</version>
<version>2.15.0-SNAPSHOT</version>
</parent>

<artifactId>plexus-compiler-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plexus-compilers/plexus-compiler-aspectj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compilers</artifactId>
<version>2.14.3-SNAPSHOT</version>
<version>2.15.0-SNAPSHOT</version>
</parent>

<artifactId>plexus-compiler-aspectj</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plexus-compilers/plexus-compiler-csharp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compilers</artifactId>
<version>2.14.3-SNAPSHOT</version>
<version>2.15.0-SNAPSHOT</version>
</parent>

<artifactId>plexus-compiler-csharp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plexus-compilers/plexus-compiler-eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compilers</artifactId>
<version>2.14.3-SNAPSHOT</version>
<version>2.15.0-SNAPSHOT</version>
</parent>

<artifactId>plexus-compiler-eclipse</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plexus-compilers/plexus-compiler-javac-errorprone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compilers</artifactId>
<version>2.14.3-SNAPSHOT</version>
<version>2.15.0-SNAPSHOT</version>
</parent>

<artifactId>plexus-compiler-javac-errorprone</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plexus-compilers/plexus-compiler-javac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compilers</artifactId>
<version>2.14.3-SNAPSHOT</version>
<version>2.15.0-SNAPSHOT</version>
</parent>

<artifactId>plexus-compiler-javac</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plexus-compilers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler</artifactId>
<version>2.14.3-SNAPSHOT</version>
<version>2.15.0-SNAPSHOT</version>
</parent>

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

<artifactId>plexus-compiler</artifactId>
<version>2.14.3-SNAPSHOT</version>
<version>2.15.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Plexus Compiler</name>
Expand Down Expand Up @@ -44,7 +44,7 @@
<scm.url>scm:git:git@github.com:codehaus-plexus/plexus-compiler.git</scm.url>
<javaVersion>8</javaVersion>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<project.build.outputTimestamp>2023-12-20T20:25:35Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-24T12:54:17Z</project.build.outputTimestamp>
<aspectj.version>1.9.21</aspectj.version>
<mavenVersion>3.6.3</mavenVersion>
<minimalMavenBuildVersion>${mavenVersion}</minimalMavenBuildVersion>
Expand Down Expand Up @@ -86,6 +86,11 @@
<artifactId>plexus-compiler-javac</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-manager</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
Expand Down

0 comments on commit 4a37bfd

Please sign in to comment.