diff options
author | shankar | 2010-03-03 10:49:02 +0000 |
---|---|---|
committer | shankar | 2010-03-03 10:49:02 +0000 |
commit | 34e2ce2d5cb6042527ccadaac34a2a408f35edf7 (patch) | |
tree | e6286ae1a0546037bc734d1fd41fb7be6be9e92d | |
parent | 671f5a30d974f3e52e2751b300510c4b617aa07f (diff) | |
download | axis2c-34e2ce2d5cb6042527ccadaac34a2a408f35edf7.tar.gz axis2c-34e2ce2d5cb6042527ccadaac34a2a408f35edf7.tar.bz2 |
changing mail address, fixing release_process document
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918394 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | NOTICE | 2 | ||||
-rw-r--r-- | project.properties | 11 | ||||
-rw-r--r-- | release_process | 2 |
4 files changed, 9 insertions, 9 deletions
@@ -3,7 +3,6 @@ Axis2/C (1.7.0) * HTTP KeepAlive support
* Performance improvement to Guththila Parser
-
Axis2/C (1.6.0)
* XPath support for Axiom XML object model
* CGI support
@@ -19,7 +18,7 @@ Axis2/C (1.5.0) * Added a JScript file to automate IIS module registry configuration
* Improved the in-only message handling
* Specifying the MEP in the services.xml for non in-out messages made mandatory
- * Improvements to Guthtila for better performance
+ * Improvements to Guththila for better performance
* Improvements to TCPMon tool
* Memory leak fixes
* Bug fixes
@@ -1,5 +1,5 @@ Apache Axis2/C -Copyright 2005-2009 The Apache Software Foundation +Copyright 2005-2010 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/project.properties b/project.properties index 3a488a3..a5a030e 100644 --- a/project.properties +++ b/project.properties @@ -1,9 +1,10 @@ # -------------------------------------------------------------------
-# Copyright 2001-2004 The Apache Software Foundation.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
diff --git a/release_process b/release_process index 87fe56d..8daaf3e 100644 --- a/release_process +++ b/release_process @@ -4,7 +4,7 @@ AXIS2/C release process 1. Get a svn checkout from the trunk. 2. Change the version numbers and update the following files. * ChangeLog - NEWSaxis2.pc + NEWS samples/ChangeLog axutil_version.h config.h |