Skip to content

Commit c6a2787

Browse files
committed
Release 2.2.1
1 parent e4b062c commit c6a2787

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

RELEASE_PROCESS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
## Releasing a version
88

9+
- Update the versions `pom.xml` with `mvn versions:set -DgenerateBackupPoms=false -DnewVersion=<NEW VERSION>` as follows:
910
- Commit the `pom.xml` with a stable version (e.g. 1.2.3) and push, the build will deploy the plugin to maven central
1011
- Commit the `pom.xml` with the next snapshot version (e.g. 1.2.4-SNAPSHOT)
1112
- Create a Github release on the commit corresponding to stable version

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.github.erroraway</groupId>
44
<artifactId>sonar-erroraway-plugin-parent</artifactId>
5-
<version>2.2.1-SNAPSHOT</version>
5+
<version>2.2.1</version>
66
<packaging>pom</packaging>
77

88
<name>Error Away SonarQube plugin</name>

sonar-erroraway-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.erroraway</groupId>
66
<artifactId>sonar-erroraway-plugin-parent</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
88
</parent>
99

1010
<artifactId>sonar-erroraway-lib</artifactId>

sonar-erroraway-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.erroraway</groupId>
66
<artifactId>sonar-erroraway-plugin-parent</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
88
</parent>
99

1010
<artifactId>sonar-erroraway-maven-plugin</artifactId>

sonar-erroraway-sonar-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.erroraway</groupId>
66
<artifactId>sonar-erroraway-plugin-parent</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
88
</parent>
99

1010
<artifactId>sonar-erroraway-sonar-plugin</artifactId>

0 commit comments

Comments
 (0)