diff --git a/README.md b/README.md
index f963d77..538cbe6 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,6 @@
## Version's
### 05.00.00-SRU - BREAKING CHANGE
-With version 5.x I will switch teh namespace from org.rapidpm to com.svenruppert
-This has to do with organisational requirements on my side.
I will move this repo to the Github organisation **svenruppert**.
The license will be still the same. The change on your side,
should be only the declaration of the parent pom.
diff --git a/pom.xml b/pom.xml
index cb2b08a..01e7f08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,11 +22,11 @@
4.0.0
- com.svenruppert
- dependencies
+ org.rapidpm
+ core-dependencies
pom
- 05.00.00-SRU
+ 05.00.00-SNAPSHOT
2013
diff --git a/version-number-rules.xml b/version-number-rules.xml
index a568f7e..613db73 100644
--- a/version-number-rules.xml
+++ b/version-number-rules.xml
@@ -16,48 +16,49 @@
-->
-
- (?i).*[-_\.]CR[0-9\.]*
- (?i).*[-_\.]rc[0-9\.]*
- (?i).*[-_\.]beta[0-9\.-]*
- (?i).*[-_\.]alpha[0-9\.-]*
- (?i).*[-_\.]Alpha
- (?i).*[-_\.]nightly[0-9\.]*
- (?i).*[-_\.]jboss[0-9\.]*
- (?i).*-atlassian-[0-9\.]*
- (?i).*-jenkins-[0-9\.]*
- .*[-\.]redhat-[0-9]+
- \d{4,}.*
-
-
-
-
- 1.3.1.Alpha
-
-
-
-
- .*-xwiki
- .*-alpha*
-
-
-
-
- 9c6abc2
-
-
-
-
- .*-tc
-
-
-
-
- .*-r\d+
- .*-Draft\d+
-
-
-
+ xmlns="https://www.mojohaus.org/VERSIONS/RULE/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="https://www.mojohaus.org/VERSIONS/RULE/2.1.0 https://www.mojohaus.org/versions/versions-model/xsd/rule-2.1.0.xsd">
+
+ (?i).*[-_\.]CR[0-9\.]*
+ (?i).*[-_\.]rc[0-9\.]*
+ (?i).*[-_\.]beta[0-9\.-]*
+ (?i).*[-_\.]alpha[0-9\.-]*
+ (?i).*[-_\.]Alpha
+ (?i).*[-_\.]nightly[0-9\.]*
+ (?i).*[-_\.]jboss[0-9\.]*
+ (?i).*-atlassian-[0-9\.]*
+ (?i).*-jenkins-[0-9\.]*
+ .*[-\.]redhat-[0-9]+
+ \d{4,}.*
+
+
+
+
+
+ 1.3.1.Alpha
+
+
+
+
+ .*-xwiki
+ .*-alpha*
+
+
+
+
+ 9c6abc2
+
+
+
+
+ .*-tc
+
+
+
+
+ .*-r\d+
+ .*-Draft\d+
+
+
+
\ No newline at end of file