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

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


The following commit(s) were added to refs/heads/YETUS-899 by this push:
     new 9cc5405  YETUS-899. Stage version 0.11.0.
9cc5405 is described below

commit 9cc540573f420ad15fe24e2c4d712fe4a0b1bc37
Author: Sean Busbey <bus...@apache.org>
AuthorDate: Fri Aug 9 08:18:31 2019 -0500

    YETUS-899. Stage version 0.11.0.
    
    Signed-off-by: Allen Wittenauer <a...@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 48e1df0..e6db36f 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.11.0-SNAPSHOT</version>
+    <version>0.11.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 f1d3f06..9454a98 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.11.0-SNAPSHOT</version>
+    <version>0.11.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 333104f..11f4191 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.11.0-SNAPSHOT</version>
+    <version>0.11.0</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>audience-annotations</artifactId>
diff --git a/audience-annotations-component/pom.xml 
b/audience-annotations-component/pom.xml
index fed4e3e..f933bb7 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.11.0-SNAPSHOT</version>
+    <version>0.11.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>audience-annotations-component</artifactId>
diff --git a/pom.xml b/pom.xml
index 984d3f2..f82a00f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
   <groupId>org.apache.yetus</groupId>
   <artifactId>yetus-project</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
+  <version>0.11.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 04f7286..9135905 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.11.0-SNAPSHOT</version>
+    <version>0.11.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>precommit</artifactId>
diff --git a/releasedocmaker/pom.xml b/releasedocmaker/pom.xml
index 2589897..4c323c4 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.11.0-SNAPSHOT</version>
+    <version>0.11.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>releasedocmaker</artifactId>
diff --git a/shelldocs/pom.xml b/shelldocs/pom.xml
index 3aa6dfb..eae96d1 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.11.0-SNAPSHOT</version>
+    <version>0.11.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>shelldocs</artifactId>
diff --git a/yetus-assemblies/pom.xml b/yetus-assemblies/pom.xml
index 621ef59..ee07b58 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.11.0-SNAPSHOT</version>
+    <version>0.11.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>yetus-assemblies</artifactId>
diff --git a/yetus-dist/pom.xml b/yetus-dist/pom.xml
index d4e86c3..1edb306 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.11.0-SNAPSHOT</version>
+    <version>0.11.0</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>yetus-dist</artifactId>
diff --git a/yetus-maven-plugin/pom.xml b/yetus-maven-plugin/pom.xml
index ee81c46..8c7fe0b 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.11.0-SNAPSHOT</version>
+    <version>0.11.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 f13cf4c..5d897e4 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.11.0-SNAPSHOT</version>
+    <version>0.11.0</version>
     <relativePath>..</relativePath>
   </parent>
   <groupId>org.apache.yetus</groupId>

Reply via email to