Navigation Menu

Skip to content

Commit

Permalink
Enable checkstyle snapshot updates to be recognized by F4 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Nov 29, 2013
1 parent 15ccdb0 commit 1ca6db6
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions pom.xml
Expand Up @@ -26,7 +26,7 @@
<!-- Dependency version properties -->
<activemq.version>5.9.0</activemq.version>
<enunciate.version>1.27</enunciate.version>
<fcrepo-build-tools.version>1.3</fcrepo-build-tools.version>
<fcrepo-build-tools.version>1.4-SNAPSHOT</fcrepo-build-tools.version>
<httpcomponents.version>4.3</httpcomponents.version>
<httpclient.version>4.3.1</httpclient.version>
<infinispan.version>5.3.0.Final</infinispan.version>
Expand Down Expand Up @@ -1040,8 +1040,9 @@
<enabled>true</enabled>
</snapshots>
</repository>

</repositories>

<pluginRepositories>
<pluginRepository>
<id>fcrepo-thirdparty</id>
Expand All @@ -1054,7 +1055,20 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>

<pluginRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<scm>
<connection>scm:git:git://github.com/futures/${project_name}.git
</connection>
Expand Down

0 comments on commit 1ca6db6

Please sign in to comment.