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 90c1a8e  Fix Spring Web MVC 5.2.9 integration
     new c62fb59  Merge pull request #2380 from pepness/fix-spring-5.2.9
90c1a8e is described below

commit 90c1a8ef3fbc10e22c4496826fb6a8570671e7af
Author: Jose Contreras <pepnes...@gmail.com>
AuthorDate: Sat Sep 19 20:01:02 2020 -0500

    Fix Spring Web MVC 5.2.9 integration
---
 .../org/netbeans/modules/spring/webmvc/resources/Bundle.properties    | 2 +-
 .../netbeans/modules/spring/webmvc/resources/spring-webmvc-5.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 43a638f..f7fe4b8 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
@@ -23,6 +23,6 @@ OpenIDE-Module-Long-Description=Provides support for 
extending a web project wit
 Templates/SpringFramework/AbstractController.java=Abstract Controller
 Templates/SpringFramework/SimpleFormController.java=Simple Form Controller
 Templates/SpringFramework/index.jsp=View page
-spring-webmvc5=Spring Web MVC 5.2.2
+spring-webmvc5=Spring Web MVC 5.2.9
 spring-webmvc4=Spring Web MVC 4.3.25
 spring-webmvc3=Spring Web MVC 3.2.18
diff --git 
a/enterprise/spring.webmvc/src/org/netbeans/modules/spring/webmvc/resources/spring-webmvc-5.0.xml
 
b/enterprise/spring.webmvc/src/org/netbeans/modules/spring/webmvc/resources/spring-webmvc-5.0.xml
index b6e01ab..eebf64b 100644
--- 
a/enterprise/spring.webmvc/src/org/netbeans/modules/spring/webmvc/resources/spring-webmvc-5.0.xml
+++ 
b/enterprise/spring.webmvc/src/org/netbeans/modules/spring/webmvc/resources/spring-webmvc-5.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-5/spring-webmvc-5.2.2.RELEASE.jar!/</resource>
+        
<resource>jar:nbinst://org.netbeans.libs.springframework/modules/ext/spring-5/spring-webmvc-5.2.9.RELEASE.jar!/</resource>
     </volume>
     <volume>
         <type>src</type>
@@ -36,7 +36,7 @@
     <properties>
         <property>
             <name>maven-dependencies</name>
-            <value>org.springframework:spring-webmvc:5.2.2.RELEASE:jar</value>
+            <value>org.springframework:spring-webmvc:5.2.9.RELEASE:jar</value>
         </property>
     </properties>
 </library>


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

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

Reply via email to