This is an automated email from the ASF dual-hosted git repository. mbenson pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-weaver.git
The following commit(s) were added to refs/heads/master by this push: new e5abdee [maven-release-plugin] rollback the release of 1.4_RC1 e5abdee is described below commit e5abdee1aef6229992917cffd3a5fd22b6c7edc1 Author: Matt Benson <mben...@apache.org> AuthorDate: Wed Aug 29 16:46:53 2018 -0500 [maven-release-plugin] rollback the release of 1.4_RC1 --- ant/pom.xml | 2 +- build-tools/pom.xml | 2 +- dist/pom.xml | 2 +- maven-plugin/pom.xml | 2 +- modules/normalizer/pom.xml | 2 +- modules/pom.xml | 2 +- modules/privilizer/api/pom.xml | 2 +- modules/privilizer/pom.xml | 2 +- modules/privilizer/weaver/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 3 +-- processor/pom.xml | 2 +- 12 files changed, 12 insertions(+), 13 deletions(-) diff --git a/ant/pom.xml b/ant/pom.xml index adfb72c..247b51f 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-weaver-parent</artifactId> - <version>1.4</version> + <version>1.4-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> diff --git a/build-tools/pom.xml b/build-tools/pom.xml index f0ea423..f856c89 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -21,7 +21,7 @@ under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-weaver-base</artifactId> - <version>1.4</version> + <version>1.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-weaver-build-tools</artifactId> diff --git a/dist/pom.xml b/dist/pom.xml index e6e5783..32b5cb5 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-weaver-parent</artifactId> - <version>1.4</version> + <version>1.4-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 0ce02bb..2548342 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-weaver-parent</artifactId> - <version>1.4</version> + <version>1.4-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> diff --git a/modules/normalizer/pom.xml b/modules/normalizer/pom.xml index 6a5bd5c..9d5378e 100644 --- a/modules/normalizer/pom.xml +++ b/modules/normalizer/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-weaver-modules-parent</artifactId> - <version>1.4</version> + <version>1.4-SNAPSHOT</version> </parent> <artifactId>commons-weaver-normalizer</artifactId> <name>Apache Commons Weaver Normalizer</name> diff --git a/modules/pom.xml b/modules/pom.xml index 6a9c9b8..127682d 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <artifactId>commons-weaver-parent</artifactId> <groupId>org.apache.commons</groupId> - <version>1.4</version> + <version>1.4-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> diff --git a/modules/privilizer/api/pom.xml b/modules/privilizer/api/pom.xml index 32ae6f6..b694280 100644 --- a/modules/privilizer/api/pom.xml +++ b/modules/privilizer/api/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-weaver-privilizer-parent</artifactId> - <version>1.4</version> + <version>1.4-SNAPSHOT</version> </parent> <artifactId>commons-weaver-privilizer-api</artifactId> diff --git a/modules/privilizer/pom.xml b/modules/privilizer/pom.xml index 27fec31..af7aedc 100644 --- a/modules/privilizer/pom.xml +++ b/modules/privilizer/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-weaver-modules-parent</artifactId> - <version>1.4</version> + <version>1.4-SNAPSHOT</version> </parent> <artifactId>commons-weaver-privilizer-parent</artifactId> diff --git a/modules/privilizer/weaver/pom.xml b/modules/privilizer/weaver/pom.xml index aa60cc3..1119dc5 100644 --- a/modules/privilizer/weaver/pom.xml +++ b/modules/privilizer/weaver/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-weaver-privilizer-parent</artifactId> - <version>1.4</version> + <version>1.4-SNAPSHOT</version> </parent> <artifactId>commons-weaver-privilizer</artifactId> diff --git a/parent/pom.xml b/parent/pom.xml index 66f4a3c..6acbe0d 100755 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-weaver-base</artifactId> - <version>1.4</version> + <version>1.4-SNAPSHOT</version> </parent> <artifactId>commons-weaver-parent</artifactId> diff --git a/pom.xml b/pom.xml index 326ed3c..16d2759 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ under the License. </parent> <artifactId>commons-weaver-base</artifactId> - <version>1.4</version> + <version>1.4-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Commons Weaver</name> @@ -93,7 +93,6 @@ under the License. <connection>scm:git:http://gitbox.apache.org/repos/asf/commons-weaver.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-weaver.git</developerConnection> <url>http://gitbox.apache.org/repos/asf/commons-weaver.git</url> - <tag>1.4_RC1</tag> </scm> <distributionManagement> diff --git a/processor/pom.xml b/processor/pom.xml index bf6ec5a..e68d99f 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-weaver-parent</artifactId> - <version>1.4</version> + <version>1.4-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent>