Actions
Bug #10122
closedBug #10120: Use correct repository definition in pom.xml (rudder-parent-pom)
Use correct repository definition in pom.xml (ldap-inventory)
Status:
Released
Priority:
2
Assignee:
Category:
Architecture - Dependencies
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
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>
Updated by François ARMAND almost 8 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND almost 8 years ago
- 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
Updated by François ARMAND almost 8 years ago
- 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)
Bad use of subtask :/
Updated by François ARMAND almost 8 years ago
- 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
Updated by François ARMAND almost 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset ldap-inventory|edb2ed8c0cc4a569414f68d2f86d6ea7fb0b867f.
Updated by Vincent MEMBRÉ almost 8 years ago
- Status changed from Pending release to Released
Updated by François ARMAND about 7 years ago
- Subject changed from Use correct repository definition in pom.xml to Use correct repository definition in pom.xml (ldap-inventory)
- Priority set to 0
Actions