This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch release-3.1 in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
The following commit(s) were added to refs/heads/release-3.1 by this push: new 4a9cafb [maven-release-plugin] prepare for next development iteration 4a9cafb is described below commit 4a9cafbadce3c266948afa1b910a9a2a669db5da Author: Thomas Vandahl <t...@apache.org> AuthorDate: Mon Jan 3 16:57:40 2022 +0100 [maven-release-plugin] prepare for next development iteration --- commons-jcs-core/pom.xml | 4 ++-- commons-jcs-dist/pom.xml | 4 ++-- commons-jcs-jcache-extras/pom.xml | 4 ++-- commons-jcs-jcache-openjpa/pom.xml | 4 ++-- commons-jcs-jcache/pom.xml | 4 ++-- commons-jcs-tck-tests/pom.xml | 4 ++-- pom.xml | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/commons-jcs-core/pom.xml b/commons-jcs-core/pom.xml index 114eacd..a454a00 100644 --- a/commons-jcs-core/pom.xml +++ b/commons-jcs-core/pom.xml @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-jcs3</artifactId> - <version>3.1</version> + <version>3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>commons-jcs3-core</artifactId> - <version>3.1</version> + <version>3.2-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Commons JCS :: Core</name> diff --git a/commons-jcs-dist/pom.xml b/commons-jcs-dist/pom.xml index e912102..b558217 100644 --- a/commons-jcs-dist/pom.xml +++ b/commons-jcs-dist/pom.xml @@ -21,12 +21,12 @@ <parent> <artifactId>commons-jcs3</artifactId> <groupId>org.apache.commons</groupId> - <version>3.1</version> + <version>3.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-jcs3-dist</artifactId> - <version>3.1</version> + <version>3.2-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Commons JCS :: Distribution</name> <description>Creates the Apache Commons JCS multimodule distribution.</description> diff --git a/commons-jcs-jcache-extras/pom.xml b/commons-jcs-jcache-extras/pom.xml index 102b8d7..59e0a15 100644 --- a/commons-jcs-jcache-extras/pom.xml +++ b/commons-jcs-jcache-extras/pom.xml @@ -21,12 +21,12 @@ <parent> <artifactId>commons-jcs3</artifactId> <groupId>org.apache.commons</groupId> - <version>3.1</version> + <version>3.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-jcs3-jcache-extras</artifactId> - <version>3.1</version> + <version>3.2-SNAPSHOT</version> <name>Apache Commons JCS :: JCache Extras</name> <scm> diff --git a/commons-jcs-jcache-openjpa/pom.xml b/commons-jcs-jcache-openjpa/pom.xml index 255b103..a840541 100644 --- a/commons-jcs-jcache-openjpa/pom.xml +++ b/commons-jcs-jcache-openjpa/pom.xml @@ -21,12 +21,12 @@ <parent> <artifactId>commons-jcs3</artifactId> <groupId>org.apache.commons</groupId> - <version>3.1</version> + <version>3.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-jcs3-jcache-openjpa</artifactId> - <version>3.1</version> + <version>3.2-SNAPSHOT</version> <name>Apache Commons JCS :: JCache OpenJPA</name> <scm> diff --git a/commons-jcs-jcache/pom.xml b/commons-jcs-jcache/pom.xml index 5a140c9..c4bb704 100644 --- a/commons-jcs-jcache/pom.xml +++ b/commons-jcs-jcache/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-jcs3</artifactId> - <version>3.1</version> + <version>3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>commons-jcs3-jcache</artifactId> - <version>3.1</version> + <version>3.2-SNAPSHOT</version> <name>Apache Commons JCS :: JCache</name> <scm> diff --git a/commons-jcs-tck-tests/pom.xml b/commons-jcs-tck-tests/pom.xml index f9365fd..5e5f46d 100644 --- a/commons-jcs-tck-tests/pom.xml +++ b/commons-jcs-tck-tests/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-jcs3</artifactId> - <version>3.1</version> + <version>3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -34,7 +34,7 @@ --> <artifactId>commons-jcs3-jcache-tck</artifactId> - <version>3.1</version> + <version>3.2-SNAPSHOT</version> <name>Apache Commons JCS :: JCache TCK</name> diff --git a/pom.xml b/pom.xml index 330f59e..ad9fcaf 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <artifactId>commons-jcs3</artifactId> <packaging>pom</packaging> - <version>3.1</version> + <version>3.2-SNAPSHOT</version> <!-- * Build with -PjcacheTck to run the JSR-107 TCK