Skip to content

Commit d0c0a92

Browse files
committed
Prepare for release
1 parent 945e694 commit d0c0a92

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = 'com.imsweb'
10-
version = '1.4-SNAPSHOT'
10+
version = '1.4'
1111
description = 'Java client library for parsing x12 files'
1212

1313
// UTF-8 for all compilation tasks
@@ -85,5 +85,5 @@ modifyPom {
8585
}
8686

8787
task wrapper(type: Wrapper) {
88-
gradleVersion = '4.2'
88+
gradleVersion = '4.7'
8989
}

gradle/wrapper/gradle-wrapper.jar

-370 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Dec 08 11:44:27 EST 2017
1+
#Mon May 21 09:32:36 EDT 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip

gradlew

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)