You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2015/11/13 12:20:07 UTC

svn commit: r1714189 - in /myfaces/tobago/branches/tobago-1.5.x: ./ pom.xml

Author: lofwyr
Date: Fri Nov 13 11:20:07 2015
New Revision: 1714189

URL: http://svn.apache.org/viewvc?rev=1714189&view=rev
Log:
Merged from tobago-3.0.x
removed old people.apache.org/repo/m2-snapshot-repository, new one is inherited from parent [from revision 1714163]
updated parent to myfaces 15 [from revision 1714169]

Modified:
    myfaces/tobago/branches/tobago-1.5.x/   (props changed)
    myfaces/tobago/branches/tobago-1.5.x/pom.xml

Propchange: myfaces/tobago/branches/tobago-1.5.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Nov 13 11:20:07 2015
@@ -1 +1,2 @@
+/myfaces/tobago/branches/tobago-3.0.x:1714163,1714169
 /myfaces/tobago/trunk:1341831,1341901,1343719,1349356,1351660,1353071,1353854,1354247,1354395,1354437,1354454,1354539,1354708,1361380,1362393,1365525,1365546,1367897,1367921,1368891,1386560,1524189

Modified: myfaces/tobago/branches/tobago-1.5.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/pom.xml?rev=1714189&r1=1714188&r2=1714189&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/pom.xml Fri Nov 13 11:20:07 2015
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces</groupId>
     <artifactId>myfaces</artifactId>
-    <version>14</version>
+    <version>15</version>
   </parent>
   <groupId>org.apache.myfaces.tobago</groupId>
   <artifactId>tobago</artifactId>
@@ -1825,22 +1825,6 @@
 
   </profiles>
 
-  <repositories>
-    <repository>
-      <!-- apache snapshot repository should be disabled -->
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-        <updatePolicy>never</updatePolicy>
-      </snapshots>
-    </repository>
-  </repositories>
-
   <contributors>
     <contributor>
       <name>Helmut Swaczinna</name>