Просмотр исходного кода

replace maven version to latest one

Dominik Tesch 10 лет назад
Родитель
Сommit
c1c5d0568f
1 измененных файлов с 10 добавлено и 10 удалено
  1. 10 10
      releng/org.yakindu.sct.releng/pom.xml

+ 10 - 10
releng/org.yakindu.sct.releng/pom.xml

@@ -126,7 +126,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-resources-plugin</artifactId>
-					<version>2.5</version>
+					<version>2.7</version>
 					<configuration>
 						<encoding>UTF-8</encoding>
 					</configuration>
@@ -134,12 +134,12 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-clean-plugin</artifactId>
-					<version>2.4.1</version>
+					<version>3.0.0</version>
 				</plugin>
 				<plugin>
 					<groupId>org.fornax.toolsupport</groupId>
 					<artifactId>fornax-oaw-m2-plugin</artifactId>
-					<version>3.4.0</version>
+					<version>3.6.0</version>
 				</plugin>
 				<plugin>
 					<groupId>org.eclipse.tycho.extras</groupId>
@@ -158,12 +158,12 @@
 				<plugin>
 					<groupId>org.codehaus.mojo</groupId>
 					<artifactId>build-helper-maven-plugin</artifactId>
-					<version>1.3</version>
+					<version>1.10</version>
 				</plugin>
 				<plugin>
 					<groupId>org.eclipse.xtend</groupId>
 					<artifactId>xtend-maven-plugin</artifactId>
-					<version>2.8.3</version>
+					<version>2.9.0</version>
 					<configuration>
 						<!-- need to prefix by basedir to generate to currently built module -->
 						<outputDirectory>${basedir}/xtend-gen</outputDirectory>
@@ -178,12 +178,12 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-antrun-plugin</artifactId>
-					<version>1.3</version>
+					<version>1.8</version>
 				</plugin>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-assembly-plugin</artifactId>
-					<version>2.2-beta-4</version>
+					<version>2.6</version>
 				</plugin>
 				<plugin>
 					<artifactId>maven-release-plugin</artifactId>
@@ -374,11 +374,11 @@
 				<module>../../test-plugins/org.yakindu.sct.refactoring.tests</module>
 				<module>../../test-plugins/org.yakindu.sct.generator.c.test</module>
 				<module>../../plugins/org.yakindu.base.types.test</module>
-				<!--  test feature -->
+				<!-- test feature -->
 				<module>../../features/org.yakindu.sct.test-feature</module>
-				<!--  test releng -->
+				<!-- test releng -->
 				<module>../org.yakindu.sct.repository.full</module>
-				
+
 			</modules>
 		</profile>
 	</profiles>