Skip to content

Commit 02a9b12

Browse files
Eric Dallo and Gabriel Lima Gomesericdallo
authored andcommitted
Fix version
1 parent 18477eb commit 02a9b12

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.settings
33
.project
44
.class
5+
.DS_Store
56
.bin
67
.lock
78
.gradle

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apply plugin: 'signing'
99
compileJava.options.encoding = 'UTF-8'
1010

1111
group = 'com.spring.loader'
12-
archivesBaseName = 's3-property-loader'
12+
archivesBaseName = 's3-loader'
1313

1414
buildscript {
1515
repositories {
@@ -66,4 +66,4 @@ artifacts {
6666
archives sourcesJar
6767
}
6868

69-
mainClassName = ''
69+
mainClassName = ''

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.0.1-SNAPSHOT
1+
version=1.0.2-SNAPSHOT

0 commit comments

Comments
 (0)