Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
Update scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
ardikars committed Nov 10, 2018
1 parent 1b07743 commit a39d359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/configure.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {

NAME = 'Jxpacket'
GROUP = 'com.ardikars.jxpacket'
VERSION = '1.1.0.RC13'
VERSION = '1.1.0.RC14'
DESCRIPTION = 'Jxpacket is a network packet crafting library for java.'

MAVEN_LOCAL_REPOSITORY = "${System.env.HOME}/.m2/repository"
Expand Down
1 change: 1 addition & 0 deletions jxpacket-spring-boot-starter/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

dependencies {
compile project(":jxpacket-spring-boot-autoconfigure")
compile project(":jxpacket-common")
compile project(":jxpacket-core")
}

0 comments on commit a39d359

Please sign in to comment.