diff --git a/pom.xml b/pom.xml
index 2359243..47551a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
de.dm.auth
activedirectory-spring-boot-starter
- 2.3.3-SNAPSHOT
+ 2.4.1
jar
Activedirectory Spring Boot Starter
@@ -40,7 +40,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.3.3.RELEASE
+ 2.4.3
@@ -48,13 +48,18 @@
UTF-8
1.8
- 0.7.4.201502262128
+ 0.8.6
+ 1.6
+ 3.2.0
2.5.3
- 1.5.7.1
- 1.5.0-alpha.16
- 1.5.7
- 2.3.3.RELEASE
- 3.9.1
+ 3.2.1
+ 1.6.8
+ 2.1.0
+ 1.5.3
+ 2.4.1
+ 3.19.0
+ 2.8.1
+ 2.4.3
**/*Config*,**/*Properties*,**/Hotfix*
@@ -184,7 +189,7 @@
org.sonatype.plugins
nexus-staging-maven-plugin
- 1.6.7
+ ${nexus-staging-maven-plugin.version}
true
ossrh
@@ -192,6 +197,22 @@
true
+
+ org.codehaus.mojo
+ versions-maven-plugin
+ ${versions-maven-plugin.version}
+
+ file:///${project.basedir}/rules.xml
+
+
+
+
+ display-dependency-updates
+ display-plugin-updates
+
+
+
+
@@ -206,7 +227,7 @@
org.apache.maven.plugins
maven-source-plugin
- 2.2.1
+ ${maven-source-plugin.version}
attach-sources
@@ -219,7 +240,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.1.1
+ ${maven-javadoc-plugin.version}
attach-javadocs
@@ -239,7 +260,7 @@
org.apache.maven.plugins
maven-gpg-plugin
- 1.6
+ ${maven-gpg-plugin.version}
sign-artifacts
diff --git a/rules.xml b/rules.xml
new file mode 100644
index 0000000..fc1620c
--- /dev/null
+++ b/rules.xml
@@ -0,0 +1,15 @@
+
+
+
+
+ (?i).*Alpha(?:-?\d+)?
+ (?i).*a(?:-?\d+)?
+ (?i).*Beta(?:-?\d+)?
+ (?i).*-B(?:-?\d+)?
+ (?i).*RC(?:-?\d+)?
+ (?i).*CR(?:-?\d+)?
+ (?i).*M(?:-?\d+)?
+
+
+
+
\ No newline at end of file