Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Struts2Convention/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</dependencies>
<properties>
<netbeans.hint.deploy.server>Tomcat60</netbeans.hint.deploy.server>
<struts.version>2.3.12</struts.version>
<struts.version>6.8.0</struts.version>
</properties>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion Struts2JsonValidation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
<struts.version>2.3.12</struts.version>
<struts.version>6.8.0</struts.version>
<hibernate.version>3.6.10.Final</hibernate.version>
<struts.jquery.version>3.5.1</struts.jquery.version>
<netbeans.compile.on.save>all</netbeans.compile.on.save>
Expand Down
2 changes: 1 addition & 1 deletion Struts2Junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<struts.version>2.3.12</struts.version>
<struts.version>6.8.0</struts.version>
<hibernate.version>3.6.10.Final</hibernate.version>
<struts.jquery.version>3.5.1</struts.jquery.version>
<netbeans.compile.on.save>all</netbeans.compile.on.save>
Expand Down
2 changes: 1 addition & 1 deletion Struts2MessageStoreExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
</build>
<properties>
<netbeans.hint.deploy.server>Tomcat60</netbeans.hint.deploy.server>
<struts.version>2.3.12</struts.version>
<struts.version>6.8.0</struts.version>
</properties>
</project>
2 changes: 1 addition & 1 deletion Struts2RestConvention/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
</build>
<properties>
<netbeans.hint.deploy.server>Tomcat60</netbeans.hint.deploy.server>
<struts.version>2.3.12</struts.version>
<struts.version>6.8.0</struts.version>
</properties>
</project>
2 changes: 1 addition & 1 deletion Struts2Spring3Hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<url>http://maven.apache.org</url>
<properties>
<spring.version>3.2.0.RELEASE</spring.version>
<struts.version>2.3.8</struts.version>
<struts.version>6.8.0</struts.version>
<hibernate.version>3.6.0.Final</hibernate.version>
<netbeans.hint.deploy.server>Tomcat60</netbeans.hint.deploy.server>
</properties>
Expand Down