Skip to content

Commit

Permalink
add release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurz committed Feb 18, 2014
1 parent 7dc2709 commit 7c589db
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
<artifactId>sesame-vocab-builder</artifactId>
<version>1.0-SNAPSHOT</version>

<scm>
<url>https://github.com/tkurz/sesame-vocab-builder</url>
<connection>scm:git:git://github.com/tkurz/sesame-vocab-builder.git</connection>
<developerConnection>scm:git:[email protected]:tkurz/sesame-vocab-builder.git</developerConnection>
</scm>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -46,6 +52,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.2</version>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 7c589db

Please sign in to comment.