This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch YETUS-933
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/YETUS-933 by this push:
     new 3b2ba2b  YETUS-933. Stage version 0.12.0 (#108)
3b2ba2b is described below

commit 3b2ba2b1895244af235d21a7b6f855f5b423bc59
Author: Allen Wittenauer <a...@apache.org>
AuthorDate: Mon Apr 13 15:17:22 2020 -0700

    YETUS-933. Stage version 0.12.0 (#108)
    
    Signed-off-by: Nick Dimiduk <ndimi...@apache.org>
---
 asf-site-src/pom.xml                                              | 2 +-
 audience-annotations-component/audience-annotations-jdiff/pom.xml | 2 +-
 audience-annotations-component/audience-annotations/pom.xml       | 2 +-
 audience-annotations-component/pom.xml                            | 2 +-
 pom.xml                                                           | 2 +-
 precommit/pom.xml                                                 | 2 +-
 releasedocmaker/pom.xml                                           | 2 +-
 shelldocs/pom.xml                                                 | 2 +-
 yetus-assemblies/pom.xml                                          | 2 +-
 yetus-dist/pom.xml                                                | 2 +-
 yetus-maven-plugin/pom.xml                                        | 2 +-
 yetus-minimaven-plugin/pom.xml                                    | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/asf-site-src/pom.xml b/asf-site-src/pom.xml
index cef4ade..ed1b8b0 100644
--- a/asf-site-src/pom.xml
+++ b/asf-site-src/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.yetus</groupId>
     <artifactId>yetus-project</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>asf-site</artifactId>
diff --git a/audience-annotations-component/audience-annotations-jdiff/pom.xml 
b/audience-annotations-component/audience-annotations-jdiff/pom.xml
index c6697cd..9877d7a 100644
--- a/audience-annotations-component/audience-annotations-jdiff/pom.xml
+++ b/audience-annotations-component/audience-annotations-jdiff/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.yetus</groupId>
     <artifactId>yetus-project</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>audience-annotations-jdiff</artifactId>
diff --git a/audience-annotations-component/audience-annotations/pom.xml 
b/audience-annotations-component/audience-annotations/pom.xml
index 61c7f73..5a6276b 100644
--- a/audience-annotations-component/audience-annotations/pom.xml
+++ b/audience-annotations-component/audience-annotations/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.yetus</groupId>
     <artifactId>yetus-project</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>audience-annotations</artifactId>
diff --git a/audience-annotations-component/pom.xml 
b/audience-annotations-component/pom.xml
index 6cab55c..cfc2ba9 100644
--- a/audience-annotations-component/pom.xml
+++ b/audience-annotations-component/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.yetus</groupId>
     <artifactId>yetus-project</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>audience-annotations-component</artifactId>
diff --git a/pom.xml b/pom.xml
index dc1e5b8..076044d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
   <groupId>org.apache.yetus</groupId>
   <artifactId>yetus-project</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>0.12.0</version>
   <description>Project-wide definitions for Apache Yetus</description>
   <name>Apache Yetus Project</name>
   <packaging>pom</packaging>
diff --git a/precommit/pom.xml b/precommit/pom.xml
index aae659b..9101c15 100644
--- a/precommit/pom.xml
+++ b/precommit/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.yetus</groupId>
     <artifactId>yetus-project</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>precommit</artifactId>
diff --git a/releasedocmaker/pom.xml b/releasedocmaker/pom.xml
index cc8fe06..3676e15 100644
--- a/releasedocmaker/pom.xml
+++ b/releasedocmaker/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.yetus</groupId>
     <artifactId>yetus-project</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>releasedocmaker</artifactId>
diff --git a/shelldocs/pom.xml b/shelldocs/pom.xml
index f2e9b58..8e97e32 100644
--- a/shelldocs/pom.xml
+++ b/shelldocs/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.yetus</groupId>
     <artifactId>yetus-project</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>shelldocs</artifactId>
diff --git a/yetus-assemblies/pom.xml b/yetus-assemblies/pom.xml
index 7293bf5..52520af 100644
--- a/yetus-assemblies/pom.xml
+++ b/yetus-assemblies/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.yetus</groupId>
     <artifactId>yetus-project</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>yetus-assemblies</artifactId>
diff --git a/yetus-dist/pom.xml b/yetus-dist/pom.xml
index ca256ad..14d4323 100644
--- a/yetus-dist/pom.xml
+++ b/yetus-dist/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.yetus</groupId>
     <artifactId>yetus-project</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>yetus-dist</artifactId>
diff --git a/yetus-maven-plugin/pom.xml b/yetus-maven-plugin/pom.xml
index f288687..5c12e71 100644
--- a/yetus-maven-plugin/pom.xml
+++ b/yetus-maven-plugin/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.yetus</groupId>
     <artifactId>yetus-project</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>yetus-maven-plugin</artifactId>
diff --git a/yetus-minimaven-plugin/pom.xml b/yetus-minimaven-plugin/pom.xml
index 6e79b52..7da3f8e 100644
--- a/yetus-minimaven-plugin/pom.xml
+++ b/yetus-minimaven-plugin/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.yetus</groupId>
     <artifactId>yetus-project</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>..</relativePath>
   </parent>
   <groupId>org.apache.yetus</groupId>

Reply via email to