Release odlparent
[odlparent.git] / features / odl-apache-commons-text / pom.xml
index 086ef346536f0e4a1f46f235ebfd9cee6b7f22b4..7aeeb1d73d8ac3aada5fdca90c3d93a1b5a05e03 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>13.0.9</version>
         <relativePath>../../single-feature-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odl-apache-commons-text</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>13.0.9</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Commons Text</name>
+    <description>Apache commons-text</description>
 
     <properties>
         <checkDependencyChange>true</checkDependencyChange>
     </properties>
 
     <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.odlparent</groupId>
+            <artifactId>odl-apache-commons-lang3</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-text</artifactId>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>