Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
glhez committed Jun 7, 2023
1 parent 57deb45 commit 2c37162
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion java-1.8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.glhez.parent</groupId>
<artifactId>maven-parent</artifactId>
<version>70</version>
<version>71-SNAPSHOT</version>
</parent>

<artifactId>java-1.8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java-17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.glhez.parent</groupId>
<artifactId>maven-parent</artifactId>
<version>70</version>
<version>71-SNAPSHOT</version>
</parent>

<artifactId>java-17</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.glhez.parent</groupId>
<artifactId>maven-parent</artifactId>
<version>70</version>
<version>71-SNAPSHOT</version>

<packaging>pom</packaging>

Expand All @@ -19,7 +19,7 @@
<scm>
<connection>scm:git:https://github.com/glhez/project-settings</connection>
<developerConnection>scm:git:git@github.com:glhez/project-settings.git</developerConnection>
<tag>v70</tag>
<tag>v40</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -162,7 +162,7 @@

<dependencyManagement>
<dependencies>
<dependency> <groupId>com.github.glhez.parent</groupId> <artifactId>settings</artifactId> <version>70</version> <!--scope--> <!--type--> </dependency>
<dependency> <groupId>com.github.glhez.parent</groupId> <artifactId>settings</artifactId> <version>71-SNAPSHOT</version> <!--scope--> <!--type--> </dependency>

<dependency> <groupId>org.junit</groupId> <artifactId>junit-bom</artifactId> <version>${dep.junit-bom.version}</version> <scope>import</scope> <type>pom</type> </dependency>
<dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-bom</artifactId> <version>${dep.log4j-bom.version}</version> <scope>import</scope> <type>pom</type> </dependency>
Expand Down Expand Up @@ -272,7 +272,7 @@
<plugin>
<groupId>net.revelc.code.formatter</groupId> <artifactId>formatter-maven-plugin</artifactId> <version>${plg.formatter.version}</version>
<dependencies>
<dependency> <groupId>com.github.glhez.parent</groupId> <artifactId>settings</artifactId> <version>70</version> </dependency>
<dependency> <groupId>com.github.glhez.parent</groupId> <artifactId>settings</artifactId> <version>71-SNAPSHOT</version> </dependency>
</dependencies>
<configuration>
<configFile>${formatter.configFile.java}</configFile>
Expand Down Expand Up @@ -514,7 +514,7 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<dependencies>
<dependency> <groupId>com.github.glhez.parent</groupId> <artifactId>settings</artifactId> <version>70</version> </dependency>
<dependency> <groupId>com.github.glhez.parent</groupId> <artifactId>settings</artifactId> <version>71-SNAPSHOT</version> </dependency>
</dependencies>
<configuration>
<rulesUri>${version.baseURI}${version.rules.current}</rulesUri>
Expand Down
2 changes: 1 addition & 1 deletion settings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.glhez.parent</groupId>
<artifactId>maven-parent</artifactId>
<version>70</version>
<version>71-SNAPSHOT</version>
</parent>

<artifactId>settings</artifactId>
Expand Down

0 comments on commit 2c37162

Please sign in to comment.