diff options
-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
|