Skip to content

Commit 51b0811

Browse files
committed
Release 2.0.2 for Maven Central
1 parent bbb190c commit 51b0811

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

build.gradle

+4-3
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ task createPom << {
5050
pom
5151
{
5252
project {
53-
name 'Z80'
54-
groupId 'com.codingrodent'
53+
artifactId 'Z80Processor'
54+
groupId 'com.codingrodent.microprocessor'
55+
name 'com.codingrodent.microprocessor.Z80Processor'
5556
description 'A Z80 Microprocessor core in Java'
56-
url 'https://github.com/codesqueak/Z80Processor.git'
57+
url 'https://github.com/codesqueak/Z80Processor'
5758
scm {
5859
url 'https://github.com/codesqueak/Z80Processor'
5960
connection 'scm:git:git://github.com/codesqueak/Z80Processor.git'

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
22
# Global properties
33
#
4-
projectName=z80Processor
4+
projectName=Z80Processor
55
javaVersion=1.8
66
#
77
projectVersionMajor=2
88
projectVersionMinor=0
9-
projectVersionBuild=1
9+
projectVersionBuild=2

0 commit comments

Comments
 (0)