Skip to content

Commit

Permalink
update group id
Browse files Browse the repository at this point in the history
  • Loading branch information
shijinglu committed Apr 23, 2019
1 parent b43c8e9 commit 0eac832
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ plugins {
}

group 'org.shijinglu'
version '0.1.1'
version '0.1.2'

sourceCompatibility = 1.8
targetCompatibility = 1.8

apply plugin: 'java'
apply plugin: 'antlr'
Expand Down Expand Up @@ -59,13 +60,13 @@ publishing {
from components.java
}
maven(MavenPublication) {
groupId = 'org.shijinglu.lure'
groupId = 'org.shijinglu'
artifactId = 'lure-java'
version = "${version}"
from components.java
pom {
name = 'Lu\' Rule Engine'
description = 'A small DSL lib that handles rule evaluation'
description = 'A light ware DSL lib that handles rule evaluation'
developers {
developer {
id = 'shijinglu'
Expand All @@ -74,9 +75,9 @@ publishing {
}
}
scm {
connection = 'scm:git:git://github.com/shijinglu/lure.java.git'
developerConnection = 'scm:git:ssh://github.com/shijinglu/lure.java.git'
url = 'https://github.com/shijinglu/lure.java'
connection = 'scm:git:git://github.com/shijinglu/lure-java.git'
developerConnection = 'scm:git:ssh://github.com/shijinglu/lure-java.git'
url = 'https://github.com/shijinglu/lure-java'
}
}
}
Expand Down
Binary file removed build/libs/lure-0.1.0.jar
Binary file not shown.
Binary file removed build/libs/lure-0.1.1.jar
Binary file not shown.

0 comments on commit 0eac832

Please sign in to comment.