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
mvanaken committed Feb 8, 2024
1 parent f31ea1e commit d7527dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.parsingdata</groupId>
<artifactId>metal</artifactId>
<version>10.0.0</version>
<version>10.0.1-SNAPSHOT</version>
</parent>
<artifactId>metal-core</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -14,7 +14,7 @@
<connection>scm:git:[email protected]:parsingdata/metal.git</connection>
<developerConnection>scm:git:[email protected]:parsingdata/metal.git</developerConnection>
<url>https://github.com/parsingdata/metal.git</url>
<tag>metal-10.0.0</tag>
<tag>HEAD</tag>
</scm>

<build>
Expand Down
4 changes: 2 additions & 2 deletions formats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.parsingdata</groupId>
<artifactId>metal</artifactId>
<version>10.0.0</version>
<version>10.0.1-SNAPSHOT</version>
</parent>
<artifactId>metal-formats</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -14,7 +14,7 @@
<connection>scm:git:[email protected]:parsingdata/metal.git</connection>
<developerConnection>scm:git:[email protected]:parsingdata/metal.git</developerConnection>
<url>https://github.com/parsingdata/metal.git</url>
<tag>metal-10.0.0</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>io.parsingdata</groupId>
<artifactId>metal</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<version>10.0.0</version>
<version>10.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://github.com/parsingdata/metal</url>
<description>A Java library for parsing binary data formats, using declarative descriptions.</description>
Expand Down Expand Up @@ -46,7 +46,7 @@
<connection>scm:git:[email protected]:parsingdata/metal.git</connection>
<developerConnection>scm:git:[email protected]:parsingdata/metal.git</developerConnection>
<url>https://github.com/parsingdata/metal.git</url>
<tag>metal-10.0.0</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit d7527dd

Please sign in to comment.