UIMA-1602

git-svn-id: https://svn.apache.org/repos/asf/incubator/uima/uimacpp/trunk@827441 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/buildSrcTree.cmd b/buildSrcTree.cmd
index c4c7569..92508df 100644
--- a/buildSrcTree.cmd
+++ b/buildSrcTree.cmd
@@ -19,7 +19,7 @@
 REM   under the License.

 

 REM For now, update version in line below

-set srcName=uimacpp-2.2.2-incubating

+set srcName=uimacpp-2.3.0-incubating

 

 REM check args

 if "%~1" == "" (

diff --git a/buildSrcTree.sh b/buildSrcTree.sh
index bbfc37d..ad7261f 100755
--- a/buildSrcTree.sh
+++ b/buildSrcTree.sh
@@ -18,7 +18,7 @@
 #   under the License.
 
 # for now, change versionnumber in line below
-srcName=uimacpp-2.2.2-incubating
+srcName=uimacpp-2.3.0-incubating
 
 if [ "$1" = 'TRACE' ]
     then set -vx ;shift