Author: madams Date: Sat Jan 28 15:17:51 2012 New Revision: 1237071 URL: http://svn.apache.org/viewvc?rev=1237071&view=rev Log: Added because of https://issues.sonatype.org/browse/MVNCENTRAL-160 Added: db/jdo/branches/3.0.1/api/src/maven2/ (with props) db/jdo/branches/3.0.1/api/src/maven2/jdo-api-3.0.1.pom db/jdo/branches/3.0.1/api/src/maven2/readme.txt Propchange: db/jdo/branches/3.0.1/api/src/maven2/ ------------------------------------------------------------------------------ bugtraq:number = true Added: db/jdo/branches/3.0.1/api/src/maven2/jdo-api-3.0.1.pom URL: http://svn.apache.org/viewvc/db/jdo/branches/3.0.1/api/src/maven2/jdo-api-3.0.1.pom?rev=1237071&view=auto ============================================================================== --- db/jdo/branches/3.0.1/api/src/maven2/jdo-api-3.0.1.pom (added) +++ db/jdo/branches/3.0.1/api/src/maven2/jdo-api-3.0.1.pom Sat Jan 28 15:17:51 2012 @@ -0,0 +1,234 @@ + + + + + 4.0.0 + javax.jdo + jdo-api + JDO API + The Java Data Objects (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request 243 under the auspices of the Java Community Process. + 3.0.1 + http://db.apache.org/jdo + + + Apache Software Foundation + http://www.apache.org + + + + + Apache 2 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + JDO User List + jdo-user-subscribe@db.apache.org + jdo-user-unsubscribe@db.apache.org + http://mail-archives.apache.org/mod_mbox/db-jdo-user/ + + + JDO Developer List + jdo-dev-subscribe@db.apache.org + jdo-dev-unsubscribe@db.apache.org + http://mail-archives.apache.org/mod_mbox/db-jdo-dev/ + + + JDO Commits List + jdo-commits-subscribe@db.apache.org + jdo-commits-unsubscribe@db.apache.org + http://mail-archives.apache.org/mod_mbox/db-jdo-commits/ + + + + + + clr + Craig Russell + Craig.Russell@Sun.COM + Sun Microsystems, Inc. + -8 + + + mbo + Michael Bouschen + mbo.tech@spree.de + Tech@Spree Engineering GmbH + 1 + + + brazil + Michael Watzek + mwa.tech@spree.de + Tech@Spree Engineering GmbH + 1 + + + mcaisse + Michelle Caisse + Michelle.Caisse@Sun.COM + Sun Microsystems, Inc. + -8 + + + madams + Matthew Adams + matthew@matthewadams.me + Apache.org + -6 + + + mzaun + Martin Zaun + martin.zaun@Sun.COM + Sun Microsystems, Inc. + -8 + + + ebengtson + Erik Bengtson + erik@jpox.org + JPOX + 1 + + + geirm + Geir Magnusson, Jr. + geirm@apache.org + Apache.org + -8 + + + brianm + Brian McCallister + brianm@apache.org + Apache.org + -8 + + + + + scm:svn:http://svn.apache.org/repos/asf/db/jdo/trunk + scm:svn:https://svn.apache.org/repos/asf/db/jdo/trunk + http://svn.apache.org/viewcvs.cgi/db/jdo + + + + src/java + test/java + + + META-INF + ${basedir}/.. + + NOTICE.txt + + + + ${basedir}/src/java + + javax/jdo/*.properties + + + + ${basedir}/src/schema + + javax/jdo/*.dtd + javax/jdo/*.xsd + + + + + + ${basedir}/test/resources + + + ${basedir}/test/schema + + **/*.jdo + **/*.jdoquery + **/*.orm + **/jdoconfig.xml + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + true + true + -Xlint:unchecked + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-jar-plugin + + + API3.MF + + + + + + + + + javax.transaction + jta + 1.1 + + + org.apache.ant + ant + 1.7.0 + test + + + junit + junit + 3.8.1 + test + + + org.apache.geronimo.specs + geronimo-jpa_3.0_spec + 1.0 + provided + + + + Added: db/jdo/branches/3.0.1/api/src/maven2/readme.txt URL: http://svn.apache.org/viewvc/db/jdo/branches/3.0.1/api/src/maven2/readme.txt?rev=1237071&view=auto ============================================================================== --- db/jdo/branches/3.0.1/api/src/maven2/readme.txt (added) +++ db/jdo/branches/3.0.1/api/src/maven2/readme.txt Sat Jan 28 15:17:51 2012 @@ -0,0 +1,3 @@ +This folder contains the jdo-api pom as published in the Maven2 repo. + +It needed to be manually updated with administrivia because JDO isn't publishing the parent pom. \ No newline at end of file