diff --git a/openjpa-all/pom.xml b/openjpa-all/pom.xml
index df471410d..2c4365118 100644
--- a/openjpa-all/pom.xml
+++ b/openjpa-all/pom.xml
@@ -28,7 +28,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-all
diff --git a/openjpa-examples/image-gallery/pom.xml b/openjpa-examples/image-gallery/pom.xml
index bcc4d4bdb..7bd8bfb8a 100644
--- a/openjpa-examples/image-gallery/pom.xml
+++ b/openjpa-examples/image-gallery/pom.xml
@@ -27,7 +27,7 @@
org.apache.openjpa
openjpa-examples
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
org.apache.openjpa.openjpa-examples
diff --git a/openjpa-examples/openbooks/pom.xml b/openjpa-examples/openbooks/pom.xml
index faf3b472c..8542ee569 100644
--- a/openjpa-examples/openbooks/pom.xml
+++ b/openjpa-examples/openbooks/pom.xml
@@ -29,7 +29,7 @@
org.apache.openjpa
openjpa-examples
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
org.apache.openjpa.openjpa-examples
diff --git a/openjpa-examples/pom.xml b/openjpa-examples/pom.xml
index 5c689c485..f06af4f96 100644
--- a/openjpa-examples/pom.xml
+++ b/openjpa-examples/pom.xml
@@ -28,7 +28,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-examples
@@ -45,6 +45,7 @@
simple
image-gallery
+ openbooks
diff --git a/openjpa-examples/simple/pom.xml b/openjpa-examples/simple/pom.xml
index 69526f969..2136814d1 100644
--- a/openjpa-examples/simple/pom.xml
+++ b/openjpa-examples/simple/pom.xml
@@ -28,7 +28,7 @@
org.apache.openjpa
openjpa-examples
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
org.apache.openjpa.openjpa-examples
diff --git a/openjpa-features/pom.xml b/openjpa-features/pom.xml
index 5720d3b65..95f7c4e20 100644
--- a/openjpa-features/pom.xml
+++ b/openjpa-features/pom.xml
@@ -18,7 +18,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-features
diff --git a/openjpa-integration/daytrader/pom.xml b/openjpa-integration/daytrader/pom.xml
index ac5eb5a2b..043076cf1 100644
--- a/openjpa-integration/daytrader/pom.xml
+++ b/openjpa-integration/daytrader/pom.xml
@@ -27,7 +27,7 @@
org.apache.openjpa
openjpa-integration
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-integration-daytrader
diff --git a/openjpa-integration/examples/pom.xml b/openjpa-integration/examples/pom.xml
index bc737178b..4f595f576 100644
--- a/openjpa-integration/examples/pom.xml
+++ b/openjpa-integration/examples/pom.xml
@@ -37,7 +37,7 @@
org.apache.openjpa
openjpa-integration
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-integration-examples
diff --git a/openjpa-integration/jmx/pom.xml b/openjpa-integration/jmx/pom.xml
index 762d9b87d..546a0b91d 100644
--- a/openjpa-integration/jmx/pom.xml
+++ b/openjpa-integration/jmx/pom.xml
@@ -28,7 +28,7 @@
org.apache.openjpa
openjpa-integration
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-integration-jmx
diff --git a/openjpa-integration/pom.xml b/openjpa-integration/pom.xml
index 274cd2e46..345fcd51c 100644
--- a/openjpa-integration/pom.xml
+++ b/openjpa-integration/pom.xml
@@ -28,7 +28,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-integration
diff --git a/openjpa-integration/slf4j/pom.xml b/openjpa-integration/slf4j/pom.xml
index 815772d49..3341ad1f2 100644
--- a/openjpa-integration/slf4j/pom.xml
+++ b/openjpa-integration/slf4j/pom.xml
@@ -27,7 +27,7 @@
org.apache.openjpa
openjpa-integration
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-integration-slf4j
diff --git a/openjpa-integration/tck/pom.xml b/openjpa-integration/tck/pom.xml
index 44632b03e..987c534c2 100644
--- a/openjpa-integration/tck/pom.xml
+++ b/openjpa-integration/tck/pom.xml
@@ -78,7 +78,7 @@
org.apache.openjpa
openjpa-integration
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-integration-tck
diff --git a/openjpa-integration/validation/pom.xml b/openjpa-integration/validation/pom.xml
index 5eb53b270..ab1ed9a6d 100644
--- a/openjpa-integration/validation/pom.xml
+++ b/openjpa-integration/validation/pom.xml
@@ -27,7 +27,7 @@
org.apache.openjpa
openjpa-integration
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-integration-validation
diff --git a/openjpa-jdbc/pom.xml b/openjpa-jdbc/pom.xml
index 67e805867..d6eb50043 100644
--- a/openjpa-jdbc/pom.xml
+++ b/openjpa-jdbc/pom.xml
@@ -27,7 +27,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-jdbc
diff --git a/openjpa-jest/pom.xml b/openjpa-jest/pom.xml
index 8334725e2..6c3edf463 100644
--- a/openjpa-jest/pom.xml
+++ b/openjpa-jest/pom.xml
@@ -28,7 +28,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-jest
diff --git a/openjpa-junit5/pom.xml b/openjpa-junit5/pom.xml
index 19a59e55f..1933aa8cc 100644
--- a/openjpa-junit5/pom.xml
+++ b/openjpa-junit5/pom.xml
@@ -24,7 +24,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-junit5
diff --git a/openjpa-kernel/pom.xml b/openjpa-kernel/pom.xml
index 9168694a9..c74b0db6a 100644
--- a/openjpa-kernel/pom.xml
+++ b/openjpa-kernel/pom.xml
@@ -27,7 +27,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-kernel
diff --git a/openjpa-kubernetes/pom.xml b/openjpa-kubernetes/pom.xml
index 061efd318..3f96177f8 100644
--- a/openjpa-kubernetes/pom.xml
+++ b/openjpa-kubernetes/pom.xml
@@ -28,7 +28,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-kubernetes
diff --git a/openjpa-lib/pom.xml b/openjpa-lib/pom.xml
index 3d6e85a30..394b94a79 100644
--- a/openjpa-lib/pom.xml
+++ b/openjpa-lib/pom.xml
@@ -27,7 +27,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-lib
diff --git a/openjpa-persistence-jdbc/pom.xml b/openjpa-persistence-jdbc/pom.xml
index de78d3231..829129a16 100644
--- a/openjpa-persistence-jdbc/pom.xml
+++ b/openjpa-persistence-jdbc/pom.xml
@@ -27,7 +27,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-persistence-jdbc
diff --git a/openjpa-persistence-locking/pom.xml b/openjpa-persistence-locking/pom.xml
index 19c934a87..52ce0e5de 100644
--- a/openjpa-persistence-locking/pom.xml
+++ b/openjpa-persistence-locking/pom.xml
@@ -27,7 +27,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-persistence-locking
diff --git a/openjpa-persistence/pom.xml b/openjpa-persistence/pom.xml
index 52531abe0..8920c6fd1 100644
--- a/openjpa-persistence/pom.xml
+++ b/openjpa-persistence/pom.xml
@@ -27,7 +27,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-persistence
diff --git a/openjpa-project/pom.xml b/openjpa-project/pom.xml
index 176880c19..818e90acc 100644
--- a/openjpa-project/pom.xml
+++ b/openjpa-project/pom.xml
@@ -39,7 +39,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
apache-openjpa
diff --git a/openjpa-slice/pom.xml b/openjpa-slice/pom.xml
index 7a32cf302..6bccf42c2 100644
--- a/openjpa-slice/pom.xml
+++ b/openjpa-slice/pom.xml
@@ -27,7 +27,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-slice
diff --git a/openjpa-tools/openjpa-fetch-statistics-was/pom.xml b/openjpa-tools/openjpa-fetch-statistics-was/pom.xml
index 4b05e22b2..93f8b5e5f 100644
--- a/openjpa-tools/openjpa-fetch-statistics-was/pom.xml
+++ b/openjpa-tools/openjpa-fetch-statistics-was/pom.xml
@@ -17,7 +17,7 @@
org.apache.openjpa
openjpa-tools
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-fetch-statistics-was
diff --git a/openjpa-tools/openjpa-fetch-statistics/pom.xml b/openjpa-tools/openjpa-fetch-statistics/pom.xml
index bdcd54ee8..5c38418a3 100644
--- a/openjpa-tools/openjpa-fetch-statistics/pom.xml
+++ b/openjpa-tools/openjpa-fetch-statistics/pom.xml
@@ -17,7 +17,7 @@
org.apache.openjpa
openjpa-tools
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-fetch-statistics
diff --git a/openjpa-tools/openjpa-maven-plugin/pom.xml b/openjpa-tools/openjpa-maven-plugin/pom.xml
index 85e75c9c4..fe7dbc4c1 100644
--- a/openjpa-tools/openjpa-maven-plugin/pom.xml
+++ b/openjpa-tools/openjpa-maven-plugin/pom.xml
@@ -27,7 +27,7 @@
org.apache.openjpa
openjpa-tools
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
../pom.xml
diff --git a/openjpa-tools/pom.xml b/openjpa-tools/pom.xml
index ada8f6428..f01bee60b 100644
--- a/openjpa-tools/pom.xml
+++ b/openjpa-tools/pom.xml
@@ -27,7 +27,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
diff --git a/openjpa-xmlstore/pom.xml b/openjpa-xmlstore/pom.xml
index aa5db9069..798a6361e 100644
--- a/openjpa-xmlstore/pom.xml
+++ b/openjpa-xmlstore/pom.xml
@@ -27,7 +27,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa-xmlstore
diff --git a/openjpa/pom.xml b/openjpa/pom.xml
index be12f111a..3ac2d723d 100644
--- a/openjpa/pom.xml
+++ b/openjpa/pom.xml
@@ -28,7 +28,7 @@
org.apache.openjpa
openjpa-parent
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
openjpa
diff --git a/pom.xml b/pom.xml
index fae2605ee..eeb84a374 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
OpenJPA Parent POM
Apache OpenJPA implementation of JSR-338 JPA 2.1
- 3.1.3-SNAPSHOT
+ 3.2.0-SNAPSHOT
1.8