Bump versions by x.y.(z+1)
[neutron.git] / features / production / pom.xml
index c70252936b32856677f117f09c4651b43d349ab0..f0348c55a6611689818a4e4127019e9cff2b0e86 100644 (file)
@@ -4,17 +4,19 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.7.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>features-neutron</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.7.5-SNAPSHOT</version>
   <packaging>jar</packaging>
   <properties>
-      <aaa.version>0.2.0-SNAPSHOT</aaa.version>
-      <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
-      <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
+      <aaa.version>0.4.5-SNAPSHOT</aaa.version>
+      <yangtools.version>1.0.5-SNAPSHOT</yangtools.version>
+      <controller.mdsal.version>1.4.5-SNAPSHOT</controller.mdsal.version>
+      <mdsal.model.version>0.9.5-SNAPSHOT</mdsal.model.version>
+      <restconf.version>1.4.5-SNAPSHOT</restconf.version>
   </properties>
   <dependencyManagement>
     <dependencies>
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>${mdsal.version}</version>
+        <version>${controller.mdsal.version}</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.netconf</groupId>
+        <artifactId>restconf-artifacts</artifactId>
+        <version>${restconf.version}</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.netconf</groupId>
+      <artifactId>features-restconf</artifactId>
+      <version>${restconf.version}</version>
+      <type>xml</type>
+      <classifier>features</classifier>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.aaa</groupId>
-      <artifactId>features-aaa</artifactId>
+      <artifactId>features-aaa-shiro</artifactId>
       <version>${aaa.version}</version>
       <classifier>features</classifier>
       <type>xml</type>
       <groupId>com.sun.jersey</groupId>
       <artifactId>jersey-server</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.controller.thirdparty</groupId>
-      <artifactId>com.sun.jersey.jersey-servlet</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.eclipse.persistence</groupId>
       <artifactId>org.eclipse.persistence.moxy</artifactId>
       <groupId>org.eclipse.persistence</groupId>
       <artifactId>org.eclipse.persistence.antlr</artifactId>
     </dependency>
+    <dependency>
+        <groupId>javax.validation</groupId>
+        <artifactId>validation-api</artifactId>
+    </dependency>
     <dependency>
       <groupId>commons-net</groupId>
       <artifactId>commons-net</artifactId>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>transcriber</artifactId>
+      <artifactId>model</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>transcriber</artifactId>
       <version>${project.version}</version>
-      <type>xml</type>
-      <classifier>config</classifier>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>neutron-logger</artifactId>
+      <version>${project.version}</version>
     </dependency>
   </dependencies>
   <scm>