Ver código fonte

Merge pull request #225 from Yakindu/Issue_maven_version

replace maven version to latest one
DominikTesch 9 anos atrás
pai
commit
544fd2b976
1 arquivos alterados com 11 adições e 11 exclusões
  1. 11 11
      releng/org.yakindu.sct.releng/pom.xml

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

@@ -112,8 +112,8 @@
 					<version>${tycho-version}</version>
 					<configuration>
 						<encoding>UTF-8</encoding>
-						<source>6.0</source>
-						<target>6.0</target>
+						<source>7.0</source>
+						<target>7.0</target>
 						<extraClasspathElements>
 							<extraClasspathElement>
 								<groupId>com.google.inject.extensions</groupId>
@@ -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,7 +158,7 @@
 				<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>
@@ -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>