Skip to content

Commit

Permalink
[maven-release-plugin] prepare release metal-10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanaken committed Feb 8, 2024
1 parent e1acb40 commit f31ea1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion 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-SNAPSHOT</version>
<version>10.0.0</version>
</parent>
<artifactId>metal-core</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -14,6 +14,7 @@
<connection>scm:git:git@github.com:parsingdata/metal.git</connection>
<developerConnection>scm:git:git@github.com:parsingdata/metal.git</developerConnection>
<url>https://github.com/parsingdata/metal.git</url>
<tag>metal-10.0.0</tag>
</scm>

<build>
Expand Down
3 changes: 2 additions & 1 deletion 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-SNAPSHOT</version>
<version>10.0.0</version>
</parent>
<artifactId>metal-formats</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -14,6 +14,7 @@
<connection>scm:git:git@github.com:parsingdata/metal.git</connection>
<developerConnection>scm:git:git@github.com:parsingdata/metal.git</developerConnection>
<url>https://github.com/parsingdata/metal.git</url>
<tag>metal-10.0.0</tag>
</scm>

<dependencies>
Expand Down
3 changes: 2 additions & 1 deletion 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-SNAPSHOT</version>
<version>10.0.0</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,6 +46,7 @@
<connection>scm:git:git@github.com:parsingdata/metal.git</connection>
<developerConnection>scm:git:git@github.com:parsingdata/metal.git</developerConnection>
<url>https://github.com/parsingdata/metal.git</url>
<tag>metal-10.0.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit f31ea1e

Please sign in to comment.