Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
HQLPARSER-75 Bump version to 1.5.0-SNAPSHOT and Java source level to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Sep 18, 2017
1 parent cd404dc commit 6511837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apply plugin: 'idea'
apply from: "./libraries.gradle"

ext {
projectVersion = '1.4.1-SNAPSHOT'
javaLanguageLevel = '1.6'
projectVersion = '1.5.0-SNAPSHOT'
javaLanguageLevel = '1.8'

jbossPublicUrl = 'http://repository.jboss.org/nexus/content/groups/public/'
jbossSnaphotsUrl = 'https://repository.jboss.org/nexus/content/repositories/snapshots/'
Expand Down

0 comments on commit 6511837

Please sign in to comment.