You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by he...@apache.org on 2020/09/08 06:55:27 UTC

[netbeans] branch master updated: Fix Spring Web MVC 3.2.x wrong version

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

hectorespert 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 c3e597c  Fix Spring Web MVC 3.2.x wrong version
     new e497c1d  Merge pull request #2348 from pepness/spring-mvc-3
c3e597c is described below

commit c3e597c0e2acf62d4cb7e578b478b2a128ba6e7b
Author: Jose Contreras <pe...@gmail.com>
AuthorDate: Sun Sep 6 17:36:12 2020 -0500

    Fix Spring Web MVC 3.2.x wrong version
---
 .../org/netbeans/modules/spring/webmvc/resources/Bundle.properties    | 2 +-
 .../netbeans/modules/spring/webmvc/resources/spring-webmvc-3.0.xml    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/enterprise/spring.webmvc/src/org/netbeans/modules/spring/webmvc/resources/Bundle.properties b/enterprise/spring.webmvc/src/org/netbeans/modules/spring/webmvc/resources/Bundle.properties
index deefe5e..43a638f 100644
--- a/enterprise/spring.webmvc/src/org/netbeans/modules/spring/webmvc/resources/Bundle.properties
+++ b/enterprise/spring.webmvc/src/org/netbeans/modules/spring/webmvc/resources/Bundle.properties
@@ -25,4 +25,4 @@ Templates/SpringFramework/SimpleFormController.java=Simple Form Controller
 Templates/SpringFramework/index.jsp=View page
 spring-webmvc5=Spring Web MVC 5.2.2
 spring-webmvc4=Spring Web MVC 4.3.25
-spring-webmvc3=Spring Web MVC 3.2.7
+spring-webmvc3=Spring Web MVC 3.2.18
diff --git a/enterprise/spring.webmvc/src/org/netbeans/modules/spring/webmvc/resources/spring-webmvc-3.0.xml b/enterprise/spring.webmvc/src/org/netbeans/modules/spring/webmvc/resources/spring-webmvc-3.0.xml
index f18b233..4f13198 100644
--- a/enterprise/spring.webmvc/src/org/netbeans/modules/spring/webmvc/resources/spring-webmvc-3.0.xml
+++ b/enterprise/spring.webmvc/src/org/netbeans/modules/spring/webmvc/resources/spring-webmvc-3.0.xml
@@ -25,7 +25,7 @@
     <localizing-bundle>org.netbeans.modules.spring.webmvc.resources.Bundle</localizing-bundle>
     <volume>
         <type>classpath</type>
-        <resource>jar:nbinst://org.netbeans.libs.springframework/modules/ext/spring-3.0/spring-webmvc-3.2.7.RELEASE.jar!/</resource>
+        <resource>jar:nbinst://org.netbeans.libs.springframework/modules/ext/spring-3.0/spring-webmvc-3.2.18.RELEASE.jar!/</resource>
     </volume>
     <volume>
         <type>src</type>
@@ -37,7 +37,7 @@
     <properties>
         <property>
             <name>maven-dependencies</name>
-            <value>org.springframework:spring-webmvc:3.2.7.RELEASE:jar</value>
+            <value>org.springframework:spring-webmvc:3.2.18.RELEASE:jar</value>
         </property>
     </properties>
     


---------------------------------------------------------------------
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