Attach error listeners to lexers
[yangtools.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ec7b7811637cbf25718c9ca3aba0ff1bd028a3be..8484aaa1a470035e0c1786e810c1e2a412113cae 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>3.1.1</version>
+      <version>3.1.3</version>
       <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-aggregator</artifactId>
-    <version>2.0.4-SNAPSHOT</version>
+    <version>2.0.6.4-SNAPSHOT</version>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
@@ -31,6 +31,7 @@
     </scm>
 
     <modules>
+        <module>benchmarks</module>
         <module>common</module>
         <module>features</module>
         <module>yang</module>
     </modules>
 
     <profiles>
-      <profile>
-        <id>benchmarks</id>
-        <activation>
-          <activeByDefault>false</activeByDefault>
-        </activation>
-        <modules>
-          <module>benchmarks</module>
-        </modules>
-      </profile>
-
       <profile>
         <!--
             This profile is to ensure we only build javadocs reports
       </profile>
     </profiles>
 
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-checkstyle-plugin</artifactId>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.opendaylight.yangtools</groupId>
-                            <artifactId>checkstyle-logging</artifactId>
-                            <version>${project.version}</version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
-
 </project>