You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2019/10/09 15:58:16 UTC

[juneau] branch master updated: LICENSE file is missing from built top-level zip files.

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

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 3955a2f  LICENSE file is missing from built top-level zip files.
3955a2f is described below

commit 3955a2f5c842c8c003ca8563124e8dba8431e25b
Author: JamesBognar <ja...@apache.org>
AuthorDate: Wed Oct 9 11:58:01 2019 -0400

    LICENSE file is missing from built top-level zip files.
---
 juneau-releng/juneau-distrib/src/assembly/bin.xml | 2 +-
 juneau-releng/juneau-distrib/src/assembly/src.xml | 2 +-
 launches/juneau-env.sh                            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/juneau-releng/juneau-distrib/src/assembly/bin.xml b/juneau-releng/juneau-distrib/src/assembly/bin.xml
index 335f164..61263a8 100644
--- a/juneau-releng/juneau-distrib/src/assembly/bin.xml
+++ b/juneau-releng/juneau-distrib/src/assembly/bin.xml
@@ -37,7 +37,7 @@
 				<include>NOTICE</include>
 				<include>RELEASE-NOTES.txt</include>
 			</includes>
-			<directory>..</directory>
+			<directory>../..</directory>
 			<outputDirectory>apache-juneau-${project.version}</outputDirectory>
 		</fileSet>
 	</fileSets>
diff --git a/juneau-releng/juneau-distrib/src/assembly/src.xml b/juneau-releng/juneau-distrib/src/assembly/src.xml
index ee6ae99..0e5acdd 100644
--- a/juneau-releng/juneau-distrib/src/assembly/src.xml
+++ b/juneau-releng/juneau-distrib/src/assembly/src.xml
@@ -36,7 +36,7 @@
 				<include>NOTICE</include>
 				<include>RELEASE-NOTES.txt</include>
 			</includes>
-			<directory>..</directory>
+			<directory>../..</directory>
 			<outputDirectory>apache-juneau-${project.version}</outputDirectory>
 		</fileSet>
 	</fileSets>
diff --git a/launches/juneau-env.sh b/launches/juneau-env.sh
index 65e1dde..2c79637 100755
--- a/launches/juneau-env.sh
+++ b/launches/juneau-env.sh
@@ -13,5 +13,5 @@
 
 . ~/.profile
 set -e
-export JUNEAU_VERSION=8.1.1
+export JUNEAU_VERSION=8.1.2
 [ -z "$X_VERSION" ] && export X_VERSION="${JUNEAU_VERSION}-SNAPSHOT"