File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,11 @@ task createPom << {
50
50
pom
51
51
{
52
52
project {
53
- name ' Z80'
54
- groupId ' com.codingrodent'
53
+ artifactId ' Z80Processor'
54
+ groupId ' com.codingrodent.microprocessor'
55
+ name ' com.codingrodent.microprocessor.Z80Processor'
55
56
description ' A Z80 Microprocessor core in Java'
56
- url ' https://github.com/codesqueak/Z80Processor.git '
57
+ url ' https://github.com/codesqueak/Z80Processor'
57
58
scm {
58
59
url ' https://github.com/codesqueak/Z80Processor'
59
60
connection ' scm:git:git://github.com/codesqueak/Z80Processor.git'
Original file line number Diff line number Diff line change 1
1
#
2
2
# Global properties
3
3
#
4
- projectName =z80Processor
4
+ projectName =Z80Processor
5
5
javaVersion =1.8
6
6
#
7
7
projectVersionMajor =2
8
8
projectVersionMinor =0
9
- projectVersionBuild =1
9
+ projectVersionBuild =2
You can’t perform that action at this time.
0 commit comments