This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch transport in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-transports.git
commit 38b29e024bccb03da45bd80dabb3845972df2b36 Author: Ruwan Linton <ru...@apache.org> AuthorDate: Sun Dec 6 06:58:36 2009 +0000 Fixing the module name of parent to all (since it is to build the complete jar) --- 1.0.0/modules/{parent => all}/pom.xml | 2 +- 1.0.0/modules/{parent => all}/readMe.txt | 0 1.0.0/pom.xml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/1.0.0/modules/parent/pom.xml b/1.0.0/modules/all/pom.xml similarity index 99% rename from 1.0.0/modules/parent/pom.xml rename to 1.0.0/modules/all/pom.xml index 7ab8b42..7036333 100644 --- a/1.0.0/modules/parent/pom.xml +++ b/1.0.0/modules/all/pom.xml @@ -32,7 +32,7 @@ <version>1.0-SNAPSHOT</version> <packaging>pom</packaging> <description>Axis2 Transport</description> - <name>Apache Axis2 - Transport - Parent</name> + <name>Apache Axis2 - Transport - All</name> <profiles> <profile> <id>java15</id> diff --git a/1.0.0/modules/parent/readMe.txt b/1.0.0/modules/all/readMe.txt similarity index 100% rename from 1.0.0/modules/parent/readMe.txt rename to 1.0.0/modules/all/readMe.txt diff --git a/1.0.0/pom.xml b/1.0.0/pom.xml index b2888cc..65e1e2d 100644 --- a/1.0.0/pom.xml +++ b/1.0.0/pom.xml @@ -160,7 +160,7 @@ <module>modules/jms</module> <module>modules/sms</module> <module>modules/testkit</module> - <module>modules/parent</module> + <module>modules/all</module> </modules> <profiles>