net.stickycode.plugin.bounds.classifiers.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bounds-maven-plugin Show documentation
Show all versions of bounds-maven-plugin Show documentation
A maven plugin to update version range bounds
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2012 RedEngine Ltd, http://www.redengine.co.nz. All rights reserved. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.stickycode.plugins.it</groupId> <artifactId>sticky-bounds-plugin-reflector</artifactId> <version>1.1-SNAPSHOT</version> <packaging>pom</packaging> <dependencies> <dependency> <groupId>net.stickycode</groupId> <artifactId>sticky-coercion</artifactId> <version>[2.1,3)</version> </dependency> <dependency> <groupId>net.stickycode</groupId> <artifactId>sticky-coercion</artifactId> <version>[2.1,3)</version> <classifier>test-jar</classifier> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>net.stickycode.plugins</groupId> <artifactId>sticky-bounds-plugin</artifactId> <version>@pom.version@</version> <executions> <execution> <phase>test</phase> <goals> <goal>update</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>