This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-sources.git


The following commit(s) were added to refs/heads/master by this push:
     new 504a762  s/maven-wrapper/wrapper/ for shorter directory
504a762 is described below

commit 504a762770f07d12f19e3b93e4f24061e48c58d8
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Wed Dec 8 18:46:20 2021 +0100

    s/maven-wrapper/wrapper/ for shorter directory
---
 core/pom.xml | 2 +-
 default.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 61a5eb8..a997890 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -36,6 +36,6 @@ under the License.
     <module>../../core/its</module>
     <module>../../core/resolver</module>
     <module>../../core/resolver-ant-tasks</module>
-    <module>../../core/maven-wrapper</module>
+    <module>../../core/wrapper</module>
   </modules>
 </project>
diff --git a/default.xml b/default.xml
index 8cc7502..9fd229b 100644
--- a/default.xml
+++ b/default.xml
@@ -32,7 +32,7 @@
   <project path='core/its'                                  
name='maven-integration-testing.git' />
   <project path='core/resolver'                             
name='maven-resolver.git' />
   <project path='core/resolver-ant-tasks'                   
name='maven-resolver-ant-tasks.git' />
-  <project path='core/maven-wrapper'                        
name='maven-wrapper.git' />
+  <project path='core/wrapper'                              
name='maven-wrapper.git' />
 
   <project path='plugins/core/maven-clean-plugin'           
name='maven-clean-plugin.git' />
   <project path='plugins/core/maven-compiler-plugin'        
name='maven-compiler-plugin.git' />

Reply via email to