commit cd9e53e4c854c705aedd31920ccc131e01e60938
Author: Mauro Talevi <[email protected]>
AuthorDate: Sun, 29 Mar 2015 16:29:42 +0200
Commit: Mauro Talevi <[email protected]>
CommitDate: Sun, 29 Mar 2015 16:29:42 +0200
JBEHAVE-1071: Use oss.sonatype.org.
diff --git a/pom.xml b/pom.xml
index 1c50f32..0d6832d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,9 +2,9 @@
<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.web</groupId>
<artifactId>jbehave-web</artifactId>
@@ -235,7 +235,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.0</version>
+ <version>3.4</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>