Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamierocks committed Jul 1, 2018
1 parent 35fa0c8 commit ba59143
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ targetCompatibility = '1.8'

group = 'me.jamiemansfield'
archivesBaseName = project.name.toLowerCase()
version = '0.3.0-SNAPSHOT'
version = '0.3.0'

repositories {
mavenCentral()
Expand Down Expand Up @@ -103,6 +103,7 @@ uploadArchives {
description = project.description
packaging = 'jar'
url = project.url
inceptionYear = project.inceptionYear

scm {
url = 'https://github.com/jamiemansfield/Lorenz'
Expand All @@ -125,9 +126,11 @@ uploadArchives {

developers {
developer {
id 'jamierocks'
name 'Jamie Mansfield'
email '[email protected]'
id = 'jamierocks'
name = 'Jamie Mansfield'
email = '[email protected]'
url = 'https://www.jamiemansfield.me/'
timezone = 'Europe/London'
}
}
}
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name = Lorenz
description = A library for modelling, creating, and manipulating Java de-obfuscation mappings.
url = https://www.jamiemansfield.me/projects/lorenz
inceptionYear = 2016

0 comments on commit ba59143

Please sign in to comment.