[jboss-svn-commits] JBL Code SVN: r20502 - labs/jbossrules/trunk.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sun Jun 15 10:55:51 EDT 2008
Author: mark.proctor at jboss.com
Date: 2008-06-15 10:55:50 -0400 (Sun, 15 Jun 2008)
New Revision: 20502
Modified:
labs/jbossrules/trunk/README.txt
labs/jbossrules/trunk/pom.xml
Log:
-moved MVEL back to using SNAPSHOT version
Modified: labs/jbossrules/trunk/README.txt
===================================================================
--- labs/jbossrules/trunk/README.txt 2008-06-15 13:15:56 UTC (rev 20501)
+++ labs/jbossrules/trunk/README.txt 2008-06-15 14:55:50 UTC (rev 20502)
@@ -21,8 +21,8 @@
follows:
mvn -Declipse -Ddocumentation clean install
-DlocalEclipseDrop=/folder/jboss-rules/local-eclipse-drop-mirror
-mvn -Ddocumentation -Declipse -Dmaven.test.skip package javadoc:javadoc
- assembly:assembly -DlocalEclipseDrop=/folder/jboss-rules/local-eclipse-drop-mirror
+mvn -Ddocumentation -Declipse -Dmaven.test.skip package javadoc:javadoc assembly:assembly
+ -DlocalEclipseDrop=/folder/jboss-rules/local-eclipse-drop-mirror
Note that install must be done first as javadoc:javadoc won't work unless the
jars are in the local maven repo, but the tests can be skipped on the second run.
Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml 2008-06-15 13:15:56 UTC (rev 20501)
+++ labs/jbossrules/trunk/pom.xml 2008-06-15 14:55:50 UTC (rev 20502)
@@ -143,9 +143,9 @@
</license>
</licenses>
<scm>
- <connection>scm:svn:http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/</connection>
+ <connection>scm:svn:http://anonsvn.labs.jboss.com/labs/jbossrules/trunk</connection>
<!-- TODO developerConnection-->
- <url>http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/</url>
+ <url>http://anonsvn.labs.jboss.com/labs/jbossrules/trunk</url>
</scm>
<organization>
<name>JBoss Inc.</name>
@@ -155,7 +155,7 @@
<repositories>
<repository>
<id>repository.jboss.org</id>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>http://repository.jboss.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@@ -165,7 +165,7 @@
</repository>
<repository>
<id>snapshots.jboss.org</id>
- <url>http://snapshots.jboss.org/maven2/</url>
+ <url>http://snapshots.jboss.org/maven2</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
@@ -176,7 +176,7 @@
<repository><!-- TODO dead code, this probably isn't used anymore -->
<id>codehaus-snapshot</id>
- <url>http://snapshots.repository.codehaus.org/</url>
+ <url>http://snapshots.repository.codehaus.org</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
@@ -186,7 +186,7 @@
</repository>
<repository><!-- TODO dead code, this probably isn't used anymore -->
<id>maven-snapshots</id>
- <url>http://snapshots.maven.codehaus.org/maven2/</url>
+ <url>http://snapshots.maven.codehaus.org/maven2</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
@@ -227,7 +227,7 @@
<pluginRepositories>
<pluginRepository>
<id>repository.jboss.org</id>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>http://repository.jboss.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@@ -237,7 +237,7 @@
</pluginRepository>
<pluginRepository>
<id>snapshots.jboss.org</id>
- <url>http://snapshots.jboss.org/maven2/</url>
+ <url>http://snapshots.jboss.org/maven2</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
@@ -829,7 +829,7 @@
<dependency><!-- TODO deploy mvel to the jboss repo or snapshot repo, instead of the dir m2_repo hack -->
<groupId>org.mvel</groupId>
<artifactId>mvel</artifactId>
- <version>2.0</version>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<!-- drools-compiler -->
More information about the jboss-svn-commits
mailing list