[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/eea6844e Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/eea6844e Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/eea6844e Branch: refs/heads/master Commit: eea6844edcd8faaeb66e4ed7475c9340271d57d2 Parents: 9892b1f Author: Eldon Carman <[email protected]> Authored: Mon Mar 2 16:31:17 2015 -0800 Committer: Preston Carman <[email protected]> Committed: Sun Jun 28 11:37:04 2015 -0700 ---------------------------------------------------------------------- pom.xml | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/eea6844e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 464cd7b..1862890 100644 --- a/pom.xml +++ b/pom.xml @@ -375,31 +375,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>
