[embjopr-commits] EMBJOPR SVN: r188 - trunk/jsfunit.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Fri Mar 6 17:54:18 EST 2009


Author: ozizka at redhat.com
Date: 2009-03-06 17:54:17 -0500 (Fri, 06 Mar 2009)
New Revision: 188

Modified:
   trunk/jsfunit/pom.xml
Log:
 * POM: Versions changed to reflect current state.
 * Now using ${jopr.version}


Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2009-03-05 23:24:39 UTC (rev 187)
+++ trunk/jsfunit/pom.xml	2009-03-06 22:54:17 UTC (rev 188)
@@ -4,16 +4,19 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
 >
    <modelVersion>4.0.0</modelVersion>
+   <properties>
+     <jopr.version>1.2.0-SNAPSHOT</jopr.version>
+   </properties>
    
    <parent>
       <groupId>org.jboss.jopr</groupId>
       <artifactId>jopr-embedded-parent</artifactId>
-      <version>1.1.1-SNAPSHOT</version>
+      <version>${jopr.version}</version>
    </parent>
 
    <groupId>org.jboss.jopr</groupId>
    <artifactId>jopr-embedded-jsfunit</artifactId>
-   <version>1.1.1-SNAPSHOT</version>
+   <version>${jopr.version}</version>
    <packaging>war</packaging>
    <name>JSFUnit Tests for Embedded Admin Console</name>
 
@@ -46,7 +49,7 @@
       <dependency>
          <groupId>org.jboss.jsfunit</groupId>
          <artifactId>jboss-jsfunit-core</artifactId>
-         <version>1.0.0.GA-SNAPSHOT</version>
+         <version>1.0.0.GA</version>
          <scope>compile</scope>
          <exclusions>
             <exclusion>
@@ -62,7 +65,7 @@
       <dependency>
          <groupId>org.jboss.jsfunit</groupId>
          <artifactId>jboss-jsfunit-richfaces</artifactId>
-         <version>1.0.0.GA-SNAPSHOT</version>
+         <version>1.0.0.GA</version>
          <scope>compile</scope>
       </dependency>
       <dependency>
@@ -74,7 +77,7 @@
       <dependency>
          <groupId>org.jboss.jbossas</groupId>
          <artifactId>jboss-as-j2se</artifactId>
-         <version>5.0.0-SNAPSHOT</version>
+         <version>5.0.1.GA</version>
          <scope>provided</scope>
       </dependency>
       <dependency>
@@ -114,7 +117,7 @@
       <dependency>
          <groupId>org.jboss.man</groupId>
          <artifactId>jboss-metatype</artifactId>
-         <version>2.0.0.GA</version>
+         <version>2.1.0.CR3</version>
          <scope>provided</scope>
       </dependency>
    </dependencies>
@@ -234,7 +237,7 @@
             <dependency>
                <groupId>org.jboss.jopr</groupId>
                <artifactId>jopr-embedded-jbas5</artifactId>
-               <version>${project.version}</version>
+               <version>${jopr.version}</version><!-- ${project.version} -->
                <type>war</type>
             </dependency>
             <dependency>




More information about the embjopr-commits mailing list