Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jmockit-parent-1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Oct 8, 2023
1 parent 5819c8b commit e5b4dab
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 24 deletions.
6 changes: 3 additions & 3 deletions coverageTests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
<parent>
<groupId>com.github.hazendaz.jmockit</groupId>
<artifactId>jmockit-parent</artifactId>
<version>1.50.1-SNAPSHOT</version>
<version>1.51.0</version>
</parent>

<groupId>com.github.hazendaz.jmockit</groupId>
<artifactId>coverage-tests</artifactId>
<version>1.50.1-SNAPSHOT</version>
<version>1.51.0</version>

<name>JMockit Coverage Tests</name>

<scm>
<url>https://github.com/hazendaz/jmockit1</url>
<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.51.0</tag>
</scm>

<properties>
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.50.1-SNAPSHOT</version>
<version>1.51.0</version>
</parent>

<groupId>com.github.hazendaz.jmockit</groupId>
<artifactId>jmockit</artifactId>
<version>1.50.1-SNAPSHOT</version>
<version>1.51.0</version>

<name>jmockit</name>
<description>
Expand Down Expand Up @@ -41,7 +41,7 @@
<url>https://github.com/hazendaz/jmockit1</url>
<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.51.0</tag>
</scm>

<issueManagement>
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.50.1-SNAPSHOT</version>
<version>1.51.0</version>
<packaging>pom</packaging>

<name>jmockit-parent</name>
Expand All @@ -28,7 +28,7 @@
<url>https://github.com/hazendaz/jmockit1</url>
<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.51.0</tag>
</scm>

<distributionManagement>
Expand All @@ -45,7 +45,7 @@
<java.release.version>11</java.release.version>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1679577617</project.build.outputTimestamp>
<project.build.outputTimestamp>1696795768</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.50.1-SNAPSHOT</version>
<version>1.51.0</version>
</parent>

<artifactId>LoginService</artifactId>
Expand All @@ -16,7 +16,7 @@
<url>https://github.com/hazendaz/jmockit1</url>
<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.51.0</tag>
</scm>

<properties>
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.50.1-SNAPSHOT</version>
<version>1.51.0</version>
</parent>

<artifactId>java8testing</artifactId>
Expand All @@ -16,7 +16,7 @@
<url>https://github.com/hazendaz/jmockit1</url>
<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.51.0</tag>
</scm>

<properties>
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.50.1-SNAPSHOT</version>
<version>1.51.0</version>
</parent>

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

<description>
Expand All @@ -23,7 +23,7 @@
<url>https://github.com/hazendaz/jmockit1</url>
<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.51.0</tag>
</scm>

<properties>
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.50.1-SNAPSHOT</version>
<version>1.51.0</version>
</parent>

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

<modules>
Expand All @@ -28,7 +28,7 @@
<url>https://github.com/hazendaz/jmockit1</url>
<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.51.0</tag>
</scm>

<properties>
Expand Down
8 changes: 3 additions & 5 deletions samples/tutorial/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.hazendaz.jmockit</groupId>
<artifactId>samples</artifactId>
<version>1.50.1-SNAPSHOT</version>
<version>1.51.0</version>
</parent>
<artifactId>tutorial</artifactId>
<name>Tutorial Sample</name>
Expand All @@ -15,7 +13,7 @@
<url>https://github.com/hazendaz/jmockit1</url>
<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.51.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit e5b4dab

Please sign in to comment.