Skip to content

Commit dd6ab69

Browse files
committed
* Changed groupId from com.github.cowwoc.requirements to io.github.cowwoc.requirements
* Renamed module and package names from requirements11 to requirements12. * Added checkstyle checks. * Configured pmd to also run on tests.
1 parent c9c9e5f commit dd6ab69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_to_maven_central.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ jobs:
156156
VERSION=${{ needs.tag-release.outputs.VERSION }}
157157
rm -rf docs/api/${VERSION}
158158
mkdir --parents docs/api/${VERSION}
159-
mv bundles/requirements-bundle/work/requirements/requirements/docs/api/${VERSION} docs/api/${VERSION}
159+
mv bundles/requirements-bundle/work/requirements.java/requirements.java/docs/api/${VERSION} \
160+
docs/api/${VERSION}
160161
rm -rf bundles
161162
162163
# Sign and generate checksums for all JAR and POM files

0 commit comments

Comments
 (0)