Starting snapshot 4.5.0-SNAPSHOT with API version 4.5.0-SNAPSHOT
Change-Id: I5335b6366f9a8d4e8bb870ed6ce92a52468ab445
diff --git a/api/pom.xml b/api/pom.xml
index 198aed8..d778037 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>olt</artifactId>
<groupId>org.opencord</groupId>
- <version>4.4.0</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/app/pom.xml b/app/pom.xml
index 20b7b0d..b0ba938 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>olt</artifactId>
- <version>4.4.0</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/impl/pom.xml b/impl/pom.xml
index 81e0a20..c90910b 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>olt</artifactId>
- <version>4.4.0</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index b47652f..e25268b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,12 +27,12 @@
<groupId>org.opencord</groupId>
<artifactId>olt</artifactId>
- <version>4.4.0</version>
+ <version>4.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<sadis.api.version>5.3.0</sadis.api.version>
- <olt.api.version>4.4.0</olt.api.version>
+ <olt.api.version>4.5.0-SNAPSHOT</olt.api.version>
</properties>
<modules>
diff --git a/web/pom.xml b/web/pom.xml
index 6da434f..8c8e88b 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>olt</artifactId>
- <version>4.4.0</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>