Skip to content

Commit

Permalink
Merge pull request #30 from acoburn/fcrepo-1728
Browse files Browse the repository at this point in the history
decouple fcrepo-build-tools version from project version
  • Loading branch information
Andrew Woods committed Sep 29, 2015
2 parents c5e14b9 + f665d98 commit e96b1a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -32,6 +32,7 @@
<httpclient.version>4.3.3</httpclient.version>
<logback.version>1.0.13</logback.version>
<slf4j.version>1.7.7</slf4j.version>
<fcrepo-buildtools.version>4.3.0</fcrepo-buildtools.version>
<checkstyle.plugin.version>2.12.1</checkstyle.plugin.version>
</properties>

Expand Down Expand Up @@ -160,7 +161,7 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-build-tools</artifactId>
<version>${project.version}</version>
<version>${fcrepo-buildtools.version}</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit e96b1a4

Please sign in to comment.