Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
johardi committed Dec 9, 2015
1 parent 1b4fd73 commit 8106c6b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
</license>
</licenses>

<scm>
<connection>scm:git:[email protected]:protegeproject/cellfie-plugin.git</connection>
<developerConnection>scm:git:[email protected]:protegeproject/cellfie-plugin.git</developerConnection>
<url>https://github.com/protegeproject/cellfie-plugin</url>
<tag>HEAD</tag>
</scm>

<dependencies>
<dependency>
<groupId>edu.stanford.protege</groupId>
Expand Down Expand Up @@ -146,7 +153,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<version>2.10.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -164,7 +171,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 8106c6b

Please sign in to comment.