Skip to content

Commit

Permalink
Release 0.9.0-BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Jan 23, 2018
1 parent b7ac1aa commit a454811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -29,7 +29,7 @@ apply plugin: 'maven-publish'
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'com.jfrog.bintray'

version = '0.9.0-SNAPSHOT'
version = '0.9.0-BETA'

description = 'Embulk is an open-source, plugin-based bulk data loader to scale and simplify data management across heterogeneous data stores. It can collect and ship any kinds of data in high throughput with transaction control.'

Expand Down Expand Up @@ -149,7 +149,7 @@ configure(subprojects.findAll { ['embulk-core', 'embulk-standards', 'embulk-test
pkg {
userOrg = 'embulk'
repo = 'maven'
name = 'embulk'
name = 'embulk-unstable'
desc = 'Embulk, a plugin-based parallel bulk data loader'
websiteUrl = 'https://github.com/embulk/embulk'
issueTrackerUrl = 'https://github.com/embulk/embulk/issues'
Expand Down Expand Up @@ -249,7 +249,7 @@ bintray { // Defines "bintrayUpload" properties for the root project's executab
pkg {
userOrg = 'embulk'
repo = 'maven'
name = 'embulk'
name = 'embulk-unstable'
desc = "${project.summary}"
websiteUrl = 'https://github.com/embulk/embulk'
issueTrackerUrl = 'https://github.com/embulk/embulk/issues'
Expand Down

0 comments on commit a454811

Please sign in to comment.