[maven-release-plugin] prepare release openjpa-parent-2.4.0

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1674603 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Struberg 2015-04-19 11:20:57 +00:00
parent 0221ff996d
commit 0c0c8dd2bf
28 changed files with 144 additions and 147 deletions

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId> <artifactId>openjpa-parent</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>

View File

@ -27,7 +27,7 @@
<parent> <parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-examples</artifactId> <artifactId>openjpa-examples</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa.openjpa-examples</groupId> <groupId>org.apache.openjpa.openjpa-examples</groupId>

View File

@ -29,7 +29,7 @@
<parent> <parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-examples</artifactId> <artifactId>openjpa-examples</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa.openjpa-examples</groupId> <groupId>org.apache.openjpa.openjpa-examples</groupId>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId> <artifactId>openjpa-parent</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-examples</artifactId> <artifactId>openjpa-examples</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa.openjpa-examples</groupId> <groupId>org.apache.openjpa.openjpa-examples</groupId>

View File

@ -27,7 +27,7 @@
<parent> <parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId> <artifactId>openjpa-integration</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<artifactId>openjpa-integration-daytrader</artifactId> <artifactId>openjpa-integration-daytrader</artifactId>

View File

@ -37,7 +37,7 @@
<parent> <parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId> <artifactId>openjpa-integration</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId> <artifactId>openjpa-integration</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<artifactId>openjpa-integration-jmx</artifactId> <artifactId>openjpa-integration-jmx</artifactId>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId> <artifactId>openjpa-parent</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>

View File

@ -27,7 +27,7 @@
<parent> <parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId> <artifactId>openjpa-integration</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<artifactId>openjpa-integration-slf4j</artifactId> <artifactId>openjpa-integration-slf4j</artifactId>

View File

@ -75,7 +75,7 @@
<parent> <parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId> <artifactId>openjpa-integration</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
@ -189,7 +189,7 @@
<path refid="maven.compile.classpath" /> <path refid="maven.compile.classpath" />
</path> </path>
<path id="cp.test"> <path id="cp.test">
<pathelement location="${basedir}/../../target/classes"/> <pathelement location="${basedir}/../../target/classes" />
<path refid="maven.test.classpath" /> <path refid="maven.test.classpath" />
</path> </path>
<pathconvert property="cp.test.classpath" refid="cp.test" /> <pathconvert property="cp.test.classpath" refid="cp.test" />

View File

@ -27,7 +27,7 @@
<parent> <parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId> <artifactId>openjpa-integration</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>

View File

@ -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.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId> <artifactId>openjpa-parent</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>

View File

@ -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.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>

View File

@ -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.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>

View File

@ -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.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>

View File

@ -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.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>

View File

@ -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.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>

View File

@ -39,7 +39,7 @@
<parent> <parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId> <artifactId>openjpa-parent</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>

View File

@ -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.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>

View File

@ -1,114 +1,112 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for additional license agreements. See the NOTICE file distributed with this work for additional
information regarding copyright ownership. The ASF licenses this file to information regarding copyright ownership. The ASF licenses this file to
you under the Apache License, Version 2.0 (the "License"); you may not use you under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of this file except in compliance with the License. You may obtain a copy of
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
by applicable law or agreed to in writing, software distributed under the by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. --> language governing permissions and limitations under the License. -->
<!-- Maven release plugin requires the project tag to be on a single line. --> <!-- Maven release plugin requires the project tag to be on a single line. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion>
<parent>
<parent> <groupId>org.apache.openjpa</groupId>
<groupId>org.apache.openjpa</groupId> <artifactId>openjpa-tools</artifactId>
<artifactId>openjpa-tools</artifactId> <version>2.4.0</version>
<version>2.4.0-SNAPSHOT</version> </parent>
</parent>
<artifactId>openjpa-fetch-statistics-was</artifactId>
<artifactId>openjpa-fetch-statistics-was</artifactId> <packaging>jar</packaging>
<packaging>jar</packaging>
<name>OpenJPA Fetching Statistic Tool -- WAS Bundle</name>
<name>OpenJPA Fetching Statistic Tool -- WAS Bundle</name> <description> OpenJPA tool to capture the fetching statistic data for the persistent fields .</description>
<description> OpenJPA tool to capture the fetching statistic data for the persistent fields .</description> <inceptionYear>2012</inceptionYear>
<inceptionYear>2012</inceptionYear>
<dependencies>
<dependencies> <dependency>
<dependency> <groupId>org.apache.openjpa</groupId>
<groupId>org.apache.openjpa</groupId> <artifactId>openjpa-fetch-statistics</artifactId>
<artifactId>openjpa-fetch-statistics</artifactId> <version>${project.version}</version>
<version>${project.version}</version> </dependency>
</dependency> </dependencies>
</dependencies>
<licenses>
<licenses> <license>
<license> <name>Apache License 2.0</name>
<name>Apache License 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution>
<distribution>repo</distribution> </license>
</license> </licenses>
</licenses>
<build>
<build> <!-- Skip the default jar so it doesn't overwrite the shaded jar -->
<!-- Skip the default jar so it doesn't overwrite the shaded jar --> <plugins>
<plugins> <plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId>
<artifactId>maven-jar-plugin</artifactId> <executions>
<executions> <execution>
<execution> <phase>none</phase>
<phase>none</phase> </execution>
</execution> </executions>
</executions> </plugin>
</plugin>
<plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId>
<artifactId>maven-javadoc-plugin</artifactId> <configuration>
<configuration> <skip>true</skip>
<skip>true</skip> </configuration>
</configuration> </plugin>
</plugin>
<plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId>
<artifactId>maven-surefire-plugin</artifactId> <configuration>
<configuration> <argLine>${surefire.jvm.args}</argLine>
<argLine>${surefire.jvm.args}</argLine> <excludes>
<excludes> <!-- exclude the unit test since the fetch statistic enhancer cannot
<!-- exclude the unit test since the fetch statistic enhancer cannot be load during maven build -->
be load during maven build --> <exclude>org/apache/openjpa/enhance/stats/TestFetchStatistics.java</exclude>
<exclude>org/apache/openjpa/enhance/stats/TestFetchStatistics.java</exclude> </excludes>
</excludes> </configuration>
</configuration> </plugin>
</plugin>
<plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId>
<artifactId>maven-shade-plugin</artifactId> <version>1.7.1</version>
<version>1.7.1</version> <executions>
<executions> <execution>
<execution> <phase>package</phase>
<phase>package</phase> <goals>
<goals> <goal>shade</goal>
<goal>shade</goal> </goals>
</goals> <configuration>
<configuration> <artifactSet>
<artifactSet> <includes>
<includes> <include>org.apache.openjpa:*statistics</include>
<include>org.apache.openjpa:*statistics</include> </includes>
</includes> </artifactSet>
</artifactSet> <transformers>
<transformers> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer <manifestEntries>
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> <Fragment-Host>com.ibm.ws.jpa; bundle-version=8.0.0</Fragment-Host>
<manifestEntries> <Export-Package>org.apache.openjpa.enhance.stats</Export-Package>
<Fragment-Host>com.ibm.ws.jpa; bundle-version=8.0.0</Fragment-Host> <Bundle-SymbolicName>org.apache.openjpa.enhance.stats; singleton:=true</Bundle-SymbolicName>
<Export-Package>org.apache.openjpa.enhance.stats</Export-Package> <Bundle-Name>FetchStatisticsAuxEnhancer</Bundle-Name>
<Bundle-SymbolicName>org.apache.openjpa.enhance.stats; singleton:=true</Bundle-SymbolicName> </manifestEntries>
<Bundle-Name>FetchStatisticsAuxEnhancer</Bundle-Name> </transformer>
</manifestEntries> </transformers>
</transformer> </configuration>
</transformers> </execution>
</configuration> </executions>
</execution> </plugin>
</executions> </plugins>
</plugin> </build>
</plugins> </project>
</build>
</project>

View File

@ -10,15 +10,14 @@
OF ANY KIND, either express or implied. See the License for the specific OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. --> language governing permissions and limitations under the License. -->
<!-- Maven release plugin requires the project tag to be on a single line. --> <!-- Maven release plugin requires the project tag to be on a single line. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-tools</artifactId> <artifactId>openjpa-tools</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<artifactId>openjpa-fetch-statistics</artifactId> <artifactId>openjpa-fetch-statistics</artifactId>

View File

@ -27,7 +27,7 @@
<parent> <parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-tools</artifactId> <artifactId>openjpa-tools</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -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.4.0-SNAPSHOT</version> <version>2.4.0</version>
<!-- <relativePath>../pom.xml</relativePath>--> <!-- <relativePath>../pom.xml</relativePath>-->
</parent> </parent>

View File

@ -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.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId> <artifactId>openjpa-parent</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
</parent> </parent>
<artifactId>openjpa</artifactId> <artifactId>openjpa</artifactId>

View File

@ -40,7 +40,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.4.0-SNAPSHOT</version> <version>2.4.0</version>
<properties> <properties>
<java.class.version>1.6</java.class.version> <java.class.version>1.6</java.class.version>
@ -151,9 +151,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/openjpa-parent-2.4.0</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/trunk</developerConnection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/openjpa-parent-2.4.0</developerConnection>
<url>http://svn.apache.org/repos/asf/openjpa/trunk</url> <url>http://svn.apache.org/repos/asf/openjpa/tags/openjpa-parent-2.4.0</url>
</scm> </scm>
<modules> <modules>