You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/12/28 16:59:31 UTC

[openmeetings] branch 4.0.x updated: no jira: packaging is fixed

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 db1ecee  no jira: packaging is fixed
db1ecee is described below

commit db1ecee3a3ea552af0adc7529607719c9e991657
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Fri Dec 28 23:59:20 2018 +0700

    no jira: packaging is fixed
---
 openmeetings-server/src/main/assembly/components/all.xml | 6 +++---
 openmeetings-server/src/main/assembly/src.xml            | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/openmeetings-server/src/main/assembly/components/all.xml b/openmeetings-server/src/main/assembly/components/all.xml
index f4262ec..8ec129c 100644
--- a/openmeetings-server/src/main/assembly/components/all.xml
+++ b/openmeetings-server/src/main/assembly/components/all.xml
@@ -108,10 +108,10 @@
 			<directory>${project.parent.basedir}</directory>
 			<outputDirectory></outputDirectory>
 			<includes>
-				<include>CHANGELOG</include>
+				<include>CHANGELOG.md</include>
 				<include>LICENSE</include>
-				<include>NOTICE</include>
-				<include>README</include>
+				<include>NOTICE.md</include>
+				<include>README.md</include>
 			</includes>
 		</fileSet>
 		<fileSet>
diff --git a/openmeetings-server/src/main/assembly/src.xml b/openmeetings-server/src/main/assembly/src.xml
index 210746a..d079e86 100644
--- a/openmeetings-server/src/main/assembly/src.xml
+++ b/openmeetings-server/src/main/assembly/src.xml
@@ -32,10 +32,10 @@
 			<useDefaultExcludes>true</useDefaultExcludes>
 			<includes>
 				<include>*.xml</include>
-				<include>CHANGELOG</include>
+				<include>CHANGELOG.md</include>
 				<include>LICENSE</include>
-				<include>NOTICE</include>
-				<include>README</include>
+				<include>NOTICE.md</include>
+				<include>README.md</include>
 				<include>openmeetings-*/**</include>
 			</includes>
 			<excludes>