Author: bimargulies
Date: Mon Feb 14 12:19:53 2011
New Revision: 1070464
URL: http://svn.apache.org/viewvc?rev=1070464&view=rev
Log:
[maven-release-plugin] prepare release xmlschema-2.0
Modified:
webservices/xmlschema/trunk/pom.xml
webservices/xmlschema/trunk/w3c-testcases/pom.xml
webservices/xmlschema/trunk/xmlschema-bundle-test/pom.xml
webservices/xmlschema/trunk/xmlschema-core/pom.xml
Modified: webservices/xmlschema/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/pom.xml?rev=1070464&r1=1070463&r2=1070464&view=diff
==============================================================================
--- webservices/xmlschema/trunk/pom.xml (original)
+++ webservices/xmlschema/trunk/pom.xml Mon Feb 14 12:19:53 2011
@@ -28,7 +28,7 @@
<artifactId>xmlschema</artifactId>
<packaging>pom</packaging>
<name>XmlSchema</name>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<description>Commons XMLSchema is a light weight schema object model that
can be used to manipulate or
generate XML schema.</description>
<url>http://ws.apache.org/commons/XmlSchema</url>
@@ -54,9 +54,9 @@
</license>
</licenses>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/xmlschema/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlschema/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/webservices/xmlschema/trunk</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/xmlschema/tags/xmlschema-2.0</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlschema/tags/xmlschema-2.0</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/xmlschema/tags/xmlschema-2.0</url>
</scm>
<prerequisites>
<maven>3.0</maven>
@@ -128,7 +128,7 @@
<version>2.1</version>
<configuration>
<!-- knock out apache parent profile -->
- <arguments/>
+ <arguments />
<useReleaseProfiles>true</useReleaseProfiles>
<goals>deploy</goals>
<autoVersionSubmodules>true</autoVersionSubmodules>
@@ -424,43 +424,43 @@
<phase>validate</phase>
<configuration>
<tasks>
- <path id="ecp.ws.path"
location="${eclipse.workspace.dir}"/>
- <property
name="full.eclipse.workspace" refid="ecp.ws.path"/>
- <property name="checkstyle.url"
location="xmlschema-eclipse/src/main/resources/xmlschema-checkstyle.xml"/>
- <mkdir
dir="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings"/>
- <mkdir
dir="${full.eclipse.workspace}/.metadata/.plugins/net.sourceforge.pmd.eclipse"/>
- <get src="file:${checkstyle.url}"
dest="${full.eclipse.workspace}/xmlschema-checkstyle.xml"/>
+ <path id="ecp.ws.path"
location="${eclipse.workspace.dir}" />
+ <property
name="full.eclipse.workspace" refid="ecp.ws.path" />
+ <property name="checkstyle.url"
location="xmlschema-eclipse/src/main/resources/xmlschema-checkstyle.xml" />
+ <mkdir
dir="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings"
/>
+ <mkdir
dir="${full.eclipse.workspace}/.metadata/.plugins/net.sourceforge.pmd.eclipse"
/>
+ <get src="file:${checkstyle.url}"
dest="${full.eclipse.workspace}/xmlschema-checkstyle.xml" />
<!-- Add checkstyle config for 5.0
plugin -->
<copy
file="${basedir}/etc/eclipse/template.checkstyle-config.xml"
tofile="${full.eclipse.workspace}/.metadata/.plugins/net.sf.eclipsecs.core/checkstyle-config.xml"
overwrite="no">
<filterset>
- <filter
token="CHECKSTYLE_CONFIG_FILE"
value="${full.eclipse.workspace}/xmlschema-checkstyle.xml"/>
+ <filter
token="CHECKSTYLE_CONFIG_FILE"
value="${full.eclipse.workspace}/xmlschema-checkstyle.xml" />
</filterset>
</copy>
<!-- Add warning flags that we want -->
<propertyfile
file="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs">
- <entry
key="org.eclipse.jdt.core.compiler.problem.missingSerialVersion"
value="ignore"/>
- <entry
key="org.eclipse.jdt.core.compiler.problem.unusedImport" value="ignore"/>
- <entry
key="org.eclipse.jdt.core.compiler.problem.annotationSuperInterface"
value="ignore"/>
- <entry
key="org.eclipse.jdt.core.compiler.problem.rawTypeReference" value="ignore"/>
+ <entry
key="org.eclipse.jdt.core.compiler.problem.missingSerialVersion" value="ignore"
/>
+ <entry
key="org.eclipse.jdt.core.compiler.problem.unusedImport" value="ignore" />
+ <entry
key="org.eclipse.jdt.core.compiler.problem.annotationSuperInterface"
value="ignore" />
+ <entry
key="org.eclipse.jdt.core.compiler.problem.rawTypeReference" value="ignore" />
</propertyfile>
<!-- Add code format rules -->
- <loadfile
property="eclipse.code.cleanup"
srcFile="${basedir}/etc/eclipse/XmlSchemaCleanUp.xml"/>
- <loadfile
property="eclipse.code.templates"
srcFile="${basedir}/etc/eclipse/codetemplates.xml"/>
- <loadfile
property="eclipse.xml.templates"
srcFile="${basedir}/etc/eclipse/xmltemplates.xml"/>
+ <loadfile
property="eclipse.code.cleanup"
srcFile="${basedir}/etc/eclipse/XmlSchemaCleanUp.xml" />
+ <loadfile
property="eclipse.code.templates"
srcFile="${basedir}/etc/eclipse/codetemplates.xml" />
+ <loadfile
property="eclipse.xml.templates"
srcFile="${basedir}/etc/eclipse/xmltemplates.xml" />
<propertyfile
file="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs">
- <entry key="cleanup_profile"
value="XmlSchema"/>
- <entry
key="org.eclipse.jdt.ui.cleanupprofiles" value="${eclipse.code.cleanup}"/>
- <entry
key="org.eclipse.jdt.ui.text.custom_code_templates"
value="${eclipse.code.templates}"/>
+ <entry key="cleanup_profile"
value="XmlSchema" />
+ <entry
key="org.eclipse.jdt.ui.cleanupprofiles" value="${eclipse.code.cleanup}" />
+ <entry
key="org.eclipse.jdt.ui.text.custom_code_templates"
value="${eclipse.code.templates}" />
<!-- Add import order -->
- <entry
key="org.eclipse.jdt.ui.importorder"
value="java;javax;org.w3c;org.xml;org.junit;#org.junit"/>
+ <entry
key="org.eclipse.jdt.ui.importorder"
value="java;javax;org.w3c;org.xml;org.junit;#org.junit" />
<!-- Sort order -->
- <entry
key="org.eclipse.jdt.ui.visibility.order" value="B,R,D,V,"/>
- <entry key="outlinesortoption"
value="T,SF,F,SI,I,C,SM,M,"/>
- <entry
key="org.eclipse.jdt.ui.enable.visibility.order" value="true"/>
+ <entry
key="org.eclipse.jdt.ui.visibility.order" value="B,R,D,V," />
+ <entry key="outlinesortoption"
value="T,SF,F,SI,I,C,SM,M," />
+ <entry
key="org.eclipse.jdt.ui.enable.visibility.order" value="true" />
</propertyfile>
<propertyfile
file="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.xml.ui.prefs">
- <entry
key="eclipse.preferences.version" value="1"/>
- <entry
key="org.eclipse.wst.sse.ui.custom_templates" value="${eclipse.xml.templates}"/>
+ <entry
key="eclipse.preferences.version" value="1" />
+ <entry
key="org.eclipse.wst.sse.ui.custom_templates" value="${eclipse.xml.templates}"
/>
</propertyfile>
</tasks>
</configuration>
Modified: webservices/xmlschema/trunk/w3c-testcases/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/w3c-testcases/pom.xml?rev=1070464&r1=1070463&r2=1070464&view=diff
==============================================================================
--- webservices/xmlschema/trunk/w3c-testcases/pom.xml (original)
+++ webservices/xmlschema/trunk/w3c-testcases/pom.xml Mon Feb 14 12:19:53 2011
@@ -22,13 +22,13 @@
<parent>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>w3c-testcases</artifactId>
<packaging>jar</packaging>
<name>XmlSchema W3C tests</name>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<build>
<defaultGoal>install</defaultGoal>
<plugins>
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-core</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: webservices/xmlschema/trunk/xmlschema-bundle-test/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/xmlschema-bundle-test/pom.xml?rev=1070464&r1=1070463&r2=1070464&view=diff
==============================================================================
--- webservices/xmlschema/trunk/xmlschema-bundle-test/pom.xml (original)
+++ webservices/xmlschema/trunk/xmlschema-bundle-test/pom.xml Mon Feb 14
12:19:53 2011
@@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-bundle-test</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<packaging>jar</packaging>
<name>XmlSchema OSGi bundle test</name>
<build>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-core</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: webservices/xmlschema/trunk/xmlschema-core/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/xmlschema-core/pom.xml?rev=1070464&r1=1070463&r2=1070464&view=diff
==============================================================================
--- webservices/xmlschema/trunk/xmlschema-core/pom.xml (original)
+++ webservices/xmlschema/trunk/xmlschema-core/pom.xml Mon Feb 14 12:19:53 2011
@@ -22,13 +22,13 @@
<parent>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-core</artifactId>
<packaging>bundle</packaging>
<name>XmlSchema Core</name>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<description>Commons XMLSchema is a light weight schema object model that
can be used to manipulate or
generate XML schema.</description>
<build>