# HG changeset patch # User Mike Becker # Date 1706354878 -3600 # Node ID b7d6b31e381d08b914a5febccd70a85c5bc85e66 # Parent 7aa59deee50c3be36935bd4780d0e7609da8bc7a project metadata cleanup diff -r 7aa59deee50c -r b7d6b31e381d LICENSE.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LICENSE.txt Sat Jan 27 12:27:58 2024 +0100 @@ -0,0 +1,23 @@ +Copyright 2024 Olaf Wintermann. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. diff -r 7aa59deee50c -r b7d6b31e381d pom.xml --- a/pom.xml Sat Jan 20 15:57:31 2024 +0100 +++ b/pom.xml Sat Jan 27 12:27:58 2024 +0100 @@ -6,6 +6,28 @@ uwproj 0.2.0-SNAPSHOT jar + + Makefile configuration tool. + + + + Olaf Wintermann + olaf.wintermann@gmail.com + + + + + Mike Becker + universe@uap-core.de + + + + + BSD-2-Clause + https://code.unixwork.de/hg/uwproj/file/tip/LICENSE.txt + manual + + UTF-8 @@ -24,12 +46,6 @@ --> 1.7.36 - - org.junit.jupiter - junit-jupiter - 5.10.0 - test - @@ -42,11 +58,25 @@ src/main/resources + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.6.1 + + + org.apache.maven.plugins + maven-clean-plugin + 3.3.2 + + + org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.12.1 17 @@ -79,7 +109,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 enforce-maven @@ -96,6 +126,10 @@ + + + + org.apache.maven.plugins maven-site-plugin @@ -110,7 +144,15 @@ org.codehaus.mojo versions-maven-plugin 2.16.0 + + + + dependency-updates-report + plugin-updates-report + + + - + \ No newline at end of file