Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
Change pom.xml, and deactivate the license plugin, it can be a real bitch
  • Loading branch information
fge committed Nov 12, 2011
1 parent 063f5e7 commit dd5e8bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.kitchen-eel</groupId>
<artifactId>json-schema-validator</artifactId>
<name>json-schema-validator</name>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>jar</packaging>
<description>A Java implementation of the JSON Schema specification</description>
<url>https://github.com/fge/json-schema-validator</url>
Expand All @@ -19,6 +19,7 @@
<target>1.6</target>
</configuration>
</plugin>
<!--
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
Expand All @@ -45,6 +46,7 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit dd5e8bb

Please sign in to comment.