Skip to content

Commit

Permalink
Merge pull request #20 from sitewhere/da/GARelease
Browse files Browse the repository at this point in the history
chore: 3.0GA release.
  • Loading branch information
derekadams authored Jan 15, 2021
2 parents f81f8e6 + 7667a8e commit 83f2036
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 @@ -14,7 +14,7 @@ apply plugin: 'distribution'

allprojects {
group = 'com.sitewhere'
version = '3.0.0.beta21'
version = '3.0.0'
repositories {
maven { url "https://repo.maven.apache.org/maven2" }
mavenLocal()
Expand All @@ -41,7 +41,7 @@ subprojects {
compile platform('io.quarkus:quarkus-bom:1.7.2.Final')

// SiteWhere Java model.
compile group: 'com.sitewhere', name: 'sitewhere-java-model', version: '3.0.0.beta17'
compile group: 'com.sitewhere', name: 'sitewhere-java-model', version: '3.0.0'

// Common utility functions.
compile group: 'org.apache.commons', name: 'commons-lang3'
Expand Down

0 comments on commit 83f2036

Please sign in to comment.