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

Commit

Permalink
Prepare for next deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ardikars committed Apr 20, 2019
1 parent 26571b7 commit e1d75a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,12 @@ subprojects {

dependencyManagement {
imports { mavenBom("com.ardikars.common:common:${COMMON_VERSION}") }
imports { mavenBom("io.netty:netty-bom:${NETTY_VERSION}") }
}

dependencies {
implementation ("com.ardikars.common:common-net")
implementation ("com.ardikars.common:common-util")
implementation ("com.ardikars.common:common-memory:1.2.7.RC1")
// implementation ("io.netty:netty-buffer")
implementation ("com.ardikars.common:common-memory")
testImplementation ('junit:junit:4.12')
}

Expand Down
5 changes: 2 additions & 3 deletions 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.2.2.RELEASE'
VERSION = '1.2.3.RC'
DESCRIPTION = 'Jxpacket is a network packet crafting library for java.'

MAVEN_LOCAL_REPOSITORY = "${System.env.HOME}/.m2/repository"
Expand All @@ -24,8 +24,7 @@ ext {
PMD_VERION = '6.5.0'
JACOCO_VERSION = '0.8.2'

COMMON_VERSION = '1.2.7.RC1'
NETTY_VERSION = '4.1.31.Final'
COMMON_VERSION = '1.2.7.RC2'
SPRING_BOOT_VERSION = '2.0.4.RELEASE'
PCAP4J_VERSION = '1.7.3'

Expand Down

0 comments on commit e1d75a5

Please sign in to comment.