Project

General

Profile

Actions

Bug #10120

closed

Use correct repository definition in pom.xml (rudder-parent-pom)

Added by François ARMAND about 7 years ago. Updated over 6 years ago.

Status:
Released
Priority:
2
Category:
Architecture - Dependencies
Target version:
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>

Subtasks 5 (0 open5 closed)

Bug #10122: Use correct repository definition in pom.xml (ldap-inventory)ReleasedVincent MEMBRÉActions
Bug #10123: Use correct repository definition in pom.xml (scala-ldap)ReleasedVincent MEMBRÉActions
Bug #10124: Use correct repository definition in pom.xml (rudder)ReleasedVincent MEMBRÉActions
Bug #10126: Use correct repository definition in pom.xml (rudder-commons)ReleasedVincent MEMBRÉActions
Bug #10134: Use correct repository definition in pom.xml (cf-clerk)ReleasedVincent MEMBRÉActions
Actions #1

Updated by François ARMAND about 7 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/rudder-parent-pom/pull/37
Actions #2

Updated by François ARMAND about 7 years ago

  • Status changed from Pending technical review to Pending release
  • % Done changed from 0 to 100
Actions #3

Updated by Vincent MEMBRÉ about 7 years ago

  • 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.

Actions #4

Updated by François ARMAND over 6 years ago

  • Subject changed from Use correct repository definition in pom.xml to Use correct repository definition in pom.xml (rudder-parent-pom)
  • Priority set to 0
Actions

Also available in: Atom PDF