-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Greg McFall
committed
Dec 16, 2013
1 parent
d0ce2de
commit 79c2d7d
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<groupId>org.semantictools</groupId> | ||
<artifactId>semantictools-maven-plugin</artifactId> | ||
<packaging>maven-plugin</packaging> | ||
<version>1.24</version> | ||
<version>1.25</version> | ||
<name>semantictools maven plugin</name> | ||
<description>A Maven plugin used to generate documentation for a REST API based on RDF schemas</description> | ||
<url>https://github.com/gmcfall/semantictools</url> | ||
|
@@ -31,16 +31,16 @@ | |
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
|
||
|
||
<!-- | ||
<distributionManagement> | ||
<repository> | ||
<id>sonatype-nexus-snapshots</id> | ||
<name>Nexus Snapshots Repository</name> | ||
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url> | ||
</repository> | ||
</distributionManagement> | ||
--> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>org.apache.maven</groupId> | ||
|
@@ -50,7 +50,7 @@ | |
<dependency> | ||
<groupId>org.semantictools</groupId> | ||
<artifactId>semantictools-context-renderer</artifactId> | ||
<version>1.24</version> | ||
<version>1.25</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
|
@@ -65,7 +65,7 @@ | |
<resources> | ||
</resources> | ||
<plugins> | ||
<!-- | ||
|
||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-gpg-plugin</artifactId> | ||
|
@@ -92,7 +92,7 @@ | |
</execution> | ||
</executions> | ||
</plugin> | ||
--> | ||
<plugin> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>2.0.2</version> | ||
|