[mvn] Fixed warning in maven
diff --git a/features/org.eclipse.emf.ecore.xcore-feature/pom.xml b/features/org.eclipse.emf.ecore.xcore-feature/pom.xml
index 0067fd2..c921aca 100644
--- a/features/org.eclipse.emf.ecore.xcore-feature/pom.xml
+++ b/features/org.eclipse.emf.ecore.xcore-feature/pom.xml
@@ -26,7 +26,8 @@
 		</repository>
 		<repository>
 			<id>xtext</id>
-			<url>http://download.eclipse.org/modeling/tmf/xtext/updates/composite/nightly/</url>
+			<url>http://download.eclipse.org/modeling/tmf/xtext/updates/composite/nightly/
+			</url>
 			<layout>p2</layout>
 		</repository>
 	</repositories>
@@ -41,15 +42,8 @@
 		<plugins>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-deploy-plugin</artifactId>
-				<version>2.8.1</version>
-				<configuration>
-					<deployAtEnd>true</deployAtEnd>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-gpg-plugin</artifactId>
+				<version>1.6</version>
 				<configuration>
 					<executable>/usr/local/bin/gpg</executable>
 					<skip>true</skip>
@@ -83,11 +77,15 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-deploy-plugin</artifactId>
-				<version>2.6</version>
+				<version>2.8.1</version>
+				<configuration>
+					<deployAtEnd>true</deployAtEnd>
+				</configuration>
 			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-source-plugin</artifactId>
+				<version>2.4</version>
 				<executions>
 					<execution>
 						<id>attach-sources</id>
@@ -100,6 +98,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-javadoc-plugin</artifactId>
+				<version>2.10.1</version>
 				<executions>
 					<execution>
 						<id>attach-javadocs</id>
@@ -141,8 +140,10 @@
 		</plugins>
 	</build>
 	<scm>
-		<connection>scm:git:git://git.eclipse.org/gitroot/emf/org.eclipse.emf.git</connection>
-		<developerConnection>scm:git:ssh://git.eclipse.org:29418/emf/org.eclipse.emf.git</developerConnection>
+		<connection>scm:git:git://git.eclipse.org/gitroot/emf/org.eclipse.emf.git
+		</connection>
+		<developerConnection>scm:git:ssh://git.eclipse.org:29418/emf/org.eclipse.emf.git
+		</developerConnection>
 		<url>http://git.eclipse.org/c/emf/org.eclipse.emf.git?h=master</url>
 	</scm>
 	<url>http://www.eclipse.org/xtend/</url>
diff --git a/plugins/org.eclipse.emf.codegen.ecore.xtext/pom.xml b/plugins/org.eclipse.emf.codegen.ecore.xtext/pom.xml
index 97b9aa2..c498a47 100644
--- a/plugins/org.eclipse.emf.codegen.ecore.xtext/pom.xml
+++ b/plugins/org.eclipse.emf.codegen.ecore.xtext/pom.xml
@@ -1,7 +1,6 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.eclipse.emf</groupId>
 	<artifactId>org.eclipse.emf.codegen.ecore.xtext</artifactId>
 	<packaging>eclipse-plugin</packaging>
 	<parent>
diff --git a/plugins/org.eclipse.emf.ecore.xcore.lib/pom.xml b/plugins/org.eclipse.emf.ecore.xcore.lib/pom.xml
index b40791e..5973bb8 100644
--- a/plugins/org.eclipse.emf.ecore.xcore.lib/pom.xml
+++ b/plugins/org.eclipse.emf.ecore.xcore.lib/pom.xml
@@ -1,9 +1,8 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.eclipse.emf</groupId>
 	<artifactId>org.eclipse.emf.ecore.xcore.lib</artifactId>
-	<version>1.1.0-SNAPSHOT</version>
+	<version>1.1.100-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
 	<parent>
 		<groupId>org.eclipse.emf</groupId>
diff --git a/plugins/org.eclipse.emf.ecore.xcore/pom.xml b/plugins/org.eclipse.emf.ecore.xcore/pom.xml
index 8ca6e03..02c7040 100644
--- a/plugins/org.eclipse.emf.ecore.xcore/pom.xml
+++ b/plugins/org.eclipse.emf.ecore.xcore/pom.xml
@@ -1,10 +1,8 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.eclipse.emf</groupId>
 	<artifactId>org.eclipse.emf.ecore.xcore</artifactId>
 	<packaging>eclipse-plugin</packaging>
-	<version>1.3.0-SNAPSHOT</version>
 	<parent>
 		<groupId>org.eclipse.emf</groupId>
 		<artifactId>org.eclipse.emf.ecore.xcore.parent</artifactId>