Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jmockit-parent-1.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed May 31, 2024
1 parent 7752094 commit 75d3ebd
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions coverageTests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<parent>
<groupId>com.github.hazendaz.jmockit</groupId>
<artifactId>jmockit-parent</artifactId>
<version>1.53.1-SNAPSHOT</version>
<version>1.54.0</version>
</parent>

<groupId>com.github.hazendaz.jmockit</groupId>
<artifactId>coverage-tests</artifactId>
<version>1.53.1-SNAPSHOT</version>
<version>1.54.0</version>

<name>JMockit Coverage Tests</name>

<scm>
<connection>scm:git:https://github.com/hazendaz/jmockit1</connection>
<developerConnection>scm:git:ssh://[email protected]/hazendaz/jmockit1.git</developerConnection>
<tag>HEAD</tag>
<tag>jmockit-parent-1.54.0</tag>
<url>https://github.com/hazendaz/jmockit1</url>
</scm>

Expand Down
6 changes: 3 additions & 3 deletions main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.github.hazendaz.jmockit</groupId>
<artifactId>jmockit-parent</artifactId>
<version>1.53.1-SNAPSHOT</version>
<version>1.54.0</version>
</parent>

<groupId>com.github.hazendaz.jmockit</groupId>
<artifactId>jmockit</artifactId>
<version>1.53.1-SNAPSHOT</version>
<version>1.54.0</version>

<name>jmockit</name>
<description>JMockit is a Java toolkit for automated developer testing.
Expand All @@ -38,7 +38,7 @@
<scm>
<connection>scm:git:https://github.com/hazendaz/jmockit1</connection>
<developerConnection>scm:git:ssh://[email protected]/hazendaz/jmockit1.git</developerConnection>
<tag>HEAD</tag>
<tag>jmockit-parent-1.54.0</tag>
<url>https://github.com/hazendaz/jmockit1</url>
</scm>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.github.hazendaz.jmockit</groupId>
<artifactId>jmockit-parent</artifactId>
<version>1.53.1-SNAPSHOT</version>
<version>1.54.0</version>
<packaging>pom</packaging>

<name>jmockit-parent</name>
Expand All @@ -34,7 +34,7 @@
<scm>
<connection>scm:git:https://github.com/hazendaz/jmockit1</connection>
<developerConnection>scm:git:ssh://[email protected]/hazendaz/jmockit1.git</developerConnection>
<tag>HEAD</tag>
<tag>jmockit-parent-1.54.0</tag>
<url>https://github.com/hazendaz/jmockit1</url>
</scm>

Expand All @@ -54,7 +54,7 @@
<javadoc.java.release.version>8</javadoc.java.release.version>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1716169147</project.build.outputTimestamp>
<project.build.outputTimestamp>1717174006</project.build.outputTimestamp>

<!-- Automatic Module Name -->
<module.name>com.github.hazendaz.jmockit.parent</module.name>
Expand Down
4 changes: 2 additions & 2 deletions samples/LoginService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.hazendaz.jmockit</groupId>
<artifactId>samples</artifactId>
<version>1.53.1-SNAPSHOT</version>
<version>1.54.0</version>
</parent>

<artifactId>LoginService</artifactId>
Expand All @@ -15,7 +15,7 @@
<scm>
<connection>scm:git:https://github.com/hazendaz/jmockit1</connection>
<developerConnection>scm:git:ssh://[email protected]/hazendaz/jmockit1.git</developerConnection>
<tag>HEAD</tag>
<tag>jmockit-parent-1.54.0</tag>
<url>https://github.com/hazendaz/jmockit1</url>
</scm>

Expand Down
4 changes: 2 additions & 2 deletions samples/java8testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.hazendaz.jmockit</groupId>
<artifactId>samples</artifactId>
<version>1.53.1-SNAPSHOT</version>
<version>1.54.0</version>
</parent>

<artifactId>java8testing</artifactId>
Expand All @@ -15,7 +15,7 @@
<scm>
<connection>scm:git:https://github.com/hazendaz/jmockit1</connection>
<developerConnection>scm:git:ssh://[email protected]/hazendaz/jmockit1.git</developerConnection>
<tag>HEAD</tag>
<tag>jmockit-parent-1.54.0</tag>
<url>https://github.com/hazendaz/jmockit1</url>
</scm>

Expand Down
6 changes: 3 additions & 3 deletions samples/petclinic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.github.hazendaz.jmockit</groupId>
<artifactId>samples</artifactId>
<version>1.53.1-SNAPSHOT</version>
<version>1.54.0</version>
</parent>

<groupId>com.github.hazendaz.jmockit</groupId>
<artifactId>petclinic</artifactId>
<version>1.53.1-SNAPSHOT</version>
<version>1.54.0</version>
<packaging>war</packaging>

<description>A re-creation of the Spring PetClinic Sample Application, using Java EE 7 for UI controllers and business classes.
Expand All @@ -20,7 +20,7 @@
<scm>
<connection>scm:git:https://github.com/hazendaz/jmockit1</connection>
<developerConnection>scm:git:ssh://[email protected]/hazendaz/jmockit1.git</developerConnection>
<tag>HEAD</tag>
<tag>jmockit-parent-1.54.0</tag>
<url>https://github.com/hazendaz/jmockit1</url>
</scm>

Expand Down
6 changes: 3 additions & 3 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.github.hazendaz.jmockit</groupId>
<artifactId>jmockit-parent</artifactId>
<version>1.53.1-SNAPSHOT</version>
<version>1.54.0</version>
</parent>

<groupId>com.github.hazendaz.jmockit</groupId>
<artifactId>samples</artifactId>
<version>1.53.1-SNAPSHOT</version>
<version>1.54.0</version>
<packaging>pom</packaging>

<name>The JMockit Testing Toolkit Samples</name>
Expand All @@ -27,7 +27,7 @@
<scm>
<connection>scm:git:https://github.com/hazendaz/jmockit1</connection>
<developerConnection>scm:git:ssh://[email protected]/hazendaz/jmockit1.git</developerConnection>
<tag>HEAD</tag>
<tag>jmockit-parent-1.54.0</tag>
<url>https://github.com/hazendaz/jmockit1</url>
</scm>

Expand Down
4 changes: 2 additions & 2 deletions samples/tutorial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>com.github.hazendaz.jmockit</groupId>
<artifactId>samples</artifactId>
<version>1.53.1-SNAPSHOT</version>
<version>1.54.0</version>
</parent>
<artifactId>tutorial</artifactId>
<name>Tutorial Sample</name>

<scm>
<connection>scm:git:https://github.com/hazendaz/jmockit1</connection>
<developerConnection>scm:git:ssh://[email protected]/hazendaz/jmockit1.git</developerConnection>
<tag>HEAD</tag>
<tag>jmockit-parent-1.54.0</tag>
<url>https://github.com/hazendaz/jmockit1</url>
</scm>

Expand Down

0 comments on commit 75d3ebd

Please sign in to comment.