bump some more build related stuff

This commit is contained in:
Shane Freeder 2023-06-07 20:53:39 +01:00
parent 0c3f9bd6b4
commit 64ea0dfb90
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
From 715a97765977742a004bad83b5eaf8105fc48b14 Mon Sep 17 00:00:00 2001
From 7d40b800063160f5f81d8acdce264d2ccb635f24 Mon Sep 17 00:00:00 2001
From: Tux <write@imaginarycode.com>
Date: Thu, 19 May 2016 19:33:31 +0200
Subject: [PATCH] POM Changes
@ -506,7 +506,7 @@ index c7478c96..e137dfcc 100644
<dependencies>
<dependency>
diff --git a/pom.xml b/pom.xml
index c118aa69..5fff5a09 100644
index c118aa69..8b2fdc8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,18 +3,25 @@
@ -653,7 +653,7 @@ index c118aa69..5fff5a09 100644
+ <plugin>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok-maven-plugin</artifactId>
+ <version>1.18.12.0</version>
+ <version>1.18.28</version>
+ <executions>
+ <execution>
+ <id>delombok</id>
@ -708,7 +708,7 @@ index c118aa69..5fff5a09 100644
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.4</version>
+ <version>3.3.0</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
@ -722,7 +722,7 @@ index c118aa69..5fff5a09 100644
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.7</version>
+ <version>3.1.1</version>
+ </plugin>
+ </plugins>
+ </build>