Skip to content

Commit

Permalink
build against our MODE 3.2-SNAPSHOTs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Apr 4, 2013
1 parent d72a792 commit 6327173
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Expand Up @@ -29,7 +29,7 @@
<enunciate.version>1.26.2</enunciate.version>
<infinispan.version>5.2.1.Final</infinispan.version>
<jgroups.version>3.2.6.Final</jgroups.version>
<modeshape.version>3.1.3.Final</modeshape.version>
<modeshape.version>3.2-SNAPSHOT</modeshape.version>
<slf4j.version>1.7.2</slf4j.version>
<spring.version>3.2.0.RELEASE</spring.version>

Expand Down Expand Up @@ -537,6 +537,17 @@
</reporting>

<repositories>
<repository>
<id>fcrepo-snapshot</id>
<name>Fcrepo Repository for Maven</name>
<url>http://maven.fcrepo.org/nexus/content/repositories/snapshots/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
Expand Down

0 comments on commit 6327173

Please sign in to comment.