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 <[email protected]> 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>
