diff --git a/openjpa-jdbc-5/pom.xml b/openjpa-jdbc-5/pom.xml index 127feccf3..3453871f0 100644 --- a/openjpa-jdbc-5/pom.xml +++ b/openjpa-jdbc-5/pom.xml @@ -10,11 +10,9 @@ JDBC 1.5 http://incubator.apache.org/projects/openjpa - org.apache.openjpa openjpa - 0.0.1 - + 0.9.0 @@ -22,7 +20,7 @@ org.apache.openjpa openjpa-jdbc - 0.0.1 + ${pom.version} compile diff --git a/openjpa-jdbc/pom.xml b/openjpa-jdbc/pom.xml index fd25a050b..066c07bd9 100644 --- a/openjpa-jdbc/pom.xml +++ b/openjpa-jdbc/pom.xml @@ -10,11 +10,9 @@ JDBC http://incubator.apache.org/projects/openjpa - org.apache.openjpa openjpa - 0.0.1 - + 0.9.0 @@ -22,7 +20,7 @@ org.apache.openjpa openjpa-kernel - 0.0.1 + ${pom.version} compile diff --git a/openjpa-kernel-5/pom.xml b/openjpa-kernel-5/pom.xml index 99ec5902d..e105ca0fe 100644 --- a/openjpa-kernel-5/pom.xml +++ b/openjpa-kernel-5/pom.xml @@ -10,11 +10,9 @@ Kernel 1.5 http://incubator.apache.org/projects/openjpa - org.apache.openjpa openjpa - 0.0.1 - + 0.9.0 diff --git a/openjpa-kernel/pom.xml b/openjpa-kernel/pom.xml index 31df1e426..edbd5bb74 100644 --- a/openjpa-kernel/pom.xml +++ b/openjpa-kernel/pom.xml @@ -10,11 +10,9 @@ Kernel http://incubator.apache.org/projects/openjpa - org.apache.openjpa openjpa - 0.0.1 - + 0.9.0 diff --git a/openjpa-lib/pom.xml b/openjpa-lib/pom.xml index 051d52382..2891b6876 100644 --- a/openjpa-lib/pom.xml +++ b/openjpa-lib/pom.xml @@ -10,115 +10,76 @@ Utilities http://incubator.apache.org/projects/openjpa - org.apache.openjpa openjpa - 0.0.1 - + 0.9.0 - - jakarta-regexp jakarta-regexp 1.4 test - - commons-logging commons-logging 1.0.4 compile - - log4j log4j 1.2.13 compile - - javax.servlet servlet-api 2.5 compile - - commons-lang commons-lang 2.1 compile - - ant ant 1.6.5 compile - - commons-collections commons-collections 3.1 compile - - commons-pool commons-pool 1.2 compile - - - backport-util-concurrent - backport-util-concurrent - 2.1 - compile - - - - - net.sourceforge.serp serp 1.11.0 compile - - - - - org.apache.maven.plugins maven-compiler-plugin 1.3 1.3 - - - - - diff --git a/openjpa-persistence-jdbc/pom.xml b/openjpa-persistence-jdbc/pom.xml index 131da5d8a..f16ba47d3 100644 --- a/openjpa-persistence-jdbc/pom.xml +++ b/openjpa-persistence-jdbc/pom.xml @@ -10,11 +10,9 @@ JPA JDBC http://incubator.apache.org/projects/openjpa - org.apache.openjpa openjpa - 0.0.1 - + 0.9.0 @@ -22,7 +20,7 @@ org.apache.openjpa openjpa-jdbc-5 - 0.0.1 + ${pom.version} compile @@ -30,7 +28,7 @@ org.apache.openjpa openjpa-persistence - 0.0.1 + ${pom.version} compile @@ -38,7 +36,7 @@ org.apache.derby derby - 10.1.2.1 + 10.1.3.1 test diff --git a/openjpa-persistence/pom.xml b/openjpa-persistence/pom.xml index a1b1df6d3..3a5b3cc3b 100644 --- a/openjpa-persistence/pom.xml +++ b/openjpa-persistence/pom.xml @@ -10,11 +10,9 @@ JPA http://incubator.apache.org/projects/openjpa - org.apache.openjpa openjpa - 0.0.1 - + 0.9.0 diff --git a/openjpa-project/LICENSE.txt b/openjpa-project/LICENSE.txt new file mode 100644 index 000000000..693d6a988 --- /dev/null +++ b/openjpa-project/LICENSE.txt @@ -0,0 +1,20 @@ +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/openjpa-project/README.txt b/openjpa-project/README.txt new file mode 100644 index 000000000..e88cdf60e --- /dev/null +++ b/openjpa-project/README.txt @@ -0,0 +1,2 @@ + +Thanks! diff --git a/openjpa-project/assembly.xml b/openjpa-project/assembly.xml new file mode 100644 index 000000000..38e6f5e17 --- /dev/null +++ b/openjpa-project/assembly.xml @@ -0,0 +1,94 @@ + + + + zip + + true + + + + README* + LICENSE* + NOTICE* + + + + licenses + /lib + + * + + + + target/manual/OpenJPA + /manual + + + ../target/site/apidocs + /javadoc + + + target/examples + /examples + + + + + /lib + false + runtime + + + ant:ant + ant:ant-xalan2 + ant:ant-trax + bcel:bcel + + + openjpa:openjpa-project + + + xerces:xerces + xerces:xercesImpl + xalan:xalan + xml-apis:xml-apis + xerces:xmlParserAPIs + + + hsqldb:hsqldb + + + javax.servlet:servlet-api + + + log4j:log4j + + + junit:junit + + + + + + + + + diff --git a/openjpa-project/pom.xml b/openjpa-project/pom.xml new file mode 100644 index 000000000..558890fa1 --- /dev/null +++ b/openjpa-project/pom.xml @@ -0,0 +1,205 @@ + + + + + 4.0.0 + openjpa-project + OpenJPA Project + + org.apache.openjpa + openjpa + 0.9.0 + + + + + /none/ + + + + + ${project.basedir}/src/site + + ../filtered-site + true + + + + + + + + maven-antrun-plugin + + + site + + + + Building docbook manual +