Skip to content

Commit

Permalink
Prepare 4.5.0-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Dec 22, 2015
1 parent 98e49f4 commit b7dcae2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions fcrepo-auth-roles-basic/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-module-auth-rbacl</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.5.0-RC-1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>fcrepo-auth-roles-basic</artifactId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-common</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.5.0-RC-1</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-auth-roles-common/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-module-auth-rbacl</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.5.0-RC-1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>fcrepo-auth-roles-common</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.5.0-RC-1</version>
</parent>
<artifactId>fcrepo-module-auth-rbacl</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -73,12 +73,12 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-api</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.5.0-RC-1</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-common</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.5.0-RC-1</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
Expand Down Expand Up @@ -144,18 +144,18 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.5.0-RC-1</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-configs</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.5.0-RC-1</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-modeshape</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.5.0-RC-1</version>
<classifier>tests</classifier>
</dependency>
<dependency>
Expand Down

0 comments on commit b7dcae2

Please sign in to comment.