diff --git a/pom.xml b/pom.xml
index 48826de..6274938 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
de.funfried.netbeans.plugins
nb-editor-close-left-right-vcs-extension-nb22
- 0.1-SNAPSHOT
+ 0.1
nbm
@@ -100,7 +100,7 @@
de.funfried.netbeans.plugins
nb-editor-close-left-right
- 1.0.7-SNAPSHOT
+ 1.0.7
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 30a5b52..2e9f46f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -9,54 +9,9 @@
-
-
- Fixed close left action which closed all tabs instead of only the left tabs of the selected tab.
-
-
-
-
-
- Added action to close versioning diff editor tabs.
-
+
- Added action to close versioning search history editor tabs.
-
-
- Added options panel so a user can select which additional close actions should be shown or not.
-
-
-
-
-
- Fixed new VCS and project actions.
-
-
-
-
-
- Added close action to close all tabs which are not changed in the used VCS (Git, SVN and Mercurial supported).
-
-
- Added close actions to close all tabs which either belong or not belong to the project of the selected tab.
-
-
-
-
-
- Signing of nbm file as requested by the NetBeans team to get the plugin center verification
-
-
-
-
-
- With the help of Yenta, I was able to move the actions right next to the NetBeans close actions.
-
-
-
-
-
- Update plugin to latest dependencies and plugins and made it ready for the NetBeans plugin center to be published
+ Created this plugin extension due to NetBeans specific VCS actions dependencies.