Skip to content

Commit

Permalink
[maven-release-plugin] prepare release migration-utils-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 7a2f539 commit 2fdef7d
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
</parent>
<groupId>org.fcrepo.migration</groupId>
<artifactId>migration-utils</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
<packaging>jar</packaging>

<name>migration-utils</name>
Expand All @@ -28,7 +26,7 @@
<connection>scm:git:git://github.com/fcrepo4-labs/${project_name}.git</connection>
<developerConnection>scm:git:[email protected]:fcrepo4-exts/${project_name}.git</developerConnection>
<url>https://github.com/fcrepo4-exts/${project_name}</url>
<tag>HEAD</tag>
<tag>migration-utils-4.4.0</tag>
</scm>

<dependencyManagement>
Expand Down Expand Up @@ -92,12 +90,12 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-client-impl</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-client</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.4.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -114,7 +112,7 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-webapp</artifactId>
<version>${project.version}</version>
<version>4.4.0</version>
<type>war</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 2fdef7d

Please sign in to comment.