You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/12/23 18:27:02 UTC

[isis] 02/05: Revert "ISIS-2934: minor pom polishing"

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 84e01a3c73b88d6cfdff34e97920522972a2e221
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Dec 23 19:08:05 2021 +0100

    Revert "ISIS-2934: minor pom polishing"
    
    This reverts commit a511b21ff03f6ded038acd7669828f904dfd7670.
---
 pom.xml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 60f8787..cded7c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,10 +14,8 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
-	<!-- This pom is a descendant of  
-		[https://mvnrepository.com/artifact/org.apache.maven/maven-parent/34], 
-		the idea being to also inherit from org.springframework.boot:spring-boot-starter-parent. 
-		For more information, 
+	<!-- This pom is a descendant of org.apache:apache, the idea being to also inherit 
+		from org.springframework.boot:spring-boot-starter-parent. For more information, 
 		see the documentation of this POM: http://maven.apache.org/pom/asf/ -->
 
 	<parent>
@@ -63,7 +61,6 @@
 
 		<spring-boot.version>2.6.2</spring-boot.version>
 		<lombok.version>1.18.22</lombok.version> <!-- overriding Spring -->
-		<lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version>
 		<delombok.output>${project.build.directory}/delombok</delombok.output>
 		<surefire.version>2.22.2</surefire.version>
 		<surefire-plugin.argLine>-Xms1024m -Xmx1024m</surefire-plugin.argLine>
@@ -1888,7 +1885,7 @@
 					<plugin>
 						<groupId>org.projectlombok</groupId>
 						<artifactId>lombok-maven-plugin</artifactId>
-						<version>${lombok-maven-plugin.version}</version>
+						<version>1.18.20.0</version>
 						<configuration>
 							<sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
 							<outputDirectory>${delombok.output}</outputDirectory>