You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by jg...@apache.org on 2016/06/22 20:43:50 UTC

svn commit: r1749783 - /openjpa/branches/2.2.x/pom.xml

Author: jgrassel
Date: Wed Jun 22 20:43:50 2016
New Revision: 1749783

URL: http://svn.apache.org/viewvc?rev=1749783&view=rev
Log:
OPENJPA-2645: Doc Build for most branch releases are broken

Modified:
    openjpa/branches/2.2.x/pom.xml

Modified: openjpa/branches/2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.2.x/pom.xml?rev=1749783&r1=1749782&r2=1749783&view=diff
==============================================================================
--- openjpa/branches/2.2.x/pom.xml (original)
+++ openjpa/branches/2.2.x/pom.xml Wed Jun 22 20:43:50 2016
@@ -658,7 +658,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.5.1</version>
+                    <version>2.3.2</version>
                     <configuration>
                         <source>${compile.class.source}</source>
                         <target>${compile.class.target}</target>
@@ -845,7 +845,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-shade-plugin</artifactId>
-                    <version>2.4.3</version>
+                    <version>1.4</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>