- Revision
- 1314
- Author
- mauro
- Date
- 2009-10-11 05:22:01 -0500 (Sun, 11 Oct 2009)
Log Message
[maven-release-plugin] prepare release jbehave-site-2.0
Modified Paths
Diff
Modified: trunk/site/pom.xml (1313 => 1314)
--- trunk/site/pom.xml 2009-10-11 10:21:26 UTC (rev 1313) +++ trunk/site/pom.xml 2009-10-11 10:22:01 UTC (rev 1314) @@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.jbehave.site</groupId> <artifactId>jbehave-site</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> <packaging>pom</packaging> <name>JBehave Site</name> <description>JBehave Site provide site resources and templates for use by JBehave documentations and distributions</description> @@ -68,9 +68,9 @@ <contributors /> <scm> - <connection>scm:svn:https://svn.codehaus.org/jbehave/trunk/site</connection> - <developerConnection>scm:svn:https://svn.codehaus.org/jbehave/trunk/site</developerConnection> - <url>http://svn.codehaus.org/jbehave/trunk/site</url> + <connection>scm:svn:https://svn.codehaus.org/jbehave/tags/jbehave-site-2.0</connection> + <developerConnection>scm:svn:https://svn.codehaus.org/jbehave/tags/jbehave-site-2.0</developerConnection> + <url>http://svn.codehaus.org/jbehave/tags/jbehave-site-2.0</url> </scm> <distributionManagement>
Modified: trunk/site/site-resources/pom.xml (1313 => 1314)
--- trunk/site/site-resources/pom.xml 2009-10-11 10:21:26 UTC (rev 1313) +++ trunk/site/site-resources/pom.xml 2009-10-11 10:22:01 UTC (rev 1314) @@ -1,10 +1,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"> +<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.jbehave.site</groupId> <artifactId>jbehave-site</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> </parent> <artifactId>jbehave-site-resources</artifactId> <packaging>jar</packaging>
Modified: trunk/site/site-templates/pom.xml (1313 => 1314)
--- trunk/site/site-templates/pom.xml 2009-10-11 10:21:26 UTC (rev 1313) +++ trunk/site/site-templates/pom.xml 2009-10-11 10:22:01 UTC (rev 1314) @@ -3,7 +3,7 @@ <parent> <groupId>org.jbehave.site</groupId> <artifactId>jbehave-site</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> </parent> <artifactId>jbehave-site-templates</artifactId> <packaging>jar</packaging>
To unsubscribe from this list please visit:
