Skip to content

Commit

Permalink
[maven-release-plugin] prepare release kopeme-parent-1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Nov 19, 2023
1 parent a8d7c27 commit 9984964
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>kopeme-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.3.11-SNAPSHOT</version>
<version>1.3.11</version>
<groupId>de.dagere.kopeme</groupId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kopeme-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>de.dagere.kopeme</groupId>
<artifactId>kopeme-parent</artifactId>
<version>1.3.11-SNAPSHOT</version>
<version>1.3.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kopeme-junit3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<parent>
<groupId>de.dagere.kopeme</groupId>
<version>1.3.11-SNAPSHOT</version>
<version>1.3.11</version>
<artifactId>kopeme-parent</artifactId>
<relativePath>../</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion kopeme-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.dagere.kopeme</groupId>
<artifactId>kopeme-parent</artifactId>
<version>1.3.11-SNAPSHOT</version>
<version>1.3.11</version>
</parent>

<name>KoPeMe - JUnit 4</name>
Expand Down
2 changes: 1 addition & 1 deletion kopeme-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.dagere.kopeme</groupId>
<artifactId>kopeme-parent</artifactId>
<version>1.3.11-SNAPSHOT</version>
<version>1.3.11</version>
</parent>

<name>KoPeMe - JUnit 5</name>
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.dagere.kopeme</groupId>
<artifactId>kopeme-parent</artifactId>
<version>1.3.11-SNAPSHOT</version>
<version>1.3.11</version>
<packaging>pom</packaging>
<name>KoPeMe - Parent</name>
<description>KoPeMe is a framework for enabling performance tests in Java. This makes it possible to live a software development process where performance measures are taken continously and therefore react continously to changes in performance. With continous performance testing, one avoids refactorings after performance problems occured in a big testing phase before releasing the software.</description>
Expand Down Expand Up @@ -178,7 +178,7 @@
<connection>scm:git:ssh://github.com:DaGeRe/KoPeMe.git</connection>
<developerConnection>scm:git:[email protected]:DaGeRe/KoPeMe.git</developerConnection>
<url>https://[email protected]:DaGeRe/KoPeMe.git</url>
<tag>HEAD</tag>
<tag>kopeme-parent-1.3.11</tag>
</scm>

<developers>
Expand Down

0 comments on commit 9984964

Please sign in to comment.