Skip to content

Commit b3124e2

Browse files
authored
Merge pull request #88 from onc-healthit/develop
Merge Develop into master for Feb 2020 Release
2 parents 677e6f7 + fc97c91 commit b3124e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33

44
<groupId>org.sitenv.vocabulary</groupId>
55
<artifactId>codevalidator-api</artifactId>
6-
<version>1.0.26</version>
6+
<version>1.0.27</version>
77
<name>Code Validator API</name>
88
<url>http://www.sitenv.org</url>
99

1010
<properties>
11+
<java.version>1.8</java.version>
1112
<org.springframework.version>4.1.0.RELEASE</org.springframework.version>
1213
</properties>
1314

@@ -134,8 +135,8 @@
134135
<artifactId>maven-compiler-plugin</artifactId>
135136
<version>3.1</version>
136137
<configuration>
137-
<source>1.7</source>
138-
<target>1.7</target>
138+
<source>${java.version}</source>
139+
<target>${java.version}</target>
139140
</configuration>
140141
</plugin>
141142
<plugin>

0 commit comments

Comments
 (0)