Skip to content

Commit

Permalink
Release version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Infeligo committed Aug 20, 2020
1 parent fd70478 commit af88ae7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
allprojects {
group 'ee.ringit.extras.camunda'
version '1.0.0-SNAPSHOT'
version '1.0.0'

repositories {
mavenCentral()
Expand Down
8 changes: 6 additions & 2 deletions timer-override-plugin-spring-boot-starter-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ plugins {
}

repositories {
mavenLocal()
//mavenLocal()
mavenCentral()
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
}

dependencies {
implementation(platform("org.springframework.boot:spring-boot-dependencies:2.3.1.RELEASE"))
implementation(platform("org.camunda.bpm:camunda-bom:7.13.0"))

implementation 'ee.ringit.extras.camunda:timer-override-plugin-spring-boot-starter:1.0.0-SNAPSHOT'
implementation 'ee.ringit.extras.camunda:timer-override-plugin-spring-boot-starter:1.0.0'

implementation("org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter")
runtimeOnly("com.h2database:h2")
Expand Down

0 comments on commit af88ae7

Please sign in to comment.