Skip to content

Commit

Permalink
Revert previous [maven-release-plugin] commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Oct 11, 2013
1 parent 14eb454 commit 20b677e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions fcrepo-fedora3-federation-connector/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-fedora3-federation</artifactId>
<version>4.0.0-alpha-2</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-fedora3-federation-connector</artifactId>
<name>${project.artifactId}</name>
Expand Down Expand Up @@ -74,44 +74,44 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel</artifactId>
<version>4.0.0-alpha-2</version>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>4.0.0-alpha-2</version>
<version>${project.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-oauth</artifactId>
<version>4.0.0-alpha-2</version>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-jcr</artifactId>
<version>4.0.0-alpha-2</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-serialization</artifactId>
<version>4.0.0-alpha-2</version>
<version>${project.version}</version>
</dependency>


<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-api</artifactId>
<version>4.0.0-alpha-2</version>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-common</artifactId>
<version>4.0.0-alpha-2</version>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion local-legacy-fedora3/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-fedora3-federation</artifactId>
<version>4.0.0-alpha-2</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<artifactId>local-legacy-fedora3</artifactId>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-alpha-2</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-fedora3-federation</artifactId>
<name>${project.artifactId}</name>
Expand Down Expand Up @@ -46,7 +46,7 @@
<developerConnection>scm:git:git@github.com:futures/${project_name}.git
</developerConnection>
<url>https://github.com/futures/${project_name}</url>
<tag>fcrepo-fedora3-federation-4.0.0-alpha-2</tag>
<tag>HEAD</tag>
</scm>

</project>

0 comments on commit 20b677e

Please sign in to comment.