Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fcrepo-module-auth-webac-4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj committed Nov 17, 2016
1 parent a5bc0ea commit e7e545c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 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.6.1-SNAPSHOT</version>
<version>4.6.1</version>
</parent>
<artifactId>fcrepo-module-auth-webac</artifactId>
<name>Fedora Repository WebAC Authorization Module</name>
Expand Down Expand Up @@ -35,25 +35,25 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-common</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-roles-common</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-api</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-modeshape</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -154,53 +154,53 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-configs</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-modeshape</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-api</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-api</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-roles-common</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-roles-basic</artifactId>
<version>4.6.1-SNAPSHOT</version>
<version>4.6.1</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down Expand Up @@ -251,7 +251,7 @@
<connection>scm:git:git://github.com/${project_organization}/${project_name}.git</connection>
<developerConnection>scm:git:git@github.com:${project_organization}/${project_name}.git</developerConnection>
<url>https://github.com/${project_organization}/${project_name}</url>
<tag>HEAD</tag>
<tag>fcrepo-module-auth-webac-4.6.1</tag>
</scm>

</project>

0 comments on commit e7e545c

Please sign in to comment.