Fixing Maven publish artifactId.

This commit is contained in:
Rob Greene 2023-10-31 18:27:37 -05:00
parent 797224c65a
commit 3d936a435c
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ publishing {
artifact javadocJar
pom {
groupId = "net.sf.applecommander"
artifactId = archivesBaseName
artifactId = "bastools-api"
name = "B/BAS Tools (bastools)"
description = 'An Applesoft BASIC tools library.'
url = 'https://applecommander.github.io/'