Skip to content

Commit c8e56a6

Browse files
authored
Merge pull request #490 from siom79/release-v0.25.3
Release v0.25.3
2 parents 063dee3 + e841014 commit c8e56a6

32 files changed

Lines changed: 35 additions & 38 deletions

File tree

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,18 +147,15 @@ Use the maven site plugin (`mvn site`) to generate the following reports:
147147
This is the release procedure:
148148
* Create a branch named release-v0.XX.X
149149
* Update ReleaseNotes.md.
150-
* If necessary: Set the release version in maven:
151-
```bash
152-
mvn versions:set -DnewVersion=<version>-SNAPSHOT
153-
mvn versions:commit
154-
```
150+
* If necessary: Set the release version in maven using [this Action](https://github.com/siom79/japicmp/actions/workflows/mvn-set-version.yml) on the release branch
155151
* Increment version in README.md / Site-Report by running [this Action](https://github.com/siom79/japicmp/actions/workflows/increment-version.yml) on the release branch
156152
* Run release [Action](https://github.com/siom79/japicmp/actions/workflows/release.yml)
157153
* Login to [Central repository](https://central.sonatype.com/publishing)
158154
* Download released artifact from staging repository.
159155
* Close and release staging repository if sanity checks are successful.
160-
* Update maven site report with [Action](https://github.com/siom79/japicmp/actions/workflows/mvn-site.yml)
161-
* Run Github Release [Action](https://github.com/siom79/japicmp/actions/workflows/gh-release.yml)
156+
* Update maven site report with [Action](https://github.com/siom79/japicmp/actions/workflows/mvn-site.yml) on the release branch
157+
* Run Github Release [Action](https://github.com/siom79/japicmp/actions/workflows/gh-release.yml) on the tag
158+
* Merge release branch into master
162159

163160
If the release fails, the version must be reverted and the tag created during the release has to be deleted:
164161
```bash

japicmp-ant-task/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.siom79.japicmp</groupId>
55
<artifactId>japicmp-base</artifactId>
6-
<version>0.25.2-SNAPSHOT</version>
6+
<version>0.25.4-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

japicmp-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.siom79.japicmp</groupId>
55
<artifactId>japicmp-base</artifactId>
6-
<version>0.25.2-SNAPSHOT</version>
6+
<version>0.25.4-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

japicmp-testbase/japicmp-test-ant-task/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.siom79.japicmp</groupId>
55
<artifactId>japicmp-testbase</artifactId>
6-
<version>0.25.2-SNAPSHOT</version>
6+
<version>0.25.4-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

japicmp-testbase/japicmp-test-maven-plugin-bundle-v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.siom79.japicmp</groupId>
66
<artifactId>japicmp-testbase</artifactId>
7-
<version>0.25.2-SNAPSHOT</version>
7+
<version>0.25.4-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>japicmp-testbundle-v1</artifactId>

japicmp-testbase/japicmp-test-maven-plugin-bundle-v2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.siom79.japicmp</groupId>
66
<artifactId>japicmp-testbase</artifactId>
7-
<version>0.25.2-SNAPSHOT</version>
7+
<version>0.25.4-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>japicmp-testbundle-v2</artifactId>

japicmp-testbase/japicmp-test-maven-plugin-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>japicmp-testbase</artifactId>
55
<groupId>com.github.siom79.japicmp</groupId>
6-
<version>0.25.2-SNAPSHOT</version>
6+
<version>0.25.4-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

japicmp-testbase/japicmp-test-maven-plugin-classifier/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.siom79.japicmp</groupId>
55
<artifactId>japicmp-testbase</artifactId>
6-
<version>0.25.2-SNAPSHOT</version>
6+
<version>0.25.4-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.siom79.japicmp</groupId>
55
<artifactId>japicmp-testbase</artifactId>
6-
<version>0.25.2-SNAPSHOT</version>
6+
<version>0.25.4-SNAPSHOT</version>
77
</parent>
88
<artifactId>japicmp-test-maven-plugin-guava</artifactId>
99

japicmp-testbase/japicmp-test-maven-plugin-ignoremissingartifact/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>japicmp-testbase</artifactId>
55
<groupId>com.github.siom79.japicmp</groupId>
6-
<version>0.25.2-SNAPSHOT</version>
6+
<version>0.25.4-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)