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 2022/04/13 09:43:31 UTC

[isis] branch master updated: ISIS-3003: remove superfluous pom entry

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 9ffa2c54c1 ISIS-3003: remove superfluous pom entry
9ffa2c54c1 is described below

commit 9ffa2c54c104a72530d32f7ceb82941ce1828f03
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Apr 13 11:43:26 2022 +0200

    ISIS-3003: remove superfluous pom entry
---
 bom/pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index cb478516fa..a4c3d0c7b6 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -75,7 +75,7 @@ under the License.
 	<name>Apache Isis</name>
 	<description>
 		Apache Isis Bill of Material (BOM).
-		Als the parent POM for the core framework + extensions, starter parent pom for starter apps.
+		Also the parent POM for the core framework, extensions and starter apps.
 	</description>
 
     <url>https://isis.apache.org</url>
@@ -332,9 +332,6 @@ under the License.
 		<maven.compiler.target>${java.version}</maven.compiler.target>
 		<maven.compiler.release>11</maven.compiler.release>
 
-		<!-- overriding Spring, since v3.0.0 breaks artifact retrieval of org.jruby:jruby (of any version) -->
-		<maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version>
-
 		<lombok.version>1.18.22</lombok.version> <!-- overriding Spring -->
 		<delombok.output>${project.build.directory}/delombok</delombok.output>
 		<surefire.version>3.0.0-M6</surefire.version>