Skip to content

Commit

Permalink
Rolling back release commits
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedurbin committed Jun 4, 2014
1 parent 5b9615e commit 5296497
Show file tree
Hide file tree
Showing 21 changed files with 29 additions and 25 deletions.
2 changes: 1 addition & 1 deletion fcrepo-audit/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>

<artifactId>fcrepo-audit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-auth-common/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-auth-common</artifactId>
<name>Fedora Repository Authorization Commons Module</name>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-auth-roles-basic/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-auth-roles-basic</artifactId>
<name>Fedora Repository Authorization Basic Role Module</name>
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</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-auth-roles-common</artifactId>
<name>Fedora Repository Authorization Roles Commons Module</name>
Expand Down
5 changes: 3 additions & 2 deletions fcrepo-boms/fcrepo-jcr-bom/pom.xml
@@ -1,8 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>fcrepo</artifactId>
<groupId>org.fcrepo</groupId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
5 changes: 3 additions & 2 deletions fcrepo-boms/fcrepo4-bom/pom.xml
@@ -1,8 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>fcrepo</artifactId>
<groupId>org.fcrepo</groupId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
5 changes: 3 additions & 2 deletions fcrepo-boms/pom.xml
@@ -1,8 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>fcrepo</artifactId>
<groupId>org.fcrepo</groupId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-configs/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-configs</artifactId>
<name>Fedora Repository Configurations Module</name>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-connector-file/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-connector-file</artifactId>
<name>Fedora Repository FileSystem Connector Module</name>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-generator-dc/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-generator-dc</artifactId>
<name>Fedora Repository Dublin Core Module</name>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-http-api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>

<artifactId>fcrepo-http-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-http-commons/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-http-commons</artifactId>
<name>Fedora Repository HTTP Commons Module</name>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-jms/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-jms</artifactId>
<name>Fedora Repository JMS Module</name>
Expand Down
5 changes: 3 additions & 2 deletions fcrepo-kernel-impl/pom.xml
@@ -1,10 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>

<artifactId>fcrepo-kernel-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-kernel/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-kernel</artifactId>
<name>Fedora Repository Kernel API</name>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-metrics/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fcrepo</artifactId>
<groupId>org.fcrepo</groupId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-serialization/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fcrepo</artifactId>
<groupId>org.fcrepo</groupId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-storage-policy/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-storage-policy</artifactId>
<name>Fedora Repository Storage Strategies Module</name>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-transform/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fcrepo</artifactId>
<groupId>org.fcrepo</groupId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-webapp/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
</parent>

<artifactId>fcrepo-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
<version>4.0.0-alpha-6-SNAPSHOT</version>
<name>Fedora Commons 4</name>
<description>Parent project for Fedora Commons 4</description>
<organization>
Expand Down

0 comments on commit 5296497

Please sign in to comment.