diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-12-05 22:30:14 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-12-05 22:30:14 +0100 |
commit | 58d661fe0c09feb0d2bd8b2ad89553cd2efaf10a (patch) | |
tree | 3390687667667790bee0d915140e709123b508d2 | |
parent | f1498915ecc697ef0342826dd22ac301eb716e26 (diff) | |
download | EAAF-Components-58d661fe0c09feb0d2bd8b2ad89553cd2efaf10a.tar.gz EAAF-Components-58d661fe0c09feb0d2bd8b2ad89553cd2efaf10a.tar.bz2 EAAF-Components-58d661fe0c09feb0d2bd8b2ad89553cd2efaf10a.zip |
fix typo
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ <spotbugs-maven-plugin.version>3.1.12.2</spotbugs-maven-plugin.version> <license.outputDirectory>${project.build.directory}/thirdparty_licenses</license.outputDirectory> - <pmw_rules_location>https://apps.egiz.gv.at/checkstyle/giz_pmd_checks.xml</pmw_rules_location> + <pmw_rules_location>https://apps.egiz.gv.at/checkstyle/egiz_pmd_checks.xml</pmw_rules_location> </properties> |