diff --git a/.gitignore b/.gitignore
index 2b2c187..077b2c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,5 @@
.project
.settings
node_modules
-target
\ No newline at end of file
+target
+*.versionsBackup
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index e1b571d..62743f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.github.tumbl3w33d
nexus-oauth2-proxy-plugin
- 0.1.0-SNAPSHOT
+ 0.1.0
${project.groupId}:${project.artifactId}
https://github.com/tumbl3w33d/nexus-oauth2-proxy-plugin
diff --git a/pom_for_bundle.xml b/pom_for_bundle.xml
index aa567f5..0aca97c 100644
--- a/pom_for_bundle.xml
+++ b/pom_for_bundle.xml
@@ -6,7 +6,7 @@
com.github.tumbl3w33d
nexus-oauth2-proxy-plugin
- 0.1.0-SNAPSHOT
+ 0.1.0
${project.groupId}:${project.artifactId}
bundle
diff --git a/release_process.md b/release_process.md
index 7fb2623..7eb71cb 100644
--- a/release_process.md
+++ b/release_process.md
@@ -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"