Releasing 2.1
diff --git a/compiler/api/pom.xml b/compiler/api/pom.xml
index be38c57..6837101 100644
--- a/compiler/api/pom.xml
+++ b/compiler/api/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-yang-compiler</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
</parent>
<artifactId>onos-yang-compiler-api</artifactId>
diff --git a/compiler/base/datamodel/pom.xml b/compiler/base/datamodel/pom.xml
index 3ac11ca..ca75032 100644
--- a/compiler/base/datamodel/pom.xml
+++ b/compiler/base/datamodel/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-yang-compiler-base</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
</parent>
<artifactId>onos-yang-compiler-datamodel</artifactId>
diff --git a/compiler/base/linker/pom.xml b/compiler/base/linker/pom.xml
index ee7ba08..b4f904e 100644
--- a/compiler/base/linker/pom.xml
+++ b/compiler/base/linker/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-yang-compiler-base</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
</parent>
<artifactId>onos-yang-compiler-linker</artifactId>
diff --git a/compiler/base/parser/pom.xml b/compiler/base/parser/pom.xml
index 9585196..399ebd9 100644
--- a/compiler/base/parser/pom.xml
+++ b/compiler/base/parser/pom.xml
@@ -21,11 +21,11 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-yang-compiler-base</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
</parent>
<artifactId>onos-yang-compiler-parser</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/compiler/base/pom.xml b/compiler/base/pom.xml
index bc774f4..f5f6113 100644
--- a/compiler/base/pom.xml
+++ b/compiler/base/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-yang-compiler</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
</parent>
<artifactId>onos-yang-compiler-base</artifactId>
diff --git a/compiler/base/tool/pom.xml b/compiler/base/tool/pom.xml
index 2f76d43..9040f1b 100644
--- a/compiler/base/tool/pom.xml
+++ b/compiler/base/tool/pom.xml
@@ -23,11 +23,11 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-yang-compiler-base</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
</parent>
<artifactId>onos-yang-compiler-tool</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
<packaging>bundle</packaging>
<dependencies>
@@ -40,12 +40,12 @@
<dependency>
<groupId>org.onosproject</groupId>
<artifactId>onos-yang-compiler-parser</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
</dependency>
<dependency>
<groupId>org.onosproject</groupId>
<artifactId>onos-yang-compiler-api</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
</dependency>
</dependencies>
</project>
diff --git a/compiler/base/translator/pom.xml b/compiler/base/translator/pom.xml
index 85528cd..5d7941c 100644
--- a/compiler/base/translator/pom.xml
+++ b/compiler/base/translator/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-yang-compiler-base</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
</parent>
<artifactId>onos-yang-compiler-translator</artifactId>
diff --git a/compiler/base/utils/pom.xml b/compiler/base/utils/pom.xml
index 9f253de..494eede 100644
--- a/compiler/base/utils/pom.xml
+++ b/compiler/base/utils/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-yang-compiler-base</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
</parent>
<artifactId>onos-yang-compiler-utils</artifactId>
diff --git a/compiler/plugin/buck/pom.xml b/compiler/plugin/buck/pom.xml
index 7d3e655..4f16f2a 100644
--- a/compiler/plugin/buck/pom.xml
+++ b/compiler/plugin/buck/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-yang-compiler-plugin</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
</parent>
<artifactId>onos-yang-compiler-buck-plugin</artifactId>
diff --git a/compiler/plugin/maven/pom.xml b/compiler/plugin/maven/pom.xml
index 7f8a17a..e7dd839 100644
--- a/compiler/plugin/maven/pom.xml
+++ b/compiler/plugin/maven/pom.xml
@@ -21,11 +21,11 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-yang-compiler-plugin</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
</parent>
<artifactId>onos-yang-compiler-maven-plugin</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
<packaging>maven-plugin</packaging>
<dependencies>
diff --git a/compiler/plugin/pom.xml b/compiler/plugin/pom.xml
index cb68d61..3188ae3 100644
--- a/compiler/plugin/pom.xml
+++ b/compiler/plugin/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-yang-compiler</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
</parent>
<artifactId>onos-yang-compiler-plugin</artifactId>
diff --git a/compiler/pom.xml b/compiler/pom.xml
index e121dca..660bf51 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-yang-tools</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
</parent>
<artifactId>onos-yang-compiler</artifactId>