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
stijn-dejongh committed Nov 20, 2024
1 parent dfedb0e commit 7dc191f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion commons-kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>be.sddevelopment.commons</groupId>
<artifactId>code-utils</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>commons-kernel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>be.sddevelopment.commons</groupId>
<artifactId>code-utils</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>commons-testing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>be.sddevelopment.commons</groupId>
<artifactId>code-utils</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>commons</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>be.sddevelopment.commons</groupId>
<artifactId>code-utils</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<description>
Expand Down Expand Up @@ -48,7 +48,7 @@
<connection>scm:git:ssh://[email protected]/sddevelopment-be/coding-utils.git</connection>
<developerConnection>scm:git:ssh://[email protected]/sddevelopment-be/coding-utils.git</developerConnection>
<url>https://github.com/sddevelopment-be/coding-utils</url>
<tag>code-utils-1.0.0</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand All @@ -75,17 +75,17 @@
<dependency>
<groupId>be.sddevelopment.commons</groupId>
<artifactId>commons</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>be.sddevelopment.commons</groupId>
<artifactId>commons-kernel</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>be.sddevelopment.commons</groupId>
<artifactId>commons-testing</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</dependency>

<!-- BEGIN UTIL SCOPE -->
Expand Down

0 comments on commit 7dc191f

Please sign in to comment.