Skip to content

Commit

Permalink
Release 2.0.2 for Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
codesqueak committed Oct 5, 2016
1 parent bbb190c commit 51b0811
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ task createPom << {
pom
{
project {
name 'Z80'
groupId 'com.codingrodent'
artifactId 'Z80Processor'
groupId 'com.codingrodent.microprocessor'
name 'com.codingrodent.microprocessor.Z80Processor'
description 'A Z80 Microprocessor core in Java'
url 'https://github.com/codesqueak/Z80Processor.git'
url 'https://github.com/codesqueak/Z80Processor'
scm {
url 'https://github.com/codesqueak/Z80Processor'
connection 'scm:git:git://github.com/codesqueak/Z80Processor.git'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
# Global properties
#
projectName=z80Processor
projectName=Z80Processor
javaVersion=1.8
#
projectVersionMajor=2
projectVersionMinor=0
projectVersionBuild=1
projectVersionBuild=2

0 comments on commit 51b0811

Please sign in to comment.