You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cu...@apache.org on 2012/07/20 17:07:26 UTC

svn commit: r1363822 - in /aries/trunk/samples/blog: blog-jdbc-eba/pom.xml blog-jpa-eba/pom.xml

Author: cumminsh
Date: Fri Jul 20 15:07:26 2012
New Revision: 1363822

URL: http://svn.apache.org/viewvc?rev=1363822&view=rev
Log:
[ARIES-862] Missed some eba-maven-plugin snapshot dependencies.

Modified:
    aries/trunk/samples/blog/blog-jdbc-eba/pom.xml
    aries/trunk/samples/blog/blog-jpa-eba/pom.xml

Modified: aries/trunk/samples/blog/blog-jdbc-eba/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/samples/blog/blog-jdbc-eba/pom.xml?rev=1363822&r1=1363821&r2=1363822&view=diff
==============================================================================
--- aries/trunk/samples/blog/blog-jdbc-eba/pom.xml (original)
+++ aries/trunk/samples/blog/blog-jdbc-eba/pom.xml Fri Jul 20 15:07:26 2012
@@ -63,7 +63,7 @@ under the License.
             <plugin>
                 <groupId>org.apache.aries</groupId>
                 <artifactId>eba-maven-plugin</artifactId>
-                <version>1.0.0-SNAPSHOT</version>
+                <version>${ariesEbaMavenPluginVersion}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <generateManifest>true</generateManifest>

Modified: aries/trunk/samples/blog/blog-jpa-eba/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/samples/blog/blog-jpa-eba/pom.xml?rev=1363822&r1=1363821&r2=1363822&view=diff
==============================================================================
--- aries/trunk/samples/blog/blog-jpa-eba/pom.xml (original)
+++ aries/trunk/samples/blog/blog-jpa-eba/pom.xml Fri Jul 20 15:07:26 2012
@@ -63,7 +63,7 @@ under the License.
             <plugin>
                 <groupId>org.apache.aries</groupId>
                 <artifactId>eba-maven-plugin</artifactId>
-                <version>1.0.0-SNAPSHOT</version>
+                <version>${ariesEbaMavenPluginVersion}</version>
                 <extensions>true</extensions>
                 <configuration>
                     <generateManifest>true</generateManifest>