Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fcrepo-oaiprovider-4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Nov 27, 2014
1 parent ad44194 commit 3cfc7e0
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-beta-05-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<groupId>org.fcrepo</groupId>
Expand Down Expand Up @@ -43,22 +43,22 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>4.0.0-beta-05-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-transform</artifactId>
<version>4.0.0-beta-05-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel</artifactId>
<version>4.0.0-beta-05-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-impl</artifactId>
<version>4.0.0-beta-05-SNAPSHOT</version>
<version>4.0.0</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
Expand All @@ -82,33 +82,33 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-api</artifactId>
<version>4.0.0-beta-05-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-api</artifactId>
<version>4.0.0-beta-05-SNAPSHOT</version>
<version>4.0.0</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-configs</artifactId>
<version>4.0.0-beta-05-SNAPSHOT</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>4.0.0-beta-05-SNAPSHOT</version>
<version>4.0.0</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-common</artifactId>
<version>4.0.0-beta-05-SNAPSHOT</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -227,4 +227,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>fcrepo-oaiprovider-4.0.0</tag>
</scm>
</project>

0 comments on commit 3cfc7e0

Please sign in to comment.