Skip to content

Commit

Permalink
Add scm element to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Nov 9, 2014
1 parent cb69f7e commit 81033d6
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Expand Up @@ -2,13 +2,27 @@
<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/maven-v4_0_0.xsd">

<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-beta-04</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.fcrepo</groupId>
<artifactId>release-tests</artifactId>
<version>4.0.0-beta-04-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Fedora 4 Pre-Release tests</name>

<scm>
<connection>scm:git:git://github.com/fcrepo4-labs/${project_name}.git
</connection>
<developerConnection>scm:git:git@github.com:fcrepo4-labs/${project_name}.git
</developerConnection>
<url>https://github.com/fcrepo4-labs/fcrepo4-release-tests</url>
<tag>fcrepo4-release-tests-4.0.0-beta-04</tag>
</scm>

<dependencies>
<dependency>
<groupId>org.apache.jena</groupId>
Expand Down

0 comments on commit 81033d6

Please sign in to comment.