From 0364d45d9dde4b2c65f03b22a30f4935bd9f2bc8 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 17 Jul 2021 17:07:11 -0700 Subject: [PATCH] GUACAMOLE-1378: Correct naming of guacamole-auth-jdbc dist .tar.gz archive. The distribution .tar.gz of the guacamole-auth-jdbc set of extensions should be called "guacamole-auth-jdbc-VERSION.tar.gz", not "guacamole-auth-jdbc-dist-VERSION.tar.gz". --- .../modules/guacamole-auth-jdbc-dist/pom.xml | 8 ++++++++ pom.xml | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-dist/pom.xml b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-dist/pom.xml index e67143ed6..0b2fb6973 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-dist/pom.xml +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-dist/pom.xml @@ -61,4 +61,12 @@ + + + + ${project.parent.artifactId}-${project.parent.version} + + + diff --git a/pom.xml b/pom.xml index b33a6db14..e384ad9cc 100644 --- a/pom.xml +++ b/pom.xml @@ -428,7 +428,6 @@ make-dist-archive package - ${project.artifactId}-${project.version} false posix