Skip to content

Commit

Permalink
2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
anidotnet committed Dec 6, 2017
1 parent a0c5fda commit 16ea382
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 36 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ before_install:
before_script:
- rm nitrite-datagate/src/main/resources/application.properties

install: true

script:
- travis_retry . ./.ci/build.sh

Expand All @@ -43,5 +45,5 @@ deploy:

env:
global:
- NITRITE_VERSION=2.1.0-SNAPSHOT
- NITRITE_VERSION=2.1.0
- PGP_KEY_FILE=~/secring.gpg
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,8 @@ task clean(type: Delete) {

configurations.errorprone {
resolutionStrategy.force 'com.google.errorprone:error_prone_core:$errorProneVersion'
}

nexusStaging {
packageGroup = "org.dizitart"
}
70 changes: 35 additions & 35 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,41 +22,41 @@
org.gradle.jvmargs=-Xmx1024m

# artifact version
nitriteVersion=2.1.0-SNAPSHOT
nitriteVersion=2.1.0

# nitrite dependency
asciidoctorVersion=1.+
asciidoctorPluginVersion=1.+
awaitilityVersion=2.+
commonsLang3Version=3.+
dockerClientVersion=3.+
dockerPluginVersion=1.+
dokkaVersion=0.+
errorProneVersion=2.+
errorPronePluginVersion=0.+
h2Version=1+
jacksonVersion=2.+
jasyptVersion=1.+
javafxPluginVersion=8.+
jodaTimeVersion=2.+
jongoVersion=1.+
junitVersion=4.+
kotlinVersion=1.+
log4j2Version=2.+
lombokVersion=1.+
lombokPluginVersion=1.+
asciidoctorVersion=1.5.4
asciidoctorPluginVersion=1.5.3
awaitilityVersion=2.0.0
commonsLang3Version=3.7
dockerClientVersion=3.5.12
dockerPluginVersion=1.2
dokkaVersion=0.9.15
errorProneVersion=2.0.17
errorPronePluginVersion=0.0.8
h2Version=1.4.196
jacksonVersion=2.9.2
jasyptVersion=1.9.2
javafxPluginVersion=8.8.2
jodaTimeVersion=2.9.9
jongoVersion=1.3.0
junitVersion=4.12
kotlinVersion=1.2.0
log4j2Version=2.10.0
lombokVersion=1.16.18
lombokPluginVersion=1.7
luceneVersion=4.9.0
meanbeanVersion=2.+
mongoDriverVersion=3.+
nexusStagingPlugin=0.+
objenesisVersion=2.+
okhttpVersion=3.+
orientdbVersion=2.+
podamVersion=7.+
propDepsPluginVersion=0.+
shadowPluginVersion=1.+
slf4jVersion=1.7+
springBootVersion=1.+
springBootAdminVersion=1.+
swaggerVersion=2.+
testLoggerPluginVersion=1.+
meanbeanVersion=2.0.3
mongoDriverVersion=3.6.0
nexusStagingPlugin=0.8.0
objenesisVersion=2.6
okhttpVersion=3.9.1
orientdbVersion=2.2.30
podamVersion=7.1.0.RELEASE
propDepsPluginVersion=0.0.7
shadowPluginVersion=1.2.4
slf4jVersion=1.7.25
springBootVersion=1.5.9.RELEASE
springBootAdminVersion=1.5.5
swaggerVersion=2.6.0
testLoggerPluginVersion=1.0.1

0 comments on commit 16ea382

Please sign in to comment.