mirror of https://github.com/apache/openjpa.git
[maven-release-plugin] prepare release 2.0.0-beta2
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@915977 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6d53d755f7
commit
099d18901e
|
@ -29,7 +29,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-parent</artifactId>
|
<artifactId>openjpa-parent</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0-beta2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
javax.persistence.spi.PersistenceProvider
|
javax.persistence.spi.PersistenceProvider
|
||||||
org.apache.openjpa.kernel.exps.ExpressionParser
|
org.apache.openjpa.kernel.exps.ExpressionParser
|
||||||
-->
|
-->
|
||||||
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
|
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
|
||||||
<!-- Need to add some MANIFEST.MF metadata -->
|
<!-- Need to add some MANIFEST.MF metadata -->
|
||||||
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
|
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
|
||||||
<manifestEntries>
|
<manifestEntries>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-parent</artifactId>
|
<artifactId>openjpa-parent</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0-beta2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-integration</artifactId>
|
<artifactId>openjpa-integration</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0-beta2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
<echo>Running OpenJPA Examples</echo>
|
<echo>Running OpenJPA Examples</echo>
|
||||||
|
|
||||||
<property name="examples.base" value="${basedir}/target/examples" />
|
<property name="examples.base" value="${basedir}/target/examples" />
|
||||||
<delete dir="${examples.base}" quiet="true"/>
|
<delete dir="${examples.base}" quiet="true" />
|
||||||
<mkdir dir="${examples.base}" />
|
<mkdir dir="${examples.base}" />
|
||||||
|
|
||||||
<unzip overwrite="false" dest="${examples.base}" src="../../openjpa-project/target/site/downloads/apache-openjpa-${pom.version}-binary.zip" />
|
<unzip overwrite="false" dest="${examples.base}" src="../../openjpa-project/target/site/downloads/apache-openjpa-${pom.version}-binary.zip" />
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-parent</artifactId>
|
<artifactId>openjpa-parent</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0-beta2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modules>
|
<modules>
|
||||||
<module>examples</module>
|
<module>examples</module>
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-integration</artifactId>
|
<artifactId>openjpa-integration</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0-beta2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
<echo>Running Sun JPA 2.0 TCK Init</echo>
|
<echo>Running Sun JPA 2.0 TCK Init</echo>
|
||||||
<property name="tck.base" value="${basedir}/target/tck" />
|
<property name="tck.base" value="${basedir}/target/tck" />
|
||||||
<property name="tck.dir" value="${tck.base}/jpatck" />
|
<property name="tck.dir" value="${tck.base}/jpatck" />
|
||||||
<property name="LOCAL_M2_REPO" value="${settings.localRepository}"/>
|
<property name="LOCAL_M2_REPO" value="${settings.localRepository}" />
|
||||||
<ant antfile="${basedir}/tck2.xml">
|
<ant antfile="${basedir}/tck2.xml">
|
||||||
<target name="init" />
|
<target name="init" />
|
||||||
</ant>
|
</ant>
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-integration</artifactId>
|
<artifactId>openjpa-integration</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0-beta2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>openjpa-integration-validation</artifactId>
|
<artifactId>openjpa-integration-validation</artifactId>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-parent</artifactId>
|
<artifactId>openjpa-parent</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0-beta2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-parent</artifactId>
|
<artifactId>openjpa-parent</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0-beta2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-parent</artifactId>
|
<artifactId>openjpa-parent</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0-beta2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-parent</artifactId>
|
<artifactId>openjpa-parent</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0-beta2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-parent</artifactId>
|
<artifactId>openjpa-parent</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0-beta2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-parent</artifactId>
|
<artifactId>openjpa-parent</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0-beta2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-parent</artifactId>
|
<artifactId>openjpa-parent</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0-beta2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -266,7 +266,7 @@
|
||||||
<move file="${docbook.target}/manual.html" tofile="${docbook.target}/index.html" />
|
<move file="${docbook.target}/manual.html" tofile="${docbook.target}/index.html" />
|
||||||
<!-- Replace a 'base href' token to 'base target' in the index.html -->
|
<!-- Replace a 'base href' token to 'base target' in the index.html -->
|
||||||
<!-- This base href was inserted by manual-xhtml-chunk.xsl parameter 'html.base' -->
|
<!-- This base href was inserted by manual-xhtml-chunk.xsl parameter 'html.base' -->
|
||||||
<replace file="${docbook.target}/index.html" token="base href" value="base target"/>
|
<replace file="${docbook.target}/index.html" token="base href" value="base target" />
|
||||||
<!-- Copy main.html from original location to docbook target -->
|
<!-- Copy main.html from original location to docbook target -->
|
||||||
<copy file="${docbook.source}/main.html" tofile="${docbook.target}/main.html" />
|
<copy file="${docbook.source}/main.html" tofile="${docbook.target}/main.html" />
|
||||||
<!-- copy over images and styles -->
|
<!-- copy over images and styles -->
|
||||||
|
@ -392,10 +392,10 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<tasks>
|
||||||
<ant antfile="upload.xml" target="upload" inheritRefs="true">
|
<ant antfile="upload.xml" target="upload" inheritRefs="true">
|
||||||
<property name="nightly.user.name" value="${nightly.user.name}"/>
|
<property name="nightly.user.name" value="${nightly.user.name}" />
|
||||||
<property name="nightly.password" value="${nightly.password}"/>
|
<property name="nightly.password" value="${nightly.password}" />
|
||||||
<property name="nightly.version" value="${nightly.version}"/>
|
<property name="nightly.version" value="${nightly.version}" />
|
||||||
<property name="pom.version" value="${pom.version}"/>
|
<property name="pom.version" value="${pom.version}" />
|
||||||
</ant>
|
</ant>
|
||||||
</tasks>
|
</tasks>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-parent</artifactId>
|
<artifactId>openjpa-parent</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0-beta2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-parent</artifactId>
|
<artifactId>openjpa-parent</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0-beta2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-parent</artifactId>
|
<artifactId>openjpa-parent</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0-beta2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
javax.persistence.spi.PersistenceProvider
|
javax.persistence.spi.PersistenceProvider
|
||||||
org.apache.openjpa.kernel.exps.ExpressionParser
|
org.apache.openjpa.kernel.exps.ExpressionParser
|
||||||
-->
|
-->
|
||||||
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
|
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
|
||||||
<!-- Need to add some MANIFEST.MF metadata -->
|
<!-- Need to add some MANIFEST.MF metadata -->
|
||||||
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
|
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
|
||||||
<manifestEntries>
|
<manifestEntries>
|
||||||
|
@ -118,7 +118,7 @@
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<tasks>
|
||||||
<unzip src="${project.build.directory}/${pom.artifactId}-${pom.version}.jar" dest="${project.build.directory}/classes"/>
|
<unzip src="${project.build.directory}/${pom.artifactId}-${pom.version}.jar" dest="${project.build.directory}/classes" />
|
||||||
</tasks>
|
</tasks>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
10
pom.xml
10
pom.xml
|
@ -38,7 +38,7 @@
|
||||||
Changing this version needs to also be done in all children poms
|
Changing this version needs to also be done in all children poms
|
||||||
See: http://jira.codehaus.org/browse/MNG-624
|
See: http://jira.codehaus.org/browse/MNG-624
|
||||||
-->
|
-->
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0-beta2</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<openjpa.version>${pom.version}</openjpa.version>
|
<openjpa.version>${pom.version}</openjpa.version>
|
||||||
|
@ -131,9 +131,9 @@
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/trunk</connection>
|
<connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/tags/2.0.0-beta2</connection>
|
||||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/trunk</developerConnection>
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/2.0.0-beta2</developerConnection>
|
||||||
<url>http://svn.apache.org/repos/asf/openjpa/trunk</url>
|
<url>http://svn.apache.org/repos/asf/openjpa/tags/2.0.0-beta2</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
@ -524,7 +524,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<argLine>${surefire.jvm.args}</argLine>
|
<argLine>${surefire.jvm.args}</argLine>
|
||||||
<includes>
|
<includes>
|
||||||
<include></include>
|
<include />
|
||||||
</includes>
|
</includes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue