You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2010/11/04 13:38:00 UTC

svn commit: r1030907 - in /servicemix/smx4/specs/trunk: jain-sip-api-1.2/ java-persistence-api-2.0/ jaxb-api-2.2/ jaxws-api-2.2/ jsr303-api-1.0.0/ pom.xml

Author: gertv
Date: Thu Nov  4 12:38:00 2010
New Revision: 1030907

URL: http://svn.apache.org/viewvc?rev=1030907&view=rev
Log:
Prepare for release: fix release:prepare build

Modified:
    servicemix/smx4/specs/trunk/jain-sip-api-1.2/   (props changed)
    servicemix/smx4/specs/trunk/java-persistence-api-2.0/   (props changed)
    servicemix/smx4/specs/trunk/jaxb-api-2.2/   (props changed)
    servicemix/smx4/specs/trunk/jaxws-api-2.2/   (props changed)
    servicemix/smx4/specs/trunk/jsr303-api-1.0.0/   (props changed)
    servicemix/smx4/specs/trunk/pom.xml

Propchange: servicemix/smx4/specs/trunk/jain-sip-api-1.2/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Nov  4 12:38:00 2010
@@ -0,0 +1,6 @@
+target
+.classpath
+.project
+.settings
+*.i??
+.idea

Propchange: servicemix/smx4/specs/trunk/java-persistence-api-2.0/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Nov  4 12:38:00 2010
@@ -0,0 +1,6 @@
+target
+.classpath
+.project
+.settings
+*.i??
+.idea

Propchange: servicemix/smx4/specs/trunk/jaxb-api-2.2/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Nov  4 12:38:00 2010
@@ -0,0 +1,6 @@
+target
+.classpath
+.project
+.settings
+*.i??
+.idea

Propchange: servicemix/smx4/specs/trunk/jaxws-api-2.2/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Nov  4 12:38:00 2010
@@ -0,0 +1,6 @@
+target
+.classpath
+.project
+.settings
+*.i??
+.idea

Propchange: servicemix/smx4/specs/trunk/jsr303-api-1.0.0/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Nov  4 12:38:00 2010
@@ -0,0 +1,6 @@
+target
+.classpath
+.project
+.settings
+*.i??
+.idea

Modified: servicemix/smx4/specs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/pom.xml?rev=1030907&r1=1030906&r2=1030907&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/pom.xml (original)
+++ servicemix/smx4/specs/trunk/pom.xml Thu Nov  4 12:38:00 2010
@@ -62,9 +62,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/specs/tags/specs-1.2.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/specs/tags/specs-1.2.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/servicemix/smx4/specs/tags/specs-1.2.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/specs/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/specs/trunk</developerConnection>
+        <url>http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk</url>
     </scm>
 
     <issueManagement>
@@ -127,14 +127,14 @@
                     <artifactId>maven-jar-plugin</artifactId>
                     <version>2.1</version>
                 </plugin>
+                <!--
+                   Adding some extra config to what has already been defined in org.apache:apache-7:pom
+                -->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.0-beta-7</version>
                     <configuration>
-                        <useReleaseProfile>false</useReleaseProfile>
-                        <preparationGoals>clean verify install</preparationGoals>
-                        <goals>deploy</goals>
+                        <preparationGoals>clean install</preparationGoals>
                         <arguments>-Prelease,deploy</arguments>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                     </configuration>
@@ -262,9 +262,9 @@
                     <source>1.5</source>
                     <linksource>true</linksource>
                     <links>
-                        <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-                        <link>http://java.sun.com/javaee/5/docs/api/</link>
-                        <link>http://www2.osgi.org/javadoc/r4/</link>
+                        <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
+                        <link>http://download.oracle.com/javaee/5/api/</link>
+                        <link>http://www.osgi.org/javadoc/r4/</link>
                     </links>
                 </configuration>
             </plugin>