Author: dennisl
Date: Mon Apr 7 22:06:38 2014
New Revision: 1585604
URL: http://svn.apache.org/r1585604
Log:
Put in the current SNAPSHOT versions.
Modified:
maven/site/trunk/content/xdoc/apache-resource-bundles/index.xml
Modified: maven/site/trunk/content/xdoc/apache-resource-bundles/index.xml
URL:
http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/apache-resource-bundles/index.xml?rev=1585604&r1=1585603&r2=1585604&view=diff
==============================================================================
--- maven/site/trunk/content/xdoc/apache-resource-bundles/index.xml (original)
+++ maven/site/trunk/content/xdoc/apache-resource-bundles/index.xml Mon Apr 7
22:06:38 2014
@@ -49,11 +49,11 @@
<configuration>
<resourceBundles>
<!-- Will generate META-INF/DEPENDENCIES META-INF/LICENSE
META-INF/NOTICE -->
-
<resourceBundle>org.apache.apache.resources:apache-jar-resource-bundle:${apache-jar-resource-bundle-version}</resourceBundle>
+
<resourceBundle>org.apache.apache.resources:apache-jar-resource-bundle:1.5-SNAPSHOT</resourceBundle>
<!-- Will generate META-INF/DEPENDENCIES.txt
META-INF/LICENSE.txt META-INF/NOTICE.txt -->
-
<resourceBundle>org.apache.apache.resources:apache-jar-txt-resource-bundle:${apache-jar-txt-resource-bundle-version}</resourceBundle>
+
<resourceBundle>org.apache.apache.resources:apache-jar-txt-resource-bundle:1.5-SNAPSHOT</resourceBundle>
<!-- Will generate META-INF/DISCLAIMER -->
-
<resourceBundle>org.apache.apache.resources:apache-incubator-disclaimer-resource-bundle:${apache-incubator-disclaimer-resource-bundle-version}</resourceBundle>
+
<resourceBundle>org.apache.apache.resources:apache-incubator-disclaimer-resource-bundle:1.2-SNAPSHOT</resourceBundle>
</resourceBundles>
</configuration>
</execution>
@@ -71,7 +71,7 @@
<dependency>
<groupId>org.apache.apache.resources</groupId>
<artifactId>apache-source-release-assembly-descriptor</artifactId>
-
<version>${apache-source-release-assembly-descriptor-version}</version>
+ <version>1.0.5-SNAPSHOT</version>
</dependency>
</dependencies>
<executions>