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
toby1984 committed Apr 16, 2024
1 parent 7374cec commit 28c47b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.code-sourcery.littlefuzz</groupId>
<artifactId>littlefuzz-parent</artifactId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
</parent>
<artifactId>littlefuzz-core</artifactId>
<name>LittleFuzz Core</name>
Expand Down
2 changes: 1 addition & 1 deletion full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.code-sourcery.littlefuzz</groupId>
<artifactId>littlefuzz-parent</artifactId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
</parent>
<artifactId>littlefuzz-full</artifactId>
<name>LittleFuzz Full</name>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.code-sourcery.littlefuzz</groupId>
<artifactId>littlefuzz-parent</artifactId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
<inceptionYear>2024</inceptionYear>
<name>LittleFuzz Parent</name>
<packaging>pom</packaging>
Expand Down Expand Up @@ -96,7 +96,7 @@
<connection>scm:git:[email protected]:toby1984/LittleFuzz.git</connection>
<developerConnection>scm:git:[email protected]:toby1984/LittleFuzz.git</developerConnection>
<url>https://github.com/toby1984/LittleFuzz</url>
<tag>littlefuzz-parent-1.0.5</tag>
<tag>HEAD</tag>
</scm>
<licenses>
<license>
Expand All @@ -122,13 +122,13 @@
<dependency>
<groupId>de.code-sourcery.littlefuzz</groupId>
<artifactId>littlefuzz-core</artifactId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>de.code-sourcery.littlefuzz</groupId>
<artifactId>littlefuzz-full</artifactId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 28c47b9

Please sign in to comment.