We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4e00b commit d7434e5Copy full SHA for d7434e5
.gitignore
@@ -4,4 +4,6 @@ target
4
.classpath
5
.project
6
.settings
7
-src/main/webapp/META-INF
+src/main/webapp/META-INF
8
+.idea
9
+*.iml
pom.xml
@@ -9,7 +9,7 @@
<version>1.0.0-BUILD-SNAPSHOT</version>
10
<properties>
11
<java-version>1.6</java-version>
12
- <org.springframework-version>3.1.0.BUILD-SNAPSHOT</org.springframework-version>
+ <org.springframework-version>3.1.0.RELEASE</org.springframework-version>
13
<org.aspectj-version>1.6.10</org.aspectj-version>
14
<org.slf4j-version>1.6.1</org.slf4j-version>
15
</properties>
0 commit comments