Change major version of parent
[appc/parent.git] / feature-repo-parent / pom.xml
index 97a563d..bff9b46 100644 (file)
@@ -26,7 +26,7 @@ limitations under the License.
     <packaging>pom</packaging>
     <groupId>org.onap.appc.parent</groupId>
     <artifactId>feature-repo-parent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>2.5.0-SNAPSHOT</version>
 
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
@@ -34,4 +34,19 @@ limitations under the License.
         <version>1.2.1</version>
         <relativePath />
     </parent>
+
+    <properties>
+        <commons-codec.version>1.12</commons-codec.version>
+    </properties>
+
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>commons-codec</groupId>
+                <artifactId>commons-codec</artifactId>
+                <version>${commons-codec.version}</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
 </project>