georgberky / dependency-update-maven-plugin

A Maven plugin that creates merge requests for dependency updates.
Apache License 2.0
27 stars 9 forks source link

Project Movement #15

Closed sparsick closed 3 years ago

sparsick commented 3 years ago

This project was moved from @helpermethod account to @georgberky account. The following things have to be done to have a clean movement:

sparsick commented 3 years ago

@helpermethod We need you help to finish the movement cleanly. Could you please create a release with your old Maven coordinates for a clean relocation? See also Maven Guide for Relocation.

We think your relocation POM should look like the following one:

    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>com.github.helpermethod</groupId>
      <artifactId>dependency-update-maven-plugin</artifactId>
      <version>0.7.0</version>
      <distributionManagement>
        <relocation>
          <groupId>io.github.georgberky.maven.plugins.depsupdate</groupId>
        </relocation>
      </distributionManagement>
    </project>
helpermethod commented 3 years ago

@sparsick Sure, I'll give it a go!

helpermethod commented 3 years ago

Hm, not sure what happened. Created a relocation release, and it disappeared from the Nexus Staging repository.

BTW, you all are doing some really great work! I know the project is kind of a mess, sorry 😄.

helpermethod commented 3 years ago

Looking good!

image

sparsick commented 3 years ago

@helpermethod Thank you very much !!! Looks great. We hope that we can make the 0.7.0 release next week.

sparsick commented 3 years ago

We release it :tada: :tada: