diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-03-30 09:48:05 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-03-30 09:48:05 +0700 |
commit | b09a61f361a74f16d11a41cb1f27cbcc139dd019 (patch) | |
tree | c839f04d8181d4cdaa0746c01eb5f62fb7753b71 /pom.xml | |
parent | 2c9374c807dbdf256df2c6bb365802916e8653c6 (diff) | |
download | aspectj-b09a61f361a74f16d11a41cb1f27cbcc139dd019.tar.gz aspectj-b09a61f361a74f16d11a41cb1f27cbcc139dd019.zip |
Get rid of some Maven warnings concerning plugins + dependencies
Duplicate dependencies, missing or mismatching versions
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -94,6 +94,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> + <version>3.8.1</version> <configuration> <source>1.8</source> <target>1.8</target> @@ -123,7 +124,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>3.1.2</version> + <version>3.2.0</version> <configuration> <archive> <addMavenDescriptor>false</addMavenDescriptor> |