You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/02/05 09:46:46 UTC

[netbeans] branch master updated: Use pom type instead of jar for bom artefacts

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2382cf3  Use pom type instead of jar for bom artefacts
     new 33531a1  Merge pull request #1908 from ebarboni/mavenspringframeworkfix
2382cf3 is described below

commit 2382cf326cf3449f3c8f08bf487fff66dd2553b0
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Fri Jan 31 17:51:30 2020 +0100

    Use pom type instead of jar for bom artefacts
---
 .../src/org/netbeans/libs/springframework/spring-framework300.xml       | 2 +-
 .../src/org/netbeans/libs/springframework/spring-framework400.xml       | 2 +-
 .../src/org/netbeans/libs/springframework/spring-framework500.xml       | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/java/libs.springframework/src/org/netbeans/libs/springframework/spring-framework300.xml b/java/libs.springframework/src/org/netbeans/libs/springframework/spring-framework300.xml
index b8f1faf..3f70cc4 100644
--- a/java/libs.springframework/src/org/netbeans/libs/springframework/spring-framework300.xml
+++ b/java/libs.springframework/src/org/netbeans/libs/springframework/spring-framework300.xml
@@ -68,7 +68,7 @@
                 org.springframework:spring-context-support:3.2.7.RELEASE:jar
                 org.springframework:spring-core:3.2.7.RELEASE:jar
                 org.springframework:spring-expression:3.2.7.RELEASE:jar
-                org.springframework:spring-framework-bom:3.2.7.RELEASE:jar
+                org.springframework:spring-framework-bom:3.2.7.RELEASE:pom
                 org.springframework:spring-instrument:3.2.7.RELEASE:jar
                 org.springframework:spring-instrument-tomcat:3.2.7.RELEASE:jar
                 org.springframework:spring-jdbc:3.2.7.RELEASE:jar
diff --git a/java/libs.springframework/src/org/netbeans/libs/springframework/spring-framework400.xml b/java/libs.springframework/src/org/netbeans/libs/springframework/spring-framework400.xml
index 65edbb8..5f1653f 100644
--- a/java/libs.springframework/src/org/netbeans/libs/springframework/spring-framework400.xml
+++ b/java/libs.springframework/src/org/netbeans/libs/springframework/spring-framework400.xml
@@ -67,7 +67,7 @@
                 org.springframework:spring-context-support:4.3.25.RELEASE:jar
                 org.springframework:spring-core:4.3.25.RELEASE:jar
                 org.springframework:spring-expression:4.3.25.RELEASE:jar
-                org.springframework:spring-framework-bom:4.3.25.RELEASE:jar
+                org.springframework:spring-framework-bom:4.3.25.RELEASE:pom
                 org.springframework:spring-instrument:4.3.25.RELEASE:jar
                 org.springframework:spring-instrument-tomcat:4.3.25.RELEASE:jar
                 org.springframework:spring-jdbc:4.3.25.RELEASE:jar
diff --git a/java/libs.springframework/src/org/netbeans/libs/springframework/spring-framework500.xml b/java/libs.springframework/src/org/netbeans/libs/springframework/spring-framework500.xml
index 1ba5bf0..81b236d 100644
--- a/java/libs.springframework/src/org/netbeans/libs/springframework/spring-framework500.xml
+++ b/java/libs.springframework/src/org/netbeans/libs/springframework/spring-framework500.xml
@@ -67,6 +67,7 @@
                 org.springframework:spring-context-support:5.2.2.RELEASE:jar
                 org.springframework:spring-core:5.2.2.RELEASE:jar
                 org.springframework:spring-expression:5.2.2.RELEASE:jar
+                org.springframework:spring-framework-bom:5.2.2.RELEASE:pom
                 org.springframework:spring-instrument:5.2.2.RELEASE:jar
                 org.springframework:spring-jcl:5.2.2.RELEASE:jar
                 org.springframework:spring-jdbc:5.2.2.RELEASE:jar


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists