[java-idp-plugin-duo] branch master updated: Fix issues with plugin.base removal
Phil Smart
philip.smart at jisc.ac.uk
Mon Aug 3 09:56:33 UTC 2020
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch master
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=93505d602119c37127cb37d2a1e23c665139e9f3
The following commit(s) were added to refs/heads/master by this push:
new 93505d6 Fix issues with plugin.base removal
93505d6 is described below
commit 93505d602119c37127cb37d2a1e23c665139e9f3
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Aug 3 10:56:31 2020 +0100
Fix issues with plugin.base removal
---
idp-duo-distribution/pom.xml | 8 ++++----
idp-duo-native-client-impl/pom.xml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/idp-duo-distribution/pom.xml b/idp-duo-distribution/pom.xml
index d69edad..05d94b0 100644
--- a/idp-duo-distribution/pom.xml
+++ b/idp-duo-distribution/pom.xml
@@ -16,8 +16,8 @@
<properties>
<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
- <dist.duosdk.finalName>shibboleth-idp-plugin-${plugin.base}-native-sdk-${project.version}</dist.duosdk.finalName>
- <dist.bare.finalName>shibboleth-idp-plugin-${plugin.base}-bare-${project.version}</dist.bare.finalName>
+ <dist.duosdk.finalName>shibboleth-idp-plugin-duo-native-sdk-${project.version}</dist.duosdk.finalName>
+ <dist.bare.finalName>shibboleth-idp-plugin-duo-bare-${project.version}</dist.bare.finalName>
</properties>
<build>
@@ -35,7 +35,7 @@
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
- <descriptor>src/main/assembly/${plugin.base}-native-sdk-assembly.xml</descriptor>
+ <descriptor>src/main/assembly/duo-native-sdk-assembly.xml</descriptor>
</descriptors>
<finalName>${dist.duosdk.finalName}</finalName>
<tarLongFileMode>gnu</tarLongFileMode>
@@ -51,7 +51,7 @@
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
- <descriptor>src/main/assembly/${plugin.base}-bare-assembly.xml</descriptor>
+ <descriptor>src/main/assembly/duo-bare-assembly.xml</descriptor>
</descriptors>
<finalName>${dist.bare.finalName}</finalName>
<tarLongFileMode>gnu</tarLongFileMode>
diff --git a/idp-duo-native-client-impl/pom.xml b/idp-duo-native-client-impl/pom.xml
index 691d798..61659df 100644
--- a/idp-duo-native-client-impl/pom.xml
+++ b/idp-duo-native-client-impl/pom.xml
@@ -16,7 +16,7 @@
<properties>
<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
- <automatic.module.name>net.shibboleth.idp.plugin.${plugin.base}.sdk.impl</automatic.module.name>
+ <automatic.module.name>net.shibboleth.idp.plugin.duo.sdk.impl</automatic.module.name>
</properties>
<dependencies>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list