Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fcrepo-module-auth-xacml-4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Jan 24, 2017
1 parent a11f814 commit 1f2132c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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.1-SNAPSHOT</version>
<version>4.7.1</version>
</parent>
<artifactId>fcrepo-module-auth-xacml</artifactId>
<name>Fedora Repository XACML Authorization Module</name>
Expand Down Expand Up @@ -71,7 +71,7 @@
<developerConnection>scm:git:git@github.com:fcrepo4/${project.artifactId}.git
</developerConnection>
<url>https://github.com/fcrepo4/fcrepo-module-auth-xacml</url>
<tag>HEAD</tag>
<tag>fcrepo-module-auth-xacml-4.7.1</tag>
</scm>

<dependencyManagement>
Expand Down Expand Up @@ -138,32 +138,32 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-configs</artifactId>
<version>4.7.1-SNAPSHOT</version>
<version>4.7.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-modeshape</artifactId>
<version>4.7.1-SNAPSHOT</version>
<version>4.7.1</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-api</artifactId>
<version>4.7.1-SNAPSHOT</version>
<version>4.7.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-common</artifactId>
<version>4.7.1-SNAPSHOT</version>
<version>4.7.1</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-roles-common</artifactId>
<version>4.7.1-SNAPSHOT</version>
<version>4.7.1</version>
</dependency>
<dependency>
<groupId>org.jboss.security</groupId>
Expand All @@ -173,22 +173,22 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>4.7.1-SNAPSHOT</version>
<version>4.7.1</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-roles-common</artifactId>
<version>4.7.1-SNAPSHOT</version>
<version>4.7.1</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-roles-basic</artifactId>
<version>4.7.1-SNAPSHOT</version>
<version>4.7.1</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down

0 comments on commit 1f2132c

Please sign in to comment.