summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar samisa2010-03-03 01:29:23 +0000
committerGravatar samisa2010-03-03 01:29:23 +0000
commit86e9e8dee6c69c3c8a678adb5dda4709f096ee6f (patch)
treec5a760f2fe84bd52fcf4fa8f52b2187dcce34882
parent2067c00b493ca41313387164cb8b269e8e185943 (diff)
downloadaxis2c-86e9e8dee6c69c3c8a678adb5dda4709f096ee6f.tar.gz
axis2c-86e9e8dee6c69c3c8a678adb5dda4709f096ee6f.tar.bz2
Upgraded the version to 1.7.0
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918295 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--INSTALL2
-rw-r--r--NEWS2
-rw-r--r--release_process22
3 files changed, 13 insertions, 13 deletions
diff --git a/INSTALL b/INSTALL
index 039c3ff..bb7881e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -186,7 +186,7 @@ Table of Contents
$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${AXIS2C_HOME}/lib/
$ cd samples
$ ./configure --prefix=${AXIS2C_HOME}
- --with-axis2=${AXIS2C_HOME}/include/axis2-1.6.0
+ --with-axis2=${AXIS2C_HOME}/include/axis2-1.7.0
$ make
$ make install
diff --git a/NEWS b/NEWS
index d69016e..b0b9019 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C
-version 1.6.0.
+version 1.7.0.
You can download this release from http://ws.apache.org/axis2/c/download.cgi
diff --git a/release_process b/release_process
index 54c5497..87fe56d 100644
--- a/release_process
+++ b/release_process
@@ -84,10 +84,10 @@ AXIS2/C release process
#!/bin/bash
- SRC_TAR_GZ=axis2c-src-1.6.0.tar.gz
- LIN_BIN_TAR_GZ=axis2c-bin-1.6.0-linux.tar.gz
- SRC_ZIP=axis2c-src-1.6.0.zip
- WIN32_BIN_ZIP=axis2c-bin-1.6.0-win32.zip
+ SRC_TAR_GZ=axis2c-src-1.7.0.tar.gz
+ LIN_BIN_TAR_GZ=axis2c-bin-1.7.0-linux.tar.gz
+ SRC_ZIP=axis2c-src-1.7.0.zip
+ WIN32_BIN_ZIP=axis2c-bin-1.7.0-win32.zip
SRC_TAR_GZ_MD5=$SRC_TAR_GZ.md5
LIN_BIN_TAR_GZ_MD5=$LIN_BIN_TAR_GZ.md5
SRC_ZIP_MD5=$SRC_ZIP.md5
@@ -116,13 +116,13 @@ AXIS2/C release process
10. Copy the source, binary packs to your directory in people.apache.org
- rm -rf 1.6.0
- rm -f 1.6.0.tar.gz
- mkdir 1.6.0
- cp -f ../KEYS 1.6.0
- cp -f axis2c-* 1.6.0
- tar -zcf axis2c_1.6.0.tar.gz 1.6.0
- scp axis2c_1.6.0.tar.gz manjula@people.apache.org:~/
+ rm -rf 1.7.0
+ rm -f 1.7.0.tar.gz
+ mkdir 1.7.0
+ cp -f ../KEYS 1.7.0
+ cp -f axis2c-* 1.7.0
+ tar -zcf axis2c_1.7.0.tar.gz 1.7.0
+ scp axis2c_1.7.0.tar.gz manjula@people.apache.org:~/
11. Put RCs till all the packs are throughly tested and there are no more
known issues.