[maven-release-plugin] rollback the release of apache-vxquery-0.5
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/50394de0 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/50394de0 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/50394de0 Branch: refs/heads/master Commit: 50394de092e70a52f340cc1c211d753cb0912e32 Parents: bb3aea4 Author: Eldon Carman <[email protected]> Authored: Mon Mar 2 16:31:17 2015 -0800 Committer: Eldon Carman <[email protected]> Committed: Wed Apr 1 11:34:54 2015 -0700 ---------------------------------------------------------------------- pom.xml | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/50394de0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8c6f21b..5b4a15d 100644 --- a/pom.xml +++ b/pom.xml @@ -378,31 +378,11 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.6</source> + <target>1.6</target> </configuration> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-enforcer-plugin</artifactId> - <version>1.4</version> - <executions> - <execution> - <id>enforce-java</id> - <goals> - <goal>enforce</goal> - </goals> - <configuration> - <rules> - <requireJavaVersion> - <version>1.7.0</version> - </requireJavaVersion> - </rules> - </configuration> - </execution> - </executions> - </plugin> - <plugin> <artifactId>maven-install-plugin</artifactId> <configuration> <createChecksum>true</createChecksum>
