You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mc...@apache.org on 2013/08/24 21:38:01 UTC

svn commit: r1517184 - /db/jdo/branches/3.1-rc1/parent-pom/pom.xml

Author: mcaisse
Date: Sat Aug 24 19:38:01 2013
New Revision: 1517184

URL: http://svn.apache.org/r1517184
Log:
JDO-723 Try not skipping deployment of parent-pom

Modified:
    db/jdo/branches/3.1-rc1/parent-pom/pom.xml

Modified: db/jdo/branches/3.1-rc1/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/3.1-rc1/parent-pom/pom.xml?rev=1517184&r1=1517183&r2=1517184&view=diff
==============================================================================
--- db/jdo/branches/3.1-rc1/parent-pom/pom.xml (original)
+++ db/jdo/branches/3.1-rc1/parent-pom/pom.xml Sat Aug 24 19:38:01 2013
@@ -240,7 +240,7 @@ Requests (JSR 12 and 243) under the ausp
         <artifactId>maven-deploy-plugin</artifactId>
         <version>2.6</version>
         <configuration>
-          <skip>true</skip>
+          <skip>false</skip>
         </configuration>
        </plugin>
     </plugins>