Skip to content

Commit e1efc51

Browse files
committed
rolling version number
1 parent 4828d59 commit e1efc51

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

marklogic-data-hub/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ mlSchemasDbName=data-hub-SCHEMAS
3333

3434
hubModulesPath=examples/hr-hub/plugins
3535

36-
version=1.0.0-rc.2
36+
version=1.0.0-rc.3
3737

3838

marklogic-data-hub/src/main/resources/scaffolding/build_gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'idea'
55
id 'net.saliman.properties' version '1.4.5'
66
id 'com.marklogic.ml-gradle' version '2.3.1'
7-
id 'com.marklogic.ml-data-hub' version '1.0.0-rc.2'
7+
id 'com.marklogic.ml-data-hub' version '1.0.0-rc.3'
88
}
99

1010
repositories {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=1.0.0-rc.2
1+
version=1.0.0-rc.3
22
group=com.marklogic

quick-start/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apply plugin: 'war'
2424

2525
war {
2626
baseName = 'quick-start'
27-
version = '1.0.0-rc.2'
27+
version = '1.0.0-rc.3'
2828
}
2929

3030
repositories {

quick-start/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.0.0-rc.2
1+
version=1.0.0-rc.3

0 commit comments

Comments
 (0)