Skip to content

Commit

Permalink
Use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg McFall committed Sep 5, 2013
1 parent e3366f9 commit f11eb49
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions semantictools-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.semantictools</groupId>
<artifactId>semantictools-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.20</version>
<version>1.22</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>
Expand All @@ -32,15 +32,15 @@
</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>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>org.semantictools</groupId>
<artifactId>semantictools-context-renderer</artifactId>
<version>1.20</version>
<version>1.22</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -65,7 +65,7 @@
<resources>
</resources>
<plugins>
<!--
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand All @@ -92,7 +92,7 @@
</execution>
</executions>
</plugin>
-->
-->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
Expand Down

0 comments on commit f11eb49

Please sign in to comment.