Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fcrepo-module-auth-xacml-4.0.0…
Browse files Browse the repository at this point in the history
…-beta-03
  • Loading branch information
Andrew Woods committed Aug 29, 2014
1 parent 8497697 commit 5b8000a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.0.0-beta-03-SNAPSHOT</version>
<version>4.0.0-beta-03</version>
</parent>
<artifactId>fcrepo-module-auth-xacml</artifactId>
<name>Fedora Repository XACML Authorization Module</name>
Expand All @@ -28,7 +28,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.0.0-beta-03</tag>
</scm>

<dependencyManagement>
Expand Down Expand Up @@ -95,26 +95,26 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-configs</artifactId>
<version>4.0.0-beta-03-SNAPSHOT</version>
<version>4.0.0-beta-03</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-impl</artifactId>
<version>4.0.0-beta-03-SNAPSHOT</version>
<version>4.0.0-beta-03</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-common</artifactId>
<version>4.0.0-beta-03-SNAPSHOT</version>
<version>4.0.0-beta-03</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-roles-common</artifactId>
<version>4.0.0-beta-03-SNAPSHOT</version>
<version>4.0.0-beta-03</version>
</dependency>
<dependency>
<groupId>org.jboss.security</groupId>
Expand All @@ -124,22 +124,22 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>4.0.0-beta-03-SNAPSHOT</version>
<version>4.0.0-beta-03</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

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

0 comments on commit 5b8000a

Please sign in to comment.