You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2016/12/03 16:38:00 UTC

[34/50] tomee git commit: removing codehause snapshot repo, shouldnt be needed

removing codehause snapshot repo, shouldnt be needed


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/6a2ecdd8
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/6a2ecdd8
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/6a2ecdd8

Branch: refs/heads/tomee-1.7.x
Commit: 6a2ecdd841abb9df8a0fd8b6774b08ea5bb7d49c
Parents: 190b51e
Author: rmannibucau <rm...@apache.org>
Authored: Fri Oct 14 12:05:58 2016 +0200
Committer: rmannibucau <rm...@apache.org>
Committed: Fri Oct 14 12:05:58 2016 +0200

----------------------------------------------------------------------
 pom.xml | 45 ---------------------------------------------
 1 file changed, 45 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/6a2ecdd8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3679ba9..95ed2b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -593,13 +593,6 @@
 
       <repositories>
         <repository>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-          <id>Codehaus Snapshots</id>
-          <url>http://snapshots.repository.codehaus.org/</url>
-        </repository>
-        <repository>
           <id>apache-snapshots</id>
           <name>Apache Snapshots Repository</name>
           <url>https://repository.apache.org/content/groups/snapshots</url>
@@ -611,16 +604,6 @@
           </snapshots>
         </repository>
       </repositories>
-
-      <pluginRepositories>
-        <pluginRepository>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-          <id>Codehaus Snapshots</id>
-          <url>http://snapshots.repository.codehaus.org/</url>
-        </pluginRepository>
-      </pluginRepositories>
     </profile>
 
     <profile>
@@ -677,24 +660,6 @@
           </plugin>
         </plugins>
       </build>
-      <repositories>
-        <repository>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-          <id>Codehaus Snapshots</id>
-          <url>http://snapshots.repository.codehaus.org/</url>
-        </repository>
-      </repositories>
-      <pluginRepositories>
-        <pluginRepository>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-          <id>Codehaus Snapshots</id>
-          <url>http://snapshots.repository.codehaus.org/</url>
-        </pluginRepository>
-      </pluginRepositories>
     </profile>
   </profiles>
   <repositories>
@@ -771,16 +736,6 @@
         <enabled>true</enabled>
       </snapshots>
     </pluginRepository>
-    <pluginRepository>
-      <id>Codehaus Snapshots</id>
-      <url>http://snapshots.repository.codehaus.org/</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </pluginRepository>
   </pluginRepositories>
   <dependencyManagement>
     <dependencies>