You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/11/21 15:15:46 UTC

svn commit: r1204510 - /maven/sandbox/trunk/plugins/maven-patch-tracker-plugin/pom.xml

Author: olamy
Date: Mon Nov 21 14:15:46 2011
New Revision: 1204510

URL: http://svn.apache.org/viewvc?rev=1204510&view=rev
Log:
remove atlassian repo, impossible to create issues with the current rest api so use this old good friend soap rpc :-)

Modified:
    maven/sandbox/trunk/plugins/maven-patch-tracker-plugin/pom.xml

Modified: maven/sandbox/trunk/plugins/maven-patch-tracker-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-patch-tracker-plugin/pom.xml?rev=1204510&r1=1204509&r2=1204510&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-patch-tracker-plugin/pom.xml (original)
+++ maven/sandbox/trunk/plugins/maven-patch-tracker-plugin/pom.xml Mon Nov 21 14:15:46 2011
@@ -221,17 +221,4 @@ under the License.
     </plugins>
   </build>
 
-  <repositories>
-    <repository>
-      <id>atlassian.public</id>
-      <url>http://maven.atlassian.com/content/groups/public</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-
 </project>