Skip to content

Commit

Permalink
[maven-release-plugin] prepare release peass-parent-0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Feb 23, 2023
1 parent f2cc006 commit 47fe405
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.6-SNAPSHOT</version>
<version>0.3.6</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.6-SNAPSHOT</version>
<version>0.3.6</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.6-SNAPSHOT</version>
<version>0.3.6</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.6-SNAPSHOT</version>
<version>0.3.6</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 @@ -169,7 +169,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.6</tag>
</scm>


Expand Down

0 comments on commit 47fe405

Please sign in to comment.