Skip to content

Commit

Permalink
[maven-release-plugin] prepare release plexus-compiler-2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Mar 6, 2022
1 parent 84bcd28 commit 07163db
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 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.11.0-SNAPSHOT</version>
<version>2.11.0</version>
</parent>

<artifactId>plexus-compiler-api</artifactId>
Expand Down
2 changes: 1 addition & 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.11.0-SNAPSHOT</version>
<version>2.11.0</version>
</parent>

<artifactId>plexus-compiler-its</artifactId>
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.11.0-SNAPSHOT</version>
<version>2.11.0</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.11.0-SNAPSHOT</version>
<version>2.11.0</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.11.0-SNAPSHOT</version>
<version>2.11.0</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.11.0-SNAPSHOT</version>
<version>2.11.0</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.11.0-SNAPSHOT</version>
<version>2.11.0</version>
</parent>

<artifactId>plexus-compiler-eclipse</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plexus-compilers/plexus-compiler-j2objc/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.11.0-SNAPSHOT</version>
<version>2.11.0</version>
</parent>

<artifactId>plexus-compiler-j2objc</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.11.0-SNAPSHOT</version>
<version>2.11.0</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.11.0-SNAPSHOT</version>
<version>2.11.0</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.11.0-SNAPSHOT</version>
<version>2.11.0</version>
</parent>

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

<artifactId>plexus-compiler</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0</version>
<packaging>pom</packaging>

<name>Plexus Compiler</name>
Expand All @@ -28,7 +28,7 @@
<connection>${scm.url}</connection>
<developerConnection>${scm.url}</developerConnection>
<url>http://github.com/codehaus-plexus/plexus-compiler/tree/${project.scm.tag}/</url>
<tag>HEAD</tag>
<tag>plexus-compiler-2.11.0</tag>
</scm>
<issueManagement>
<system>github</system>
Expand All @@ -45,7 +45,7 @@
<scm.url>scm:git:git@github.com:codehaus-plexus/plexus-compiler.git</scm.url>
<javaVersion>11</javaVersion>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<project.build.outputTimestamp>2022-03-06T00:54:21Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-03-06T05:38:17Z</project.build.outputTimestamp>
<jupiter.version>5.8.2</jupiter.version>
<aspectj.version>1.9.7.M3</aspectj.version>
<errorprone.version>2.11.0</errorprone.version>
Expand Down

0 comments on commit 07163db

Please sign in to comment.