Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willr3 committed Feb 13, 2025
1 parent d37c8a6 commit a8f1656
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.hyperfoil.tools</groupId>
<artifactId>hyperfoil-parse</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.hyperfoil.tools</groupId>
<artifactId>hyperfoil-parse</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>parse</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.hyperfoil.tools</groupId>
<artifactId>hyperfoil-parse</artifactId>
<packaging>pom</packaging>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<modules>
<module>parse</module>
<module>cli</module>
Expand All @@ -18,7 +18,7 @@
<connection>scm:git:git://github.com/Hyperfoil/parse.git</connection>
<developerConnection>scm:git:ssh://[email protected]/Hyperfoil/parse.git</developerConnection>
<url>https://github.com/Hyperfoil/parse</url>
<tag>parse-0.2.3</tag>
<tag>0.3.0</tag>
</scm>
<licenses>
<license>
Expand Down Expand Up @@ -85,7 +85,7 @@
<surefire-plugin.version>3.2.5</surefire-plugin.version>
<failsafe-plugin.version>3.2.5</failsafe-plugin.version>
</properties>
<dependencies></dependencies>
<dependencies />
<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit a8f1656

Please sign in to comment.