Merge "Re-added config.version to config-module-archetype."
authorTony Tkacik <ttkacik@cisco.com>
Wed, 9 Jul 2014 09:03:55 +0000 (09:03 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 9 Jul 2014 09:03:55 +0000 (09:03 +0000)
1  2 
opendaylight/config/pom.xml

index 76fbd7f6e55c057e6248fed354da9c8f801da2bb,4660091fcc217c53dc8a8279dc37cd002de5ba79..a8a4c87a4eaa9f28a3e6656390bb27accbdd1f67
@@@ -1,5 -1,4 +1,4 @@@
  <?xml version="1.0" encoding="UTF-8"?>
- <!-- vi: set et smarttab sw=4 tabstop=4: -->
  <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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
  
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-antrun-plugin</artifactId>
 -          <version>1.3</version>
 +          <version>${maven.antrun.plugin.version}</version>
          </plugin>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-jar-plugin</artifactId>
 -          <version>2.4</version>
            <executions>
              <execution>
                <goals>
@@@ -98,6 -98,7 +97,6 @@@
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-surefire-plugin</artifactId>
 -          <version>2.14.1</version>
            <configuration>
              <redirectTestOutputToFile>true</redirectTestOutputToFile>
              <parallel>classes</parallel>
          <plugin>
            <groupId>org.codehaus.groovy.maven</groupId>
            <artifactId>gmaven-plugin</artifactId>
 -          <version>1.0</version>
 +          <version>${gmaven.plugin.version}</version>
          </plugin>
          <plugin>
            <groupId>org.opendaylight.yangtools</groupId>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-checkstyle-plugin</artifactId>
 -        <version>2.12</version>
          <configuration>
            <failsOnError>false</failsOnError>
            <failOnViolation>false</failOnViolation>
        </modules>
      </profile>
    </profiles>
 -</project>
 +</project>