Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fcrepo4-oaiprovider-4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Oct 13, 2015
1 parent 9587c72 commit 79e3f10
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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.3.1-SNAPSHOT</version>
<version>4.4.0</version>
</parent>

<groupId>org.fcrepo</groupId>
Expand Down Expand Up @@ -35,7 +35,7 @@
<developerConnection>scm:git:[email protected]:fcrepo4-labs/${project.artifactId}.git
</developerConnection>
<url>https://github.com/fcrepo4-labs/fcrepo4-oaiprovider</url>
<tag>HEAD</tag>
<tag>fcrepo4-oaiprovider-4.4.0</tag>
</scm>

<dependencyManagement>
Expand All @@ -54,22 +54,22 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-transform</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-api</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-modeshape</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
Expand All @@ -93,33 +93,33 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-api</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-api</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-configs</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-common</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 79e3f10

Please sign in to comment.