Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fcrepo-module-auth-webac-4.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj committed Aug 1, 2017
1 parent 1e05740 commit 8083eb7
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.7.4-SNAPSHOT</version>
<version>4.7.4</version>
</parent>
<artifactId>fcrepo-module-auth-webac</artifactId>
<name>Fedora Repository WebAC Authorization Module</name>
Expand Down Expand Up @@ -33,25 +33,25 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-common</artifactId>
<version>4.7.4-SNAPSHOT</version>
<version>4.7.4</version>
</dependency>

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

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

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

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

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

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

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

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

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

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-auth-roles-basic</artifactId>
<version>4.7.4-SNAPSHOT</version>
<version>4.7.4</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down Expand Up @@ -242,7 +242,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.7.4</tag>
</scm>

</project>

0 comments on commit 8083eb7

Please sign in to comment.