Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Correct java-md-dcolet group id #230

Open
ezienecker opened this issue Sep 25, 2020 · 2 comments
Open

Correct java-md-dcolet group id #230

ezienecker opened this issue Sep 25, 2020 · 2 comments
Labels

Comments

@ezienecker
Copy link
Contributor

Bug description

Currently the project cannot be built because java-md-doclet is configured incorrectly. The group id has been changed, the new group id of java-md-doclet is "org.iota" if you look at jitpack you can see that this is wrong: https://jitpack.io/#iotaledger/java-md-doclet

Version

1.0.0-beta9

Steps To reproduce the bug

Explain how the maintainer can reproduce the bug.

  1. mvn clean install

Expected behaviour

maven build should success

Actual behaviour

maven build fail

Errors

[ERROR] Failed to execute goal on project jota: Could not resolve dependencies for project org.iota:jota:jar:1.0.0-beta9: Could not find artifact org.iota:java-md-doclet:jar:2.2 in jitpack.io (https://jitpack.io)

@ezienecker ezienecker added the bug label Sep 25, 2020
@kwek20
Copy link
Contributor

kwek20 commented Sep 28, 2020

Ah, i accidentally pushed the org.iota tag, it should have been "com.github.iotaledger"
If you change it back it works.

I will amend it in a PR

@ezienecker
Copy link
Contributor Author

For now: #231

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants