File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 11#
22# Global properties
33#
4- projectName =z80Processor
4+ projectName =Z80Processor
55javaVersion =1.8
66#
77projectVersionMajor =2
88projectVersionMinor =0
9- projectVersionBuild =1
9+ projectVersionBuild =2
You can’t perform that action at this time.
0 commit comments