Author: anil.saldhana(a)jboss.com
Date: 2011-01-26 21:31:29 -0500 (Wed, 26 Jan 2011)
New Revision: 659
Modified:
integration-tests/trunk/picketlink-openid-tests/pom.xml
integration-tests/trunk/picketlink-saml-tests/pom.xml
integration-tests/trunk/picketlink-sts-tests/pom.xml
Log:
use project version
Modified: integration-tests/trunk/picketlink-openid-tests/pom.xml
===================================================================
--- integration-tests/trunk/picketlink-openid-tests/pom.xml 2011-01-27 02:22:27 UTC (rev
658)
+++ integration-tests/trunk/picketlink-openid-tests/pom.xml 2011-01-27 02:31:29 UTC (rev
659)
@@ -65,7 +65,7 @@
<configuration>
<tasks>
<property name="depclasspath"
refid="maven.dependency.classpath"/>
- <property name="version" value="${version}"/>
+ <property name="version"
value="${project.version}"/>
<property name="localRepository"
value="${user.home}/.m2/repository"/>
<ant antfile="${basedir}/ant-build.xml"
target="start-jboss" />
</tasks>
Modified: integration-tests/trunk/picketlink-saml-tests/pom.xml
===================================================================
--- integration-tests/trunk/picketlink-saml-tests/pom.xml 2011-01-27 02:22:27 UTC (rev
658)
+++ integration-tests/trunk/picketlink-saml-tests/pom.xml 2011-01-27 02:31:29 UTC (rev
659)
@@ -69,7 +69,7 @@
<configuration>
<tasks>
<property name="depclasspath"
refid="maven.dependency.classpath"/>
- <property name="version" value="${version}"/>
+ <property name="version"
value="${project.version}"/>
<property name="localRepository"
value="${user.home}/.m2/repository"/>
<ant antfile="${basedir}/ant-build.xml"
target="start-jboss" />
</tasks>
Modified: integration-tests/trunk/picketlink-sts-tests/pom.xml
===================================================================
--- integration-tests/trunk/picketlink-sts-tests/pom.xml 2011-01-27 02:22:27 UTC (rev
658)
+++ integration-tests/trunk/picketlink-sts-tests/pom.xml 2011-01-27 02:31:29 UTC (rev
659)
@@ -68,7 +68,7 @@
<phase>compile</phase>
<configuration>
<tasks>
- <property name="version" value="${version}"/>
+ <property name="version"
value="${project.version}"/>
<property name="depclasspath"
refid="maven.dependency.classpath"/>
<property name="localRepository"
value="${user.home}/.m2/repository"/>
<ant antfile="${basedir}/ant-build.xml"
target="install-jboss" />