diff options
author | samisa | 2010-03-03 01:16:27 +0000 |
---|---|---|
committer | samisa | 2010-03-03 01:16:27 +0000 |
commit | 0ccab3f863d2186febc35b7d9ab0805b1e9358d3 (patch) | |
tree | e9ffda7f24d519e5478b5449951f6fab36712721 | |
parent | d2739d26857079217d95d209547c1071b4acbbb2 (diff) | |
download | axis2c-0ccab3f863d2186febc35b7d9ab0805b1e9358d3.tar.gz axis2c-0ccab3f863d2186febc35b7d9ab0805b1e9358d3.tar.bz2 |
Upgraded the version to 1.7.0
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918290 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | project.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 5395db2..45c8ede 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ datadir=$(prefix) logsdir=$(prefix)/logs docsdir=$(prefix) -includedir=$(prefix)/include/axis2-1.6.0 +includedir=$(prefix)/include/axis2-1.7.0 wsdl2cdir=$(prefix)/bin/tools/wsdl2c diff --git a/project.properties b/project.properties index a951975..3a488a3 100644 --- a/project.properties +++ b/project.properties @@ -14,7 +14,7 @@ # limitations under the License.
# -------------------------------------------------------------------
-axis2_version=1.6.0
+axis2_version=1.7.0
maven.xdoc.date=left
maven.xdoc.version=${pom.currentVersion}
maven.xdoc.includeProjectDocumentation=no
|