Skip to content

Commit

Permalink
build: move to developer version
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Sep 15, 2023
1 parent 6365c86 commit 9076fdf
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion compiler-jdk8/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>maven-processor-plugin-parent</artifactId>
<groupId>org.bsc.maven</groupId>
<version>5.0-jdk8-rc3</version>
<version>5.0-jdk8-SNAPSHOT</version>
<relativePath>../pom-jdk8.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion compiler/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>maven-processor-plugin-parent</artifactId>
<groupId>org.bsc.maven</groupId>
<version>5.0-rc3</version>
<version>5.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion processor/pom-jdk8.xml
Expand Up @@ -13,7 +13,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.
<parent>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin-parent</artifactId>
<version>5.0-jdk8-rc3</version>
<version>5.0-jdk8-SNAPSHOT</version>
<relativePath>../pom-jdk8.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion processor/pom.xml
Expand Up @@ -13,7 +13,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.
<parent>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin-parent</artifactId>
<version>5.0-rc3</version>
<version>5.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion test/app/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin-parent</artifactId>
<version>5.0-rc3</version>
<version>5.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion test/processors/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin-parent</artifactId>
<version>5.0-rc3</version>
<version>5.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion utils/pom-jdk8.xml
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin-parent</artifactId>
<version>5.0-jdk8-rc3</version>
<version>5.0-jdk8-SNAPSHOT</version>
<relativePath>../pom-jdk8.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin-parent</artifactId>
<version>5.0-rc3</version>
<version>5.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down

0 comments on commit 9076fdf

Please sign in to comment.