|
143 | 143 | </license> |
144 | 144 | </licenses> |
145 | 145 | <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> |
147 | 147 | <!-- TODO developerConnection--> |
148 | | - <url>http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/</url> |
| 148 | + <url>http://anonsvn.labs.jboss.com/labs/jbossrules/trunk</url> |
149 | 149 | </scm> |
150 | 150 | <organization> |
151 | 151 | <name>JBoss Inc.</name> |
|
155 | 155 | <repositories> |
156 | 156 | <repository> |
157 | 157 | <id>repository.jboss.org</id> |
158 | | - <url>http://repository.jboss.org/maven2/</url> |
| 158 | + <url>http://repository.jboss.org/maven2</url> |
159 | 159 | <snapshots> |
160 | 160 | <enabled>false</enabled> |
161 | 161 | </snapshots> |
|
165 | 165 | </repository> |
166 | 166 | <repository> |
167 | 167 | <id>snapshots.jboss.org</id> |
168 | | - <url>http://snapshots.jboss.org/maven2/</url> |
| 168 | + <url>http://snapshots.jboss.org/maven2</url> |
169 | 169 | <snapshots> |
170 | 170 | <enabled>true</enabled> |
171 | 171 | </snapshots> |
|
176 | 176 |
|
177 | 177 | <repository><!-- TODO dead code, this probably isn't used anymore --> |
178 | 178 | <id>codehaus-snapshot</id> |
179 | | - <url>http://snapshots.repository.codehaus.org/</url> |
| 179 | + <url>http://snapshots.repository.codehaus.org</url> |
180 | 180 | <snapshots> |
181 | 181 | <enabled>true</enabled> |
182 | 182 | </snapshots> |
|
186 | 186 | </repository> |
187 | 187 | <repository><!-- TODO dead code, this probably isn't used anymore --> |
188 | 188 | <id>maven-snapshots</id> |
189 | | - <url>http://snapshots.maven.codehaus.org/maven2/</url> |
| 189 | + <url>http://snapshots.maven.codehaus.org/maven2</url> |
190 | 190 | <snapshots> |
191 | 191 | <enabled>true</enabled> |
192 | 192 | </snapshots> |
|
227 | 227 | <pluginRepositories> |
228 | 228 | <pluginRepository> |
229 | 229 | <id>repository.jboss.org</id> |
230 | | - <url>http://repository.jboss.org/maven2/</url> |
| 230 | + <url>http://repository.jboss.org/maven2</url> |
231 | 231 | <snapshots> |
232 | 232 | <enabled>false</enabled> |
233 | 233 | </snapshots> |
|
237 | 237 | </pluginRepository> |
238 | 238 | <pluginRepository> |
239 | 239 | <id>snapshots.jboss.org</id> |
240 | | - <url>http://snapshots.jboss.org/maven2/</url> |
| 240 | + <url>http://snapshots.jboss.org/maven2</url> |
241 | 241 | <snapshots> |
242 | 242 | <enabled>true</enabled> |
243 | 243 | </snapshots> |
|
829 | 829 | <dependency><!-- TODO deploy mvel to the jboss repo or snapshot repo, instead of the dir m2_repo hack --> |
830 | 830 | <groupId>org.mvel</groupId> |
831 | 831 | <artifactId>mvel</artifactId> |
832 | | - <version>2.0</version> |
| 832 | + <version>2.0-SNAPSHOT</version> |
833 | 833 | </dependency> |
834 | 834 |
|
835 | 835 | <!-- drools-compiler --> |
|
0 commit comments