소스 검색

SONAR-1883: Fix compatibility with Maven 2.x

tags/2.6
Godin 13 년 전
부모
커밋
417217bca9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      subprojects/sonar-update-center/sonar-packaging-maven-plugin/pom.xml

+ 1
- 1
subprojects/sonar-update-center/sonar-packaging-maven-plugin/pom.xml 파일 보기

@@ -53,7 +53,7 @@
<version>1.2</version>
</dependency>

<!-- Required for compatibility with Maven 2.0 -->
<!-- Required for compatibility with Maven 2.x -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>

Loading…
취소
저장