Skip to content

Commit

Permalink
Fix wrong groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
François Monniot committed Jun 6, 2017
1 parent 1c380ba commit f92ee5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
id "com.github.kt3k.coveralls" version "2.8.1"
}

def libGroup = 'eu.monniot.test'
def libVersion = '1.5.0'
def libGroup = 'eu.monniot.redis'
def libVersion = '1.5.1'
def libArtifact = 'embedded-redis'

rootProject.ext.libGroup = libGroup
Expand Down
2 changes: 2 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

test "${TRAVIS_PULL_REQUEST}" == "false" && \
test "${TRAVIS_JDK_VERSION}" == "oraclejdk7" && \
test "${TRAVIS_TAG}" != "" && \
Expand Down

0 comments on commit f92ee5c

Please sign in to comment.