Bug #10122
closed
Bug #10120: Use correct repository definition in pom.xml (rudder-parent-pom)
Use correct repository definition in pom.xml (ldap-inventory)
Added by François ARMAND almost 8 years ago.
Updated about 7 years ago.
Category:
Architecture - Dependencies
Description
We are using repo declaration that aren't valid anymore.
They should be:
<repositories>
<repository>
<id>rudder-release</id>
<url>http://www.rudder-project.org/maven-releases/</url>
<layout>default</layout>
<snapshots><enabled>false</enabled></snapshots>
</repository>
<repository>
<id>rudder-snapshot</id>
<url>http://www.rudder-project.org/maven-snapshots/</url>
<layout>default</layout>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
- Status changed from New to In progress
- Assignee set to François ARMAND
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/scala-ldap/pull/21
- Status changed from Pending technical review to In progress
- Assignee changed from Benoît PECCATTE to François ARMAND
- Pull Request deleted (
https://github.com/Normation/scala-ldap/pull/21)
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/ldap-inventory/pull/100
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.1.18, 3.2.11, 4.0.3 and 4.1.0~beta3 which were released today.
- Subject changed from Use correct repository definition in pom.xml to Use correct repository definition in pom.xml (ldap-inventory)
- Priority set to 0
Also available in: Atom
PDF