You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/02/20 10:04:07 UTC

git commit: configured apache nexus

Updated Branches:
  refs/heads/master b93a7eb40 -> 3ab1f4c8f


configured apache nexus


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/3ab1f4c8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/3ab1f4c8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/3ab1f4c8

Branch: refs/heads/master
Commit: 3ab1f4c8f32e7109be0f2860ea31af421a1ad727
Parents: b93a7eb
Author: Sergio Fernández <wi...@apache.org>
Authored: Wed Feb 20 10:03:30 2013 +0100
Committer: Sergio Fernández <wi...@apache.org>
Committed: Wed Feb 20 10:03:30 2013 +0100

----------------------------------------------------------------------
 parent/pom.xml |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/3ab1f4c8/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 949b3ae..2885e5e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -41,29 +41,29 @@
 
     <repositories>
         <repository>
-            <id>snml</id>
-            <name>Salzburg NewMediaLab Repository</name>
-            <url>http://devel.kiwi-project.eu:8080/nexus/content/groups/public/</url>
+            <id>apache.releases</id>
+            <name>Apache Relesases Repository</name>
+            <url>https://repository.apache.org/content/repositories/releases/</url>
         </repository>
     </repositories>
     <pluginRepositories>
         <pluginRepository>
-            <id>snml</id>
-            <name>Salzburg NewMediaLab Repository</name>
-            <url>http://devel.kiwi-project.eu:8080/nexus/content/groups/public/</url>
+            <id>apache.releases</id>
+            <name>Apache Relesases Repository</name>
+            <url>https://repository.apache.org/content/repositories/releases/</url>
         </pluginRepository>
     </pluginRepositories>
 
     <distributionManagement>
         <repository>
-            <id>snml.releases</id>
-            <name>Salzburg NewMediaLab Repository</name>
-            <url>http://devel.kiwi-project.eu:8080/nexus/content/repositories/releases/</url>
+            <id>apache.releases</id>
+            <name>Apache Relesases Repository</name>
+            <url>https://repository.apache.org/content/repositories/releases/</url>
         </repository>
         <snapshotRepository>
-            <id>snml.snapshots</id>
-            <name>Salzburg NewMediaLab Repository</name>
-            <url>http://devel.kiwi-project.eu:8080/nexus/content/repositories/snapshots/</url>
+            <id>apache.snapshots</id>
+            <name>Apache Snapshots Repository</name>
+            <url>https://repository.apache.org/content/repositories/snapshots/</url>
         </snapshotRepository>
         <site>
             <id>lmf.googlecode.com</id>