- Revision
- 1557
- Author
- mauro
- Date
- 2010-02-06 03:44:54 -0600 (Sat, 06 Feb 2010)
Log Message
Updated to latest jbehave core and site releases
Modified Paths
- trunk/web/distribution/pom.xml
- trunk/web/distribution/src/main/site/content/download.html
- trunk/web/distribution/src/main/site/content/license.html
- trunk/web/pom.xml
Diff
Modified: trunk/web/distribution/pom.xml (1556 => 1557)
--- trunk/web/distribution/pom.xml 2010-02-06 09:24:38 UTC (rev 1556) +++ trunk/web/distribution/pom.xml 2010-02-06 09:44:54 UTC (rev 1557) @@ -8,6 +8,9 @@ <artifactId>jbehave-web-distribution</artifactId> <packaging>pom</packaging> <name>JBehave Web Distribution</name> + <properties> + <jbehave.site.version>2.0.2</jbehave.site.version> + </properties> <dependencies> <dependency> <groupId>org.jbehave.web</groupId> @@ -30,7 +33,7 @@ <plugin> <groupId>org.codehaus.xsite</groupId> <artifactId>xsite-maven-plugin</artifactId> - <version>1.1.1</version> + <version>1.1.2</version> <configuration> <sourceDirectoryPath>${basedir}/src/main/site/</sourceDirectoryPath> <sitemapPath>content/sitemap.xml</sitemapPath> @@ -126,7 +129,7 @@ <artifactItem> <groupId>org.jbehave.site</groupId> <artifactId>jbehave-site-resources</artifactId> - <version>2.0</version> + <version>${jbehave.site.version}</version> <outputDirectory>${project.build.directory}/site</outputDirectory> </artifactItem> </artifactItems> @@ -145,7 +148,7 @@ <artifactItem> <groupId>org.jbehave.site</groupId> <artifactId>jbehave-site-templates</artifactId> - <version>2.0</version> + <version>${jbehave.site.version}</version> <outputDirectory>${project.build.directory}/templates</outputDirectory> </artifactItem> </artifactItems>
Modified: trunk/web/distribution/src/main/site/content/download.html (1556 => 1557)
--- trunk/web/distribution/src/main/site/content/download.html 2010-02-06 09:24:38 UTC (rev 1556) +++ trunk/web/distribution/src/main/site/content/download.html 2010-02-06 09:44:54 UTC (rev 1557) @@ -14,10 +14,10 @@ <ul> <li><a - href="" + href="" bin distribution</a></li> <li><a - href="" + href="" src distribution</a></li> </ul>
Modified: trunk/web/distribution/src/main/site/content/license.html (1556 => 1557)
--- trunk/web/distribution/src/main/site/content/license.html 2010-02-06 09:24:38 UTC (rev 1556) +++ trunk/web/distribution/src/main/site/content/license.html 2010-02-06 09:44:54 UTC (rev 1557) @@ -16,7 +16,7 @@ <p>JBehave is released under a BSD-style license:</p> <pre class="brush: plain"> -Copyright (c) 2003-2009 jbehave.org +Copyright (c) 2003-2010 jbehave.org All rights reserved.
Modified: trunk/web/pom.xml (1556 => 1557)
--- trunk/web/pom.xml 2010-02-06 09:24:38 UTC (rev 1556) +++ trunk/web/pom.xml 2010-02-06 09:44:54 UTC (rev 1557) @@ -22,7 +22,7 @@ <dependency> <groupId>org.jbehave</groupId> <artifactId>jbehave-core</artifactId> - <version>2.4</version> + <version>2.4.1</version> </dependency> <dependency> <groupId>org.jmock</groupId>
To unsubscribe from this list please visit:
