Tagging 1.13.5
diff --git a/core/api/pom.xml b/core/api/pom.xml
index d04e527..87968b3 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.13.5-SNAPSHOT</version>
+ <version>1.13.5</version>
</parent>
<artifactId>onos-api</artifactId>
diff --git a/core/common/pom.xml b/core/common/pom.xml
index a072a2e..991404c 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.13.5-SNAPSHOT</version>
+ <version>1.13.5</version>
</parent>
<artifactId>onos-core-common</artifactId>
diff --git a/core/net/pom.xml b/core/net/pom.xml
index 4ea70d7..32f456c 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.13.5-SNAPSHOT</version>
+ <version>1.13.5</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 d2b2fad..df9d5dc 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.13.5-SNAPSHOT");
+ private static Version version = Version.version("1.13.5");
@Activate
protected void activate() {
diff --git a/core/pom.xml b/core/pom.xml
index 384eb53..0e6c062 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos</artifactId>
- <version>1.13.5-SNAPSHOT</version>
+ <version>1.13.5</version>
</parent>
<artifactId>onos-core</artifactId>
diff --git a/core/security/pom.xml b/core/security/pom.xml
index ee348de..5a9231c 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.13.5-SNAPSHOT</version>
+ <version>1.13.5</version>
</parent>
<artifactId>onos-security</artifactId>
diff --git a/core/store/dist/pom.xml b/core/store/dist/pom.xml
index c6c6cc0..6df5f09 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.13.5-SNAPSHOT</version>
+ <version>1.13.5</version>
</parent>
<artifactId>onos-core-dist</artifactId>
diff --git a/core/store/persistence/pom.xml b/core/store/persistence/pom.xml
index c8687cb..4e89ec5 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.13.5-SNAPSHOT</version>
+ <version>1.13.5</version>
</parent>
<artifactId>onos-core-persistence</artifactId>
diff --git a/core/store/pom.xml b/core/store/pom.xml
index 1c77889..83b2ddf 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.13.5-SNAPSHOT</version>
+ <version>1.13.5</version>
</parent>
<artifactId>onos-core-store</artifactId>
diff --git a/core/store/primitives/pom.xml b/core/store/primitives/pom.xml
index a1c7220..ad4b98a 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.13.5-SNAPSHOT</version>
+ <version>1.13.5</version>
</parent>
<artifactId>onos-core-primitives</artifactId>
diff --git a/core/store/serializers/pom.xml b/core/store/serializers/pom.xml
index baf60c5..3334d68 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.13.5-SNAPSHOT</version>
+ <version>1.13.5</version>
</parent>
<artifactId>onos-core-serializers</artifactId>