[maven-release-plugin]  copy for tag specs-1.3.0

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/specs/tags/specs-1.3.0@753172 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jaxp-api-1.3/pom.xml b/jaxp-api-1.3/pom.xml
index d8d37e0..5244dd4 100644
--- a/jaxp-api-1.3/pom.xml
+++ b/jaxp-api-1.3/pom.xml
@@ -49,6 +49,14 @@
     <build>
         <plugins>
             <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-compiler-plugin</artifactId>
+              <inherited>true</inherited>
+              <configuration>
+                <compilerArgument>-Xbootclasspath/p:${settings.localRepository}/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar</compilerArgument>
+              </configuration>
+            </plugin>
+            <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
diff --git a/pom.xml b/pom.xml
index fca6104..e0a4bf4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,10 @@
                     <artifactId>maven-release-plugin</artifactId>
                     <version>2.0-beta-7</version>
                     <configuration>
-                        <preparationGoals>clean,verify,install</preparationGoals>
+                        <useReleaseProfile>false</useReleaseProfile>
+                        <preparationGoals>clean verify install</preparationGoals>
+                        <goals>deploy</goals>
+                        <arguments>-Prelease,deploy</arguments>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                     </configuration>
                 </plugin>