Skip to content

Commit

Permalink
Support for LDP containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg McFall committed Dec 16, 2013
1 parent d0ce2de commit 79c2d7d
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.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>
Expand All @@ -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>
Expand All @@ -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>
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 79c2d7d

Please sign in to comment.