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 07:24:41 UTC

[isis] branch master updated: 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


The following commit(s) were added to refs/heads/master by this push:
     new a511b21  ISIS-2934: minor pom polishing
a511b21 is described below

commit a511b21ff03f6ded038acd7669828f904dfd7670
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Dec 23 08:24:34 2021 +0100

    ISIS-2934: minor pom polishing
---
 pom.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index cded7c1..60f8787 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,8 +14,10 @@
 	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 org.apache:apache, the idea being to also inherit 
-		from org.springframework.boot:spring-boot-starter-parent. For more information, 
+	<!-- 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, 
 		see the documentation of this POM: http://maven.apache.org/pom/asf/ -->
 
 	<parent>
@@ -61,6 +63,7 @@
 
 		<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>
@@ -1885,7 +1888,7 @@
 					<plugin>
 						<groupId>org.projectlombok</groupId>
 						<artifactId>lombok-maven-plugin</artifactId>
-						<version>1.18.20.0</version>
+						<version>${lombok-maven-plugin.version}</version>
 						<configuration>
 							<sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
 							<outputDirectory>${delombok.output}</outputDirectory>