Actions
Bug #10126
closedBug #10120: Use correct repository definition in pom.xml (rudder-parent-pom)
Use correct repository definition in pom.xml (rudder-commons)
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 Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder-commons/pull/26
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 rudder-commons|e509911b9d30021ba7fb24da1c14567b03440e87.
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 (rudder-commons)
- Priority set to 0
Actions