File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed
src/main/java/net/straylightlabs/hola Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,10 @@ hs_err_pid*
2020/gradle.properties
2121/.gradle
2222/hola.iml
23+
24+ /.vscode /
25+ /.settings /
26+ /bin
27+
28+ /.classpath
29+ /.project
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ apply plugin: 'signing'
3030
3131group = ' net.straylightlabs'
3232archivesBaseName = ' hola'
33- version = ' 0.2.2 '
33+ version = ' 0.2.3 '
3434
3535def ossrhUsername = hasProperty(' ossrhUsername' ) ? ossrhUsername : System . getenv(' ossrhUsername' )
3636def ossrhPassword = hasProperty(' ossrhPassword' ) ? ossrhPassword : System . getenv(' ossrhPassword' )
@@ -41,8 +41,8 @@ repositories {
4141
4242dependencies {
4343 testCompile ' junit:junit:4.12'
44- compile group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.21 '
45- compile group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.1.7 '
44+ compile group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.25 '
45+ compile group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.2.3 '
4646}
4747
4848task javadocJar (type : Jar ) {
@@ -91,8 +91,8 @@ uploadArchives {
9191
9292 licenses {
9393 license {
94- name ' GNU General Public License (GPL )'
95- url ' http://www.gnu. org/licenses/gpl.txt '
94+ name ' The MIT License (MIT )'
95+ url ' http://opensource. org/licenses/MIT '
9696 }
9797 }
9898
Original file line number Diff line number Diff line change 2828
2929@ SuppressWarnings ("unused" )
3030public class Hola {
31- public final static String VERSION = "0.2.2 " ;
31+ public final static String VERSION = "0.2.3 " ;
3232}
You can’t perform that action at this time.
0 commit comments