Author: [email protected] Date: Thu Oct 27 18:04:19 2011 New Revision: 1677
Log: AMDATU-456 Upgraded bundle plugin to 2.4.0-SNAPSHOT Modified: trunk/amdatu-parent/pom.xml Modified: trunk/amdatu-parent/pom.xml ============================================================================== --- trunk/amdatu-parent/pom.xml (original) +++ trunk/amdatu-parent/pom.xml Thu Oct 27 18:04:19 2011 @@ -15,7 +15,8 @@ limitations under the License.verning permissions and limitations under the License. --> -<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"> +<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>org.amdatu</groupId> <artifactId>amdatu</artifactId> @@ -200,6 +201,20 @@ </repository> </repositories> + <pluginRepositories> + <pluginRepository> + <id>apache.snapshots</id> + <name>snapshot plugins</name> + <url>http://repository.apache.org/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </pluginRepository> + </pluginRepositories> + <dependencyManagement> <dependencies> <dependency> @@ -279,7 +294,7 @@ <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> - <version>2.1.0</version> + <version>2.4.0-SNAPSHOT</version> </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> _______________________________________________ Amdatu-commits mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-commits
