Skip to content

Commit

Permalink
Update maven group.
Browse files Browse the repository at this point in the history
  • Loading branch information
dim-s committed Apr 4, 2016
1 parent 6068ed2 commit 945e2a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
}
}

Expand All @@ -16,7 +16,7 @@ allprojects {
apply plugin: 'java'
apply plugin: 'maven'

project.group = 'org.develnext'
project.group = 'org.develnext.jphp'
project.version = projectVersion
project.ext.isSnapshot = !Boolean.getBoolean("release");

Expand Down

0 comments on commit 945e2a7

Please sign in to comment.