christophknabe / spring-ddd-bank

A sample project following Domain Driven Design with Spring Data JPA
GNU Lesser General Public License v2.1
509 stars 125 forks source link

Get Multex from Maven Central #21

Closed christophknabe closed 2 years ago

christophknabe commented 2 years ago

The Multex Maven artifact long time was published in the private repo http://public.beuth-hochschule.de/~knabe/mvn-repo/ But in 2021 the university domain was renamed to bht-berlin.de so projects should update their references earlier or later. Additionally a publication via Maven Central is to be preferred. That is why the publication will go now github → Sonatype OSSRH → Maven Central. For this the groupId had to be changed to io.github.christophknabe and the version to 8.4. These changes have to be followed by this project, too.

christophknabe commented 2 years ago

Done