You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2013/01/02 20:16:24 UTC

svn commit: r1427923 - in /incubator/onami/trunk: autobind/pom.xml cache/pom.xml configuration/pom.xml guava/pom.xml lifecycle/ lifecycle/pom.xml logging/pom.xml scheduler/pom.xml site/pom.xml spi/pom.xml test/pom.xml

Author: simonetripodi
Date: Wed Jan  2 19:16:24 2013
New Revision: 1427923

URL: http://svn.apache.org/viewvc?rev=1427923&view=rev
Log:
[ONAMI-31] Update parent pom reference to released 1-incubating version

Modified:
    incubator/onami/trunk/autobind/pom.xml
    incubator/onami/trunk/cache/pom.xml
    incubator/onami/trunk/configuration/pom.xml
    incubator/onami/trunk/guava/pom.xml
    incubator/onami/trunk/lifecycle/   (props changed)
    incubator/onami/trunk/lifecycle/pom.xml
    incubator/onami/trunk/logging/pom.xml
    incubator/onami/trunk/scheduler/pom.xml
    incubator/onami/trunk/site/pom.xml
    incubator/onami/trunk/spi/pom.xml
    incubator/onami/trunk/test/pom.xml

Modified: incubator/onami/trunk/autobind/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/pom.xml?rev=1427923&r1=1427922&r2=1427923&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/pom.xml (original)
+++ incubator/onami/trunk/autobind/pom.xml Wed Jan  2 19:16:24 2013
@@ -23,8 +23,7 @@
   <parent>
     <groupId>org.apache.onami</groupId>
     <artifactId>org.apache.onami.parent</artifactId>
-    <version>1-incubating-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <version>1-incubating</version>
   </parent>
 
   <groupId>org.apache.onami.autobind</groupId>
@@ -143,15 +142,4 @@
     </plugins>
   </reporting>
 
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
 </project>

Modified: incubator/onami/trunk/cache/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/cache/pom.xml?rev=1427923&r1=1427922&r2=1427923&view=diff
==============================================================================
--- incubator/onami/trunk/cache/pom.xml (original)
+++ incubator/onami/trunk/cache/pom.xml Wed Jan  2 19:16:24 2013
@@ -23,8 +23,7 @@
   <parent>
     <groupId>org.apache.onami</groupId>
     <artifactId>org.apache.onami.parent</artifactId>
-    <version>1-incubating-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <version>1-incubating</version>
   </parent>
 
   <groupId>org.apache.onami</groupId>
@@ -141,15 +140,4 @@
     </plugins>
   </build>
 
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
 </project>

Modified: incubator/onami/trunk/configuration/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/configuration/pom.xml?rev=1427923&r1=1427922&r2=1427923&view=diff
==============================================================================
--- incubator/onami/trunk/configuration/pom.xml (original)
+++ incubator/onami/trunk/configuration/pom.xml Wed Jan  2 19:16:24 2013
@@ -23,8 +23,7 @@
   <parent>
     <groupId>org.apache.onami</groupId>
     <artifactId>org.apache.onami.parent</artifactId>
-    <version>1-incubating-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <version>1-incubating</version>
   </parent>
 
   <groupId>org.apache.onami</groupId>
@@ -142,15 +141,4 @@
     </plugins>
   </build>
 
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
 </project>

Modified: incubator/onami/trunk/guava/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/guava/pom.xml?rev=1427923&r1=1427922&r2=1427923&view=diff
==============================================================================
--- incubator/onami/trunk/guava/pom.xml (original)
+++ incubator/onami/trunk/guava/pom.xml Wed Jan  2 19:16:24 2013
@@ -23,8 +23,7 @@
   <parent>
     <groupId>org.apache.onami</groupId>
     <artifactId>org.apache.onami.parent</artifactId>
-    <version>1-incubating-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <version>1-incubating</version>
   </parent>
 
   <groupId>org.apache.onami</groupId>
@@ -145,15 +144,4 @@
     </plugins>
   </build>
 
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
 </project>

Propchange: incubator/onami/trunk/lifecycle/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  2 19:16:24 2013
@@ -1,2 +1,3 @@
 target
 *.iml
+.settings

Modified: incubator/onami/trunk/lifecycle/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/lifecycle/pom.xml?rev=1427923&r1=1427922&r2=1427923&view=diff
==============================================================================
--- incubator/onami/trunk/lifecycle/pom.xml (original)
+++ incubator/onami/trunk/lifecycle/pom.xml Wed Jan  2 19:16:24 2013
@@ -23,8 +23,7 @@
   <parent>
     <groupId>org.apache.onami</groupId>
     <artifactId>org.apache.onami.parent</artifactId>
-    <version>1-incubating-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <version>1-incubating</version>
   </parent>
 
   <groupId>org.apache.onami</groupId>
@@ -137,15 +136,4 @@
     </plugins>
   </build>
 
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
-</project>
\ No newline at end of file
+</project>

Modified: incubator/onami/trunk/logging/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/logging/pom.xml?rev=1427923&r1=1427922&r2=1427923&view=diff
==============================================================================
--- incubator/onami/trunk/logging/pom.xml (original)
+++ incubator/onami/trunk/logging/pom.xml Wed Jan  2 19:16:24 2013
@@ -24,8 +24,7 @@
   <parent>
     <groupId>org.apache.onami</groupId>
     <artifactId>org.apache.onami.parent</artifactId>
-    <version>1-incubating-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <version>1-incubating</version>
   </parent>
 
   <groupId>org.apache.onami.logging</groupId>
@@ -131,15 +130,4 @@
     </plugins>
   </reporting>
 
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
-</project>
\ No newline at end of file
+</project>

Modified: incubator/onami/trunk/scheduler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/pom.xml?rev=1427923&r1=1427922&r2=1427923&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/pom.xml (original)
+++ incubator/onami/trunk/scheduler/pom.xml Wed Jan  2 19:16:24 2013
@@ -23,8 +23,7 @@
   <parent>
     <groupId>org.apache.onami</groupId>
     <artifactId>org.apache.onami.parent</artifactId>
-    <version>1-incubating-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <version>1-incubating</version>
   </parent>
 
   <groupId>org.apache.onami</groupId>
@@ -162,15 +161,4 @@
     </plugins>
   </build>
 
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
 </project>

Modified: incubator/onami/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/site/pom.xml?rev=1427923&r1=1427922&r2=1427923&view=diff
==============================================================================
--- incubator/onami/trunk/site/pom.xml (original)
+++ incubator/onami/trunk/site/pom.xml Wed Jan  2 19:16:24 2013
@@ -24,8 +24,7 @@
   <parent>
     <groupId>org.apache.onami</groupId>
     <artifactId>org.apache.onami.parent</artifactId>
-    <version>1-incubating-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <version>1-incubating</version>
   </parent>
 
   <groupId>org.apache.onami</groupId>

Modified: incubator/onami/trunk/spi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/spi/pom.xml?rev=1427923&r1=1427922&r2=1427923&view=diff
==============================================================================
--- incubator/onami/trunk/spi/pom.xml (original)
+++ incubator/onami/trunk/spi/pom.xml Wed Jan  2 19:16:24 2013
@@ -23,8 +23,7 @@
   <parent>
     <groupId>org.apache.onami</groupId>
     <artifactId>org.apache.onami.parent</artifactId>
-    <version>1-incubating-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <version>1-incubating</version>
   </parent>
 
   <groupId>org.apache.onami</groupId>
@@ -149,15 +148,4 @@
     </plugins>
   </build>
 
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
 </project>

Modified: incubator/onami/trunk/test/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/test/pom.xml?rev=1427923&r1=1427922&r2=1427923&view=diff
==============================================================================
--- incubator/onami/trunk/test/pom.xml (original)
+++ incubator/onami/trunk/test/pom.xml Wed Jan  2 19:16:24 2013
@@ -25,8 +25,7 @@
   <parent>
     <groupId>org.apache.onami</groupId>
     <artifactId>org.apache.onami.parent</artifactId>
-    <version>1-incubating-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <version>1-incubating</version>
   </parent>
 
   <groupId>org.apache.onami</groupId>
@@ -154,15 +153,4 @@
     </plugins>
   </build>
 
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
 </project>