Starting snapshot 4.6.0-SNAPSHOT with API version 4.6.0-SNAPSHOT
Change-Id: I69f3dfae9890fcb42fa7222dc512b08f64dcf320
diff --git a/api/pom.xml b/api/pom.xml
index 6608fb7..522aed0 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>olt</artifactId>
<groupId>org.opencord</groupId>
- <version>4.5.0</version>
+ <version>4.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/app/pom.xml b/app/pom.xml
index 94deab9..4185d06 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>olt</artifactId>
- <version>4.5.0</version>
+ <version>4.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/impl/pom.xml b/impl/pom.xml
index 0f2ace4..2c7282b 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>olt</artifactId>
- <version>4.5.0</version>
+ <version>4.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 04b3586..a8fa27a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,12 +27,12 @@
<groupId>org.opencord</groupId>
<artifactId>olt</artifactId>
- <version>4.5.0</version>
+ <version>4.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<sadis.api.version>5.4.0</sadis.api.version>
- <olt.api.version>4.5.0</olt.api.version>
+ <olt.api.version>4.6.0-SNAPSHOT</olt.api.version>
</properties>
<modules>
diff --git a/web/pom.xml b/web/pom.xml
index 5d77f68..7c64f96 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>olt</artifactId>
- <version>4.5.0</version>
+ <version>4.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>