Author: olamy
Date: Fri Oct 10 00:28:11 2014
New Revision: 1630630
URL: http://svn.apache.org/r1630630
Log:
inherits from last apache parent pom
Modified:
tomcat/sandbox/trunk-maven-layout/pom.xml
Modified: tomcat/sandbox/trunk-maven-layout/pom.xml
URL:
http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/pom.xml?rev=1630630&r1=1630629&r2=1630630&view=diff
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/pom.xml (original)
+++ tomcat/sandbox/trunk-maven-layout/pom.xml Fri Oct 10 00:28:11 2014
@@ -18,7 +18,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
-
+
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>15</version>
+ </parent>
+
<groupId>org.apache.tomcat</groupId>
<artifactId>master</artifactId>
<version>8.0.13-SNAPSHOT</version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]