Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fcrepo4-swordserver-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 5c1d242 commit 5f5b1a2
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
</parent>

<repositories>
Expand Down Expand Up @@ -54,13 +54,13 @@
<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-kernel-api</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
</dependency>

<!--
Expand Down Expand Up @@ -116,29 +116,29 @@
<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-configs</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
<scope>test</scope>
</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>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-api</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -197,4 +197,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>fcrepo4-swordserver-4.4.0</tag>
</scm>
</project>

0 comments on commit 5f5b1a2

Please sign in to comment.