Bump versions to 7.0.5-SNAPSHOT
[odlparent.git] / features / odl-jung-2.1 / pom.xml
index b744e710b78b5cb9487019227f08e601cebd53f5..50bc161730a2a80ef36982986c37f178676a598f 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>7.0.5-SNAPSHOT</version>
         <relativePath>../../single-feature-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odl-jung-2.1</artifactId>
-    <version>3.1.0-SNAPSHOT</version>
+    <version>7.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: JUNG</name>
+    <description>JUNG: Java Universal Network/Graph Framework</description>
 
     <properties>
         <checkDependencyChange>true</checkDependencyChange>
@@ -33,7 +34,7 @@
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
-            <artifactId>odl-guava-23</artifactId>
+            <artifactId>odl-guava</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         </dependency>
     </dependencies>
 
-    <!--
-        Maven Site Configuration
-
-        The following configuration is necessary for maven-site-plugin to
-        correctly identify the correct deployment path for OpenDaylight Maven
-        sites.
-    -->
-    <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
-
-    <distributionManagement>
-        <site>
-            <id>opendaylight-site</id>
-            <url>${nexus.site.url}/${project.artifactId}/</url>
-        </site>
-    </distributionManagement>
-
 </project>