Starting snapshot 1.12.1-SNAPSHOT
diff --git a/core/api/pom.xml b/core/api/pom.xml
index ef653fd..82c5715 100644
--- a/core/api/pom.xml
+++ b/core/api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-core</artifactId>
- <version>1.12.1-rc7</version>
+ <version>1.12.1-SNAPSHOT</version>
</parent>
<artifactId>onos-api</artifactId>
diff --git a/core/common/pom.xml b/core/common/pom.xml
index fd81b6d..7387a7d 100644
--- a/core/common/pom.xml
+++ b/core/common/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-core</artifactId>
- <version>1.12.1-rc7</version>
+ <version>1.12.1-SNAPSHOT</version>
</parent>
<artifactId>onos-core-common</artifactId>
diff --git a/core/net/pom.xml b/core/net/pom.xml
index 942876d..4a2c02b 100644
--- a/core/net/pom.xml
+++ b/core/net/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-core</artifactId>
- <version>1.12.1-rc7</version>
+ <version>1.12.1-SNAPSHOT</version>
</parent>
<artifactId>onos-core-net</artifactId>
diff --git a/core/net/src/main/java/org/onosproject/core/impl/VersionManager.java b/core/net/src/main/java/org/onosproject/core/impl/VersionManager.java
index 9b35051..63d800f 100644
--- a/core/net/src/main/java/org/onosproject/core/impl/VersionManager.java
+++ b/core/net/src/main/java/org/onosproject/core/impl/VersionManager.java
@@ -40,7 +40,7 @@
private final Logger log = LoggerFactory.getLogger(getClass());
private static final File VERSION_FILE = new File("../VERSION");
- private static Version version = Version.version("1.12.1-rc7");
+ private static Version version = Version.version("1.12.1-SNAPSHOT");
@Activate
protected void activate() {
diff --git a/core/pom.xml b/core/pom.xml
index 96b18a2..5a6b009 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos</artifactId>
- <version>1.12.1-rc7</version>
+ <version>1.12.1-SNAPSHOT</version>
</parent>
<artifactId>onos-core</artifactId>
diff --git a/core/security/pom.xml b/core/security/pom.xml
index f73950d..99bb227 100644
--- a/core/security/pom.xml
+++ b/core/security/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>onos-core</artifactId>
<groupId>org.onosproject</groupId>
- <version>1.12.1-rc7</version>
+ <version>1.12.1-SNAPSHOT</version>
</parent>
<artifactId>onos-security</artifactId>
diff --git a/core/store/dist/pom.xml b/core/store/dist/pom.xml
index 5ddc723..cc3f5fe 100644
--- a/core/store/dist/pom.xml
+++ b/core/store/dist/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-core-store</artifactId>
- <version>1.12.1-rc7</version>
+ <version>1.12.1-SNAPSHOT</version>
</parent>
<artifactId>onos-core-dist</artifactId>
diff --git a/core/store/persistence/pom.xml b/core/store/persistence/pom.xml
index 2208b84..0ea7918 100644
--- a/core/store/persistence/pom.xml
+++ b/core/store/persistence/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-core-store</artifactId>
- <version>1.12.1-rc7</version>
+ <version>1.12.1-SNAPSHOT</version>
</parent>
<artifactId>onos-core-persistence</artifactId>
diff --git a/core/store/pom.xml b/core/store/pom.xml
index d00c377..9b45084 100644
--- a/core/store/pom.xml
+++ b/core/store/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-core</artifactId>
- <version>1.12.1-rc7</version>
+ <version>1.12.1-SNAPSHOT</version>
</parent>
<artifactId>onos-core-store</artifactId>
diff --git a/core/store/primitives/pom.xml b/core/store/primitives/pom.xml
index 80a5cd6..5ace6b3 100644
--- a/core/store/primitives/pom.xml
+++ b/core/store/primitives/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-core-store</artifactId>
- <version>1.12.1-rc7</version>
+ <version>1.12.1-SNAPSHOT</version>
</parent>
<artifactId>onos-core-primitives</artifactId>
diff --git a/core/store/serializers/pom.xml b/core/store/serializers/pom.xml
index 4b71d2a..2a809c8 100644
--- a/core/store/serializers/pom.xml
+++ b/core/store/serializers/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-core-store</artifactId>
- <version>1.12.1-rc7</version>
+ <version>1.12.1-SNAPSHOT</version>
</parent>
<artifactId>onos-core-serializers</artifactId>