Skip to content

Commit

Permalink
[maven-release-plugin] prepare release peass-parent-0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Jul 5, 2023
1 parent 269bf2d commit 4d0397e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.dagere.peass</groupId>
<artifactId>peass-parent</artifactId>
<version>0.3.9-SNAPSHOT</version>
<version>0.3.9</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion dependency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>de.dagere.peass</groupId>
<artifactId>peass-parent</artifactId>
<version>0.3.9-SNAPSHOT</version>
<version>0.3.9</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion measurement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>de.dagere.peass</groupId>
<artifactId>peass-parent</artifactId>
<version>0.3.9-SNAPSHOT</version>
<version>0.3.9</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>de.dagere.peass</groupId>
<artifactId>peass-parent</artifactId>
<packaging>pom</packaging>
<version>0.3.9-SNAPSHOT</version>
<version>0.3.9</version>
<name>Peass - Parent</name>
<description>Tool for Analysing the Performance Changes in a Project</description>
<url>https://github.com/DaGeRe/peass/</url>
Expand Down Expand Up @@ -173,7 +173,7 @@
<connection>scm:git:ssh://github.com:DaGeRe/peass.git</connection>
<developerConnection>scm:git:[email protected]:DaGeRe/peass.git</developerConnection>
<url>https://[email protected]:DaGeRe/peass.git</url>
<tag>HEAD</tag>
<tag>peass-parent-0.3.9</tag>
</scm>


Expand Down

0 comments on commit 4d0397e

Please sign in to comment.