Author: jukka
Date: Fri Aug 12 12:07:59 2011
New Revision: 1157063
URL: http://svn.apache.org/viewvc?rev=1157063&view=rev
Log:
JCR-3048: Upgrade to latest Apache parent POM
Minor tweaks.
Modified:
jackrabbit/trunk/jackrabbit-parent/pom.xml
jackrabbit/trunk/pom.xml
Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1157063&r1=1157062&r2=1157063&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Fri Aug 12 12:07:59 2011
@@ -31,6 +31,7 @@
<relativePath />
</parent>
+ <groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<name>Jackrabbit Parent POM</name>
<version>2.3-SNAPSHOT</version>
Modified: jackrabbit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/pom.xml?rev=1157063&r1=1157062&r2=1157063&view=diff
==============================================================================
--- jackrabbit/trunk/pom.xml (original)
+++ jackrabbit/trunk/pom.xml Fri Aug 12 12:07:59 2011
@@ -112,6 +112,12 @@
</descriptors>
</configuration>
</execution>
+ <execution>
+ <id>source-release-assembly</id>
+ <configuration>
+ <skipAssembly>true</skipAssembly>
+ </configuration>
+ </execution>
</executions>
</plugin>
<!-- JCR-2455: Automatic staging of non-Maven release artifacts -->
|