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.
2 parents 677e6f7 + fc97c91 commit b3124e2Copy full SHA for b3124e2
pom.xml
@@ -3,11 +3,12 @@
3
4
<groupId>org.sitenv.vocabulary</groupId>
5
<artifactId>codevalidator-api</artifactId>
6
- <version>1.0.26</version>
+ <version>1.0.27</version>
7
<name>Code Validator API</name>
8
<url>http://www.sitenv.org</url>
9
10
<properties>
11
+ <java.version>1.8</java.version>
12
<org.springframework.version>4.1.0.RELEASE</org.springframework.version>
13
</properties>
14
@@ -134,8 +135,8 @@
134
135
<artifactId>maven-compiler-plugin</artifactId>
136
<version>3.1</version>
137
<configuration>
- <source>1.7</source>
138
- <target>1.7</target>
+ <source>${java.version}</source>
139
+ <target>${java.version}</target>
140
</configuration>
141
</plugin>
142
<plugin>
0 commit comments