Skip to content

Commit

Permalink
#308 Upgrade to plugin version 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
longtimeago committed Dec 12, 2014
1 parent 40f306e commit e40fb60
Showing 1 changed file with 11 additions and 35 deletions.
46 changes: 11 additions & 35 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,40 +130,16 @@
</plugin>
</plugins>
</pluginManagement>
</build>
<profiles>
<!--
@todo #333 Remove this profile when new jcabi parent is released
with qulice version >= 0.11.
-->
<profile>
<id>qulice</id>
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>0.11</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-analyzer</artifactId>
<version>1.5</version>
<exclusions>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact-manager</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</profile>
</profiles>
@todo #308 Remove this declaration when parent pom would depends
on qulice-maven-plugin:0.12
-->
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>0.12</version>
</plugin>
</plugins>
</build>
</project>

0 comments on commit e40fb60

Please sign in to comment.