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 e816852 [maven-release-plugin] rollback the release of 1.4_RC1 e816852 is described below commit e816852fbfdff9c4d4b3818ddd019968bda5b383 Author: Matt Benson <mben...@apache.org> AuthorDate: Wed Aug 29 16:44:01 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 3747d72..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.5-SNAPSHOT</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 f87e90d..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.5-SNAPSHOT</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 c646625..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.5-SNAPSHOT</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 425b3d7..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.5-SNAPSHOT</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 7a54c5a..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.5-SNAPSHOT</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 fda48cc..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.5-SNAPSHOT</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 b455dc9..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.5-SNAPSHOT</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 a6fb1ed..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.5-SNAPSHOT</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 304800a..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.5-SNAPSHOT</version> + <version>1.4-SNAPSHOT</version> </parent> <artifactId>commons-weaver-privilizer</artifactId> diff --git a/parent/pom.xml b/parent/pom.xml index 63a1048..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.5-SNAPSHOT</version> + <version>1.4-SNAPSHOT</version> </parent> <artifactId>commons-weaver-parent</artifactId> diff --git a/pom.xml b/pom.xml index d5aa123..16d2759 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ under the License. </parent> <artifactId>commons-weaver-base</artifactId> - <version>1.5-SNAPSHOT</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>HEAD</tag> </scm> <distributionManagement> diff --git a/processor/pom.xml b/processor/pom.xml index e078804..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.5-SNAPSHOT</version> + <version>1.4-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent>