diff --git a/changes.xml b/changes.xml
index 19e9b5c..f917959 100644
--- a/changes.xml
+++ b/changes.xml
@@ -23,6 +23,18 @@
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
+
+
+ Set OddEvenVersionPolicy for gitflow-maven-plugin.
+
+
+ Update to global-parent 43.
+
+
+ Update testing dependencies.
+
+
+
Use io.wcm.maven.global-parent instead of io.wcm.parent_toplevel as parent.
diff --git a/pom.xml b/pom.xml
index 5d57123..4d7c97d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,13 +25,13 @@
io.wcm.maven
io.wcm.maven.global-parent
- 42
+ 43
io.wcm.maven
io.wcm.maven.parent
- 2.0.0
+ 2.0.2
pom
Maven Tooling
@@ -128,12 +128,12 @@
org.mockito
mockito-core
- 4.2.0
+ 4.4.0
org.mockito
mockito-junit-jupiter
- 4.2.0
+ 4.4.0
@@ -288,6 +288,21 @@
+
+ com.amashchenko.maven.plugin
+ gitflow-maven-plugin
+
+ OddEvenVersionPolicy
+
+
+
+ org.apache.maven.release
+ maven-release-oddeven-policy
+ ${maven-release-plugin.version}
+
+
+
+