Skip to content

Commit

Permalink
Revert "Prepare 4.5.0-RC"
Browse files Browse the repository at this point in the history
This reverts commit d602312.
  • Loading branch information
escowles committed Jan 22, 2016
1 parent d602312 commit 44bc180
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.5.0-RC-1</version>
<version>4.4.1-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-module-auth-xacml</artifactId>
<name>Fedora Repository XACML Authorization Module</name>
Expand Down Expand Up @@ -143,32 +143,32 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-configs</artifactId>
<version>4.5.0-RC-1</version>
<version>4.4.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>

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

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

0 comments on commit 44bc180

Please sign in to comment.