File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
sonar-erroraway-maven-plugin
sonar-erroraway-sonar-plugin Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## Releasing a version
8
8
9
+ - Update the versions ` pom.xml ` with ` mvn versions:set -DgenerateBackupPoms=false -DnewVersion=<NEW VERSION> ` as follows:
9
10
- Commit the ` pom.xml ` with a stable version (e.g. 1.2.3) and push, the build will deploy the plugin to maven central
10
11
- Commit the ` pom.xml ` with the next snapshot version (e.g. 1.2.4-SNAPSHOT)
11
12
- Create a Github release on the commit corresponding to stable version
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >io.github.erroraway</groupId >
4
4
<artifactId >sonar-erroraway-plugin-parent</artifactId >
5
- <version >2.2.1-SNAPSHOT </version >
5
+ <version >2.2.1</version >
6
6
<packaging >pom</packaging >
7
7
8
8
<name >Error Away SonarQube plugin</name >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.github.erroraway</groupId >
6
6
<artifactId >sonar-erroraway-plugin-parent</artifactId >
7
- <version >2.2.1-SNAPSHOT </version >
7
+ <version >2.2.1</version >
8
8
</parent >
9
9
10
10
<artifactId >sonar-erroraway-lib</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.github.erroraway</groupId >
6
6
<artifactId >sonar-erroraway-plugin-parent</artifactId >
7
- <version >2.2.1-SNAPSHOT </version >
7
+ <version >2.2.1</version >
8
8
</parent >
9
9
10
10
<artifactId >sonar-erroraway-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.github.erroraway</groupId >
6
6
<artifactId >sonar-erroraway-plugin-parent</artifactId >
7
- <version >2.2.1-SNAPSHOT </version >
7
+ <version >2.2.1</version >
8
8
</parent >
9
9
10
10
<artifactId >sonar-erroraway-sonar-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments