Skip to content

Commit

Permalink
Merge pull request #88 from onc-healthit/develop
Browse files Browse the repository at this point in the history
Merge Develop into master for Feb 2020 Release
  • Loading branch information
drbgfc authored Feb 23, 2021
2 parents 677e6f7 + fc97c91 commit b3124e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@

<groupId>org.sitenv.vocabulary</groupId>
<artifactId>codevalidator-api</artifactId>
<version>1.0.26</version>
<version>1.0.27</version>
<name>Code Validator API</name>
<url>http://www.sitenv.org</url>

<properties>
<java.version>1.8</java.version>
<org.springframework.version>4.1.0.RELEASE</org.springframework.version>
</properties>

Expand Down Expand Up @@ -134,8 +135,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit b3124e2

Please sign in to comment.