This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new b8dad06 [OPENMEETINGS-1929] Automatic-Module-Name is added
b8dad06 is described below
commit b8dad06d15572485dc1c8ba9b8afe4272c0fc81e
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 32d4305..75b52d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -992,6 +992,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>