Skip to content

Commit 854efde

Browse files
-moved MVEL back to using SNAPSHOT version
git-svn-id: http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk@20502 c60d74c8-e8f6-0310-9e8f-d4a2fc68ab70
1 parent 3888df5 commit 854efde

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ You can produce distribution builds, which puts everything into zips, as
2121
follows:
2222
mvn -Declipse -Ddocumentation clean install
2323
-DlocalEclipseDrop=/folder/jboss-rules/local-eclipse-drop-mirror
24-
mvn -Ddocumentation -Declipse -Dmaven.test.skip package javadoc:javadoc
25-
assembly:assembly -DlocalEclipseDrop=/folder/jboss-rules/local-eclipse-drop-mirror
24+
mvn -Ddocumentation -Declipse -Dmaven.test.skip package javadoc:javadoc assembly:assembly
25+
-DlocalEclipseDrop=/folder/jboss-rules/local-eclipse-drop-mirror
2626

2727
Note that install must be done first as javadoc:javadoc won't work unless the
2828
jars are in the local maven repo, but the tests can be skipped on the second run.

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@
143143
</license>
144144
</licenses>
145145
<scm>
146-
<connection>scm:svn:http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/</connection>
146+
<connection>scm:svn:http://anonsvn.labs.jboss.com/labs/jbossrules/trunk</connection>
147147
<!-- TODO developerConnection-->
148-
<url>http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/</url>
148+
<url>http://anonsvn.labs.jboss.com/labs/jbossrules/trunk</url>
149149
</scm>
150150
<organization>
151151
<name>JBoss Inc.</name>
@@ -155,7 +155,7 @@
155155
<repositories>
156156
<repository>
157157
<id>repository.jboss.org</id>
158-
<url>http://repository.jboss.org/maven2/</url>
158+
<url>http://repository.jboss.org/maven2</url>
159159
<snapshots>
160160
<enabled>false</enabled>
161161
</snapshots>
@@ -165,7 +165,7 @@
165165
</repository>
166166
<repository>
167167
<id>snapshots.jboss.org</id>
168-
<url>http://snapshots.jboss.org/maven2/</url>
168+
<url>http://snapshots.jboss.org/maven2</url>
169169
<snapshots>
170170
<enabled>true</enabled>
171171
</snapshots>
@@ -176,7 +176,7 @@
176176

177177
<repository><!-- TODO dead code, this probably isn't used anymore -->
178178
<id>codehaus-snapshot</id>
179-
<url>http://snapshots.repository.codehaus.org/</url>
179+
<url>http://snapshots.repository.codehaus.org</url>
180180
<snapshots>
181181
<enabled>true</enabled>
182182
</snapshots>
@@ -186,7 +186,7 @@
186186
</repository>
187187
<repository><!-- TODO dead code, this probably isn't used anymore -->
188188
<id>maven-snapshots</id>
189-
<url>http://snapshots.maven.codehaus.org/maven2/</url>
189+
<url>http://snapshots.maven.codehaus.org/maven2</url>
190190
<snapshots>
191191
<enabled>true</enabled>
192192
</snapshots>
@@ -227,7 +227,7 @@
227227
<pluginRepositories>
228228
<pluginRepository>
229229
<id>repository.jboss.org</id>
230-
<url>http://repository.jboss.org/maven2/</url>
230+
<url>http://repository.jboss.org/maven2</url>
231231
<snapshots>
232232
<enabled>false</enabled>
233233
</snapshots>
@@ -237,7 +237,7 @@
237237
</pluginRepository>
238238
<pluginRepository>
239239
<id>snapshots.jboss.org</id>
240-
<url>http://snapshots.jboss.org/maven2/</url>
240+
<url>http://snapshots.jboss.org/maven2</url>
241241
<snapshots>
242242
<enabled>true</enabled>
243243
</snapshots>
@@ -829,7 +829,7 @@
829829
<dependency><!-- TODO deploy mvel to the jboss repo or snapshot repo, instead of the dir m2_repo hack -->
830830
<groupId>org.mvel</groupId>
831831
<artifactId>mvel</artifactId>
832-
<version>2.0</version>
832+
<version>2.0-SNAPSHOT</version>
833833
</dependency>
834834

835835
<!-- drools-compiler -->

0 commit comments

Comments
 (0)