Clean up of binding broker implementation
[controller.git] / opendaylight / sal / yang-prototype / pom.xml
index 2f2df0a04d676dd0ab947b8cc94bbe1b431704a6..525d8d179556b6dc031a4f61d1dcba687f6fc791 100644 (file)
@@ -8,64 +8,16 @@
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>
-        YANG Tools is a infrastructure project aiming to develop necessary tooling and libraries providing support of
-        NETCONF and YANG for Java (JVM-language based) projects and applications, such as Model Driven SAL for 
-        Controller (which uses YANG as it's modeling language) and Netconf / OFConfig plugins. 
+        yang-prototype
     </description>
 
-    <developers>
-        <developer>
-            <id>ttkacik</id>
-            <name>Tony Tkacik</name>
-            <email>ttkacik@cisco.com</email>
-            <organization>OpenDaylight</organization>
-        </developer>
-        <developer>
-            <id>rovarga</id>
-            <name>Robert Varga</name>
-            <email>rovarga@cisco.com</email>
-            <organization>OpenDaylight</organization>
-        </developer>
-        <developer>
-            <id>lsedlak</id>
-            <name>Lukas Sedlak</name>
-            <email>lsedlak@cisco.com</email>
-            <organization>OpenDaylight</organization>
-        </developer>
-        <developer>
-            <id>mvitez</id>
-            <name>Martin Vitez</name>
-            <email>mvitez@cisco.com</email>
-            <organization>OpenDaylight</organization>
-        </developer>
-        <developer>
-            <id>jmedved</id>
-            <name>Jan Medved</name>
-            <email>jmedved@cisco.com</email>
-            <organization>OpenDaylight</organization>
-        </developer>
-        <developer>
-            <id>jgloncak</id>
-            <name>Jozef Gloncak</name>
-            <email>jgloncak@cisco.com</email>
-            <organization>OpenDaylight</organization>
-        </developer>
-        <developer>
-            <id>mirehak</id>
-            <name>Michal Rehak</name>
-            <email>mirehak@cisco.com</email>
-            <organization>OpenDaylight</organization>
-        </developer>
-    </developers>
-
     <modules>
+        <module>sal</module>
         <module>concepts-lang</module>
-        <module>yang</module>
-        <module>code-generator</module>
-        <module>model</module>
     </modules>
 
     <properties>
+        <yangtools.version>0.5.5-SNAPSHOT</yangtools.version>
         <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
         <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
         <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
     </properties>
 
     <pluginRepositories>
+        <pluginRepository>
+            <id>central</id>
+            <name>central</name>
+            <url>${nexusproxy}/repositories/central/</url>
+        </pluginRepository>
         <pluginRepository>
             <id>central2</id>
             <name>central2</name>
             <url>${nexusproxy}/repositories/central2/</url>
         </pluginRepository>
+        <pluginRepository>
+            <id>opendaylight.snapshot</id>
+            <name>opendaylight.snapshot</name>
+            <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
+        </pluginRepository>
     </pluginRepositories>
 
 
             <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
         </repository>
     </repositories>
+
     <distributionManagement>
         <!-- OpenDayLight Released artifact -->
         <repository>
             </properties>
         </profile>
     </profiles>
+
 </project>