Skip to content

Conversation

@tdiesler
Copy link

@tdiesler tdiesler commented Aug 3, 2018

Currently there is some confusion around groupId+artifactId and what jitpack is using. For maven builds, its important that these align.

JitPack releases like this

        <dependency>
            <groupId>com.github.multiformats</groupId>
            <artifactId>java-multibase</artifactId>
            <version>${version.multibase}</version>
        </dependency>

which should also be the identity of the artifact in the pom. Alternatively, it may be possible to tweak JitPack to release with identity currently given in the pom.

@ianopolous ianopolous merged commit 4b88416 into multiformats:master Aug 8, 2018
@tdiesler tdiesler deleted the ghi6 branch September 12, 2018 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants