commit 35e6b94e19e86a9bec84c61ec071fa367e90ce77
Author:     Mauro Talevi <mauro.tal...@aquilonia.org>
AuthorDate: Tue, 24 Mar 2015 11:44:48 +0000
Commit:     Mauro Talevi <mauro.tal...@aquilonia.org>
CommitDate: Tue, 24 Mar 2015 11:45:48 +0000

    JBEHAVE-1071:  Use oss.sonatype.org.

diff --git a/pom.xml b/pom.xml
index 206bf76..e8fd08b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1,9 +1,10 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.codehaus</groupId>
-    <artifactId>codehaus-parent</artifactId>
-    <version>1</version>
+    <groupId>org.sonatype.oss</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>9</version>
   </parent>
   <groupId>org.jbehave</groupId>
   <artifactId>jbehave</artifactId>
diff --git a/settings.xml b/settings.xml
index f99454e..17b002e 100755
--- a/settings.xml
+++ b/settings.xml
@@ -6,15 +6,15 @@
   <profiles>
     <profile>
       <!-- Required for dependencies of JBehave snapshots -->
-      <id>codehaus</id>
+      <id>sonatype</id>
       <activation>
         <activeByDefault>false</activeByDefault>
       </activation>
       <repositories>
         <repository>
-          <id>codehaus-public-repository-group</id>
-          <name>Codehaus Public Repository Group</name>
-          <url>https://nexus.codehaus.org/content/groups/public/</url>
+          <id>sonatype-public-repository-group</id>
+          <name>Sonatype Public Repository Group</name>
+          <url>https://oss.sonatype.org/content/groups/public/</url>
           <layout>default</layout>
           <releases>
             <enabled>true</enabled>
@@ -28,9 +28,9 @@
       </repositories>
       <pluginRepositories>
         <pluginRepository>
-          <id>codehaus-public-repository-group</id>
-          <name>Codehaus Public Repository Group</name>
-          <url>https://nexus.codehaus.org/content/groups/public/</url>
+          <id>sonatype-public-repository-group</id>
+          <name>Sonatype Public Repository Group</name>
+          <url>https://oss.sonatype.org/content/groups/public/</url>
           <releases>
             <enabled>true</enabled>
           </releases>



Reply via email to