You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2019/10/17 09:59:46 UTC

[archiva-components] 01/02: Changing module name

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

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-components.git

commit 318b4060e5c6aa58aca44fe661a8786dc24e505e
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Thu Oct 17 11:19:23 2019 +0200

    Changing module name
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1385167..281081f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   <artifactId>archiva-components</artifactId>
   <version>3.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>Apache Archiva Components</name>
+  <name>Archiva Components :: Parent</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -44,6 +44,10 @@
 
   <description>Parent Pom for various components used in Apache Archiva and Redback.</description>
 
+  <modules>
+    <module>expression-evaluator</module>
+  </modules> 
+
   <scm>
     <connection>scm:git:https://github.com/apache/archiva-components.git</connection>
     <developerConnection>scm:git:https://github.com/apache/archiva-components.git</developerConnection>