You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dk...@apache.org on 2009/09/30 16:12:37 UTC

svn commit: r820275 - in /incubator/aries/trunk: .gitignore parent/pom.xml pom.xml

Author: dkulp
Date: Wed Sep 30 14:12:36 2009
New Revision: 820275

URL: http://svn.apache.org/viewvc?rev=820275&view=rev
Log:
Add .gitignore
Update snapshot repo url to look at nexus
Add apache parent so deploy will work

Added:
    incubator/aries/trunk/.gitignore
Modified:
    incubator/aries/trunk/parent/pom.xml
    incubator/aries/trunk/pom.xml

Added: incubator/aries/trunk/.gitignore
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/.gitignore?rev=820275&view=auto
==============================================================================
--- incubator/aries/trunk/.gitignore (added)
+++ incubator/aries/trunk/.gitignore Wed Sep 30 14:12:36 2009
@@ -0,0 +1,8 @@
+.checkstyle
+.classpath
+.pmd
+.project
+.ruleset
+.settings/
+target/
+velocity.log

Modified: incubator/aries/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/parent/pom.xml?rev=820275&r1=820274&r2=820275&view=diff
==============================================================================
--- incubator/aries/trunk/parent/pom.xml (original)
+++ incubator/aries/trunk/parent/pom.xml Wed Sep 30 14:12:36 2009
@@ -113,7 +113,7 @@
         <pluginRepository>
             <id>apache.snapshots</id>
             <name>Apache Snapshots Repository</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <url>https://repository.apache.org/content/groups/snapshots-group</url>
             <layout>default</layout>
             <snapshots>
                 <enabled>true</enabled>

Modified: incubator/aries/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/pom.xml?rev=820275&r1=820274&r2=820275&view=diff
==============================================================================
--- incubator/aries/trunk/pom.xml (original)
+++ incubator/aries/trunk/pom.xml Wed Sep 30 14:12:36 2009
@@ -19,6 +19,13 @@
 -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>6</version>
+    </parent>
+
     <!-- This file was based on the Geronimo Genesis Parent Pom -->
 
     <modelVersion>4.0.0</modelVersion>
@@ -32,4 +39,5 @@
         <module>parent</module>
         <module>blueprint</module>
     </modules>
+
 </project>