Skip to content

Commit

Permalink
Prepare for release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tumbl3w33d committed May 7, 2024
1 parent cae0ea8 commit e02e9b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.project
.settings
node_modules
target
target
*.versionsBackup
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.tumbl3w33d</groupId>
<artifactId>nexus-oauth2-proxy-plugin</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>${project.groupId}:${project.artifactId}</name>

<url>https://github.com/tumbl3w33d/nexus-oauth2-proxy-plugin</url>
Expand Down
2 changes: 1 addition & 1 deletion pom_for_bundle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.tumbl3w33d</groupId>
<artifactId>nexus-oauth2-proxy-plugin</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Steps:
``` shell
mvn versions:set -DnewVersion=0.1.0
git commit -am "Prepare for release 0.1.0"
git tag -a v0.1.0 -m "Release 0.1.0"
git tag -s 0.1.0 -m "0.1.0"
git push && git push --tags
mvn versions:set -DnewVersion=0.1.1-SNAPSHOT
git commit -am "Start next development iteration with 0.1.1-SNAPSHOT"
Expand Down

0 comments on commit e02e9b6

Please sign in to comment.