Skip to content

Commit

Permalink
Fix pom, remove qulice by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gvlasov committed Jun 23, 2015
1 parent 9ce8771 commit c092e3b
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>org.tendiwa</groupId>
<artifactId>rocollections</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Read-only collections</name>
<description>Read-only wrappers for Java Collections</description>
Expand Down Expand Up @@ -45,21 +45,6 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>0.12.1</version>
<configuration>
<license>file:${basedir}/LICENSE.txt</license>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down

0 comments on commit c092e3b

Please sign in to comment.