This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/4.0.x by this push:
new 174ceeb [OPENMEETINGS-1929] Automatic-Module-Name is added
174ceeb is described below
commit 174ceeb4003502e8a7ac9ee7bd641b95cc101267
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Mon Sep 17 16:55:51 2018 +0700
[OPENMEETINGS-1929] Automatic-Module-Name is added
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index c72d328..457e60f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -995,6 +995,7 @@
<Built-On>${maven.build.timestamp}</Built-On>
<Git-Revision>${buildNumber}</Git-Revision>
<Product-Version>${project.version}</Product-Version>
+
<Automatic-Module-Name>${project.artifactId}</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>