You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by bu...@apache.org on 2015/12/11 18:54:22 UTC

[3/3] yetus git commit: YETUS-228. Stage version 0.1.0.

YETUS-228. Stage version 0.1.0.

Signed-off-by: Allen Wittenauer <aw...@apache.org>
Signed-off-by: Kengo Seki <se...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/00e40198
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/00e40198
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/00e40198

Branch: refs/heads/YETUS-228
Commit: 00e40198879e272641bfbbd613a3023869eb4331
Parents: 6070d4f
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Dec 10 10:49:16 2015 -0800
Committer: Sean Busbey <bu...@apache.org>
Committed: Fri Dec 11 09:30:14 2015 -0800

----------------------------------------------------------------------
 VERSION                                                           | 2 +-
 audience-annotations-component/audience-annotations-jdiff/pom.xml | 2 +-
 audience-annotations-component/audience-annotations/pom.xml       | 2 +-
 audience-annotations-component/pom.xml                            | 2 +-
 yetus-project/pom.xml                                             | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/00e40198/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index b694fe3..6e8bf73 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.0-SNAPSHOT
+0.1.0

http://git-wip-us.apache.org/repos/asf/yetus/blob/00e40198/audience-annotations-component/audience-annotations-jdiff/pom.xml
----------------------------------------------------------------------
diff --git a/audience-annotations-component/audience-annotations-jdiff/pom.xml b/audience-annotations-component/audience-annotations-jdiff/pom.xml
index 63f6fb9..d3ecec5 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.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../../yetus-project</relativePath>
   </parent>
   <artifactId>audience-annotations-jdiff</artifactId>

http://git-wip-us.apache.org/repos/asf/yetus/blob/00e40198/audience-annotations-component/audience-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/audience-annotations-component/audience-annotations/pom.xml b/audience-annotations-component/audience-annotations/pom.xml
index 4c7f0d7..21b8076 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.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../../yetus-project</relativePath>
   </parent>
   <artifactId>audience-annotations</artifactId>

http://git-wip-us.apache.org/repos/asf/yetus/blob/00e40198/audience-annotations-component/pom.xml
----------------------------------------------------------------------
diff --git a/audience-annotations-component/pom.xml b/audience-annotations-component/pom.xml
index 76bde1a..23b289f 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.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../yetus-project</relativePath>
   </parent>
   <artifactId>audience-annotations-component</artifactId>

http://git-wip-us.apache.org/repos/asf/yetus/blob/00e40198/yetus-project/pom.xml
----------------------------------------------------------------------
diff --git a/yetus-project/pom.xml b/yetus-project/pom.xml
index 328d8f1..de063b4 100644
--- a/yetus-project/pom.xml
+++ b/yetus-project/pom.xml
@@ -30,7 +30,7 @@
   </parent>
   <groupId>org.apache.yetus</groupId>
   <artifactId>yetus-project</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0</version>
   <description>Project-wide definitions for Apache Yetus</description>
   <name>Apache Yetus Project</name>
   <packaging>pom</packaging>