Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fcrepo-connector-file-4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj committed Nov 1, 2016
1 parent 7cf33dc commit d5e242d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.0</version>
</parent>

<artifactId>fcrepo-connector-file</artifactId>
Expand Down Expand Up @@ -34,14 +34,14 @@
<connection>scm:git:git://github.com/fcrepo4-exts/${project.artifactId}.git</connection>
<developerConnection>scm:git:[email protected]:fcrepo4-exts/${project.artifactId}.git</developerConnection>
<url>https://github.com/fcrepo4-exts/fcrepo-connector-file</url>
<tag>HEAD</tag>
<tag>fcrepo-connector-file-4.7.0</tag>
</scm>

<dependencies>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-modeshape</artifactId>
<version>${fcrepo.version}</version>
<version>4.7.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -79,14 +79,14 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-webapp</artifactId>
<version>${project.version}</version>
<version>4.7.0</version>
<type>war</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>${project.version}</version>
<version>4.7.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit d5e242d

Please sign in to comment.