update with release plugin
diff --git a/jetty-orbit/pom.xml b/jetty-orbit/pom.xml
index fa35595..2f831cc 100644
--- a/jetty-orbit/pom.xml
+++ b/jetty-orbit/pom.xml
@@ -1,37 +1,49 @@
-<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/maven-v4_0_0.xsd">
+<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/maven-v4_0_0.xsd">
 	<parent>
 		<groupId>org.eclipse.jetty</groupId>
 		<artifactId>jetty-parent</artifactId>
-    <relativePath>../../../trunk/jetty-parent</relativePath>
-    <version>18</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.eclipse.jetty.orbit</groupId>
-  <artifactId>jetty-orbit</artifactId>
-  <version>2-SNAPSHOT</version>
-  <name>Jetty Orbit :: Parent</name>
-  <packaging>pom</packaging>
-  <scm>
-    <connection>scm:git:http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.orbit.git</connection>
-    <developerConnection>scm:git:ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.orbit.git</developerConnection>
-    <url>http://git.eclipse.org/c/jetty/org.eclipse.jetty.orbit.git/tree/jetty-orbit</url>
-  </scm>
-  <build>
-    <plugins>
-     <plugin>
-        <groupId>org.eclipse.jetty.toolchain</groupId>
-        <artifactId>jetty-orbit-maven-plugin</artifactId>
-        <version>1.0</version>
-	<extensions>true</extensions>
-      </plugin>
-      <plugin>
-            <inherited>true</inherited>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-deploy-plugin</artifactId>
-            <configuration>
-              <updateReleaseInfo>true</updateReleaseInfo>
-            </configuration>
-          </plugin>
-    </plugins>
-  </build>
+		<relativePath>../../../trunk/jetty-parent</relativePath>
+		<version>18</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.eclipse.jetty.orbit</groupId>
+	<artifactId>jetty-orbit</artifactId>
+	<version>2-SNAPSHOT</version>
+	<name>Jetty Orbit :: Parent</name>
+	<packaging>pom</packaging>
+	<scm>
+		<connection>scm:git:http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.orbit.git</connection>
+		<developerConnection>scm:git:ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.orbit.git</developerConnection>
+		<url>http://git.eclipse.org/c/jetty/org.eclipse.jetty.orbit.git/tree/jetty-orbit</url>
+	</scm>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.jetty.toolchain</groupId>
+				<artifactId>jetty-orbit-maven-plugin</artifactId>
+				<version>1.0</version>
+				<extensions>true</extensions>
+			</plugin>
+			<plugin>
+				<inherited>true</inherited>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<updateReleaseInfo>true</updateReleaseInfo>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-release-plugin</artifactId>
+				<version>2.2.1</version>
+				<configuration>
+					<useReleaseProfile>false</useReleaseProfile>
+					<goals>deploy</goals>
+					<arguments>-Peclipse-release</arguments>
+					<preparationGoals>clean install</preparationGoals>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>