Author: mduerig
Date: Tue Aug 16 16:46:37 2011
New Revision: 1158365
URL: http://svn.apache.org/viewvc?rev=1158365&view=rev
Log:
Microkernel based Jackrabbit prototype (WIP)
Modified:
jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr-commons/pom.xml
jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/json/JsonUtilTest.java
jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr-tests/pom.xml
jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr2spi/pom.xml
jackrabbit/sandbox/jackrabbit-mk/jackrabbit-parent/pom.xml
jackrabbit/sandbox/jackrabbit-mk/jackrabbit-spi-commons/pom.xml
jackrabbit/sandbox/jackrabbit-mk/jackrabbit-spi/pom.xml
jackrabbit/sandbox/jackrabbit-mk/pom.xml
Modified: jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr-commons/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr-commons/pom.xml?rev=1158365&r1=1158364&r2=1158365&view=diff
==============================================================================
--- jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr-commons/pom.xml (original)
+++ jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr-commons/pom.xml Tue Aug 16 16:46:37 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.3-JR3-MICROKERNEL</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-jcr-commons</artifactId>
Modified: jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/json/JsonUtilTest.java
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/json/JsonUtilTest.java?rev=1158365&r1=1158364&r2=1158365&view=diff
==============================================================================
--- jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/json/JsonUtilTest.java
(original)
+++ jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr-commons/src/test/java/org/apache/jackrabbit/commons/json/JsonUtilTest.java
Tue Aug 16 16:46:37 2011
@@ -43,10 +43,8 @@ public class JsonUtilTest extends TestCa
m.put("\u4e00a\u4e8cb\u4e09c", "\"\u4e00a\u4e8cb\u4e09c\"");
/* arabic */
m.put("\u062c\u062f\u064a\u062f", "\"\u062c\u062f\u064a\u062f\"");
- /* Ñaçb?c */
+
m.put("\u00d1a\u00e7b\u0416c", "\"\u00d1a\u00e7b\u0416c\"");
- // âèøü
- // m.put("âèøü", "\"\u00e2\u00e8\u00f8\u00fc\"");
for (Iterator it = m.keySet().iterator(); it.hasNext();) {
String key = it.next().toString();
Modified: jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr-tests/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr-tests/pom.xml?rev=1158365&r1=1158364&r2=1158365&view=diff
==============================================================================
--- jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr-tests/pom.xml (original)
+++ jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr-tests/pom.xml Tue Aug 16 16:46:37 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.3-JR3-MICROKERNEL</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-jcr-tests</artifactId>
Modified: jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr2spi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr2spi/pom.xml?rev=1158365&r1=1158364&r2=1158365&view=diff
==============================================================================
--- jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr2spi/pom.xml (original)
+++ jackrabbit/sandbox/jackrabbit-mk/jackrabbit-jcr2spi/pom.xml Tue Aug 16 16:46:37 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.3-JR3-MICROKERNEL</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-jcr2spi</artifactId>
@@ -83,25 +83,18 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-spi</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.3-JR3-MICROKERNEL</version>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-spi-commons</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.3-JR3-MICROKERNEL</version>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.3-JR3-MICROKERNEL</version>
</dependency>
- <!-- tmp dependency to jackrabbit-api until jsr 283 is released -->
- <dependency>
- <groupId>org.apache.jackrabbit</groupId>
- <artifactId>jackrabbit-api</artifactId>
- <version>2.3-SNAPSHOT</version>
- </dependency>
- <!-- end of tmp dependency -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
@@ -123,7 +116,7 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-tests</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.3-JR3-MICROKERNEL</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: jackrabbit/sandbox/jackrabbit-mk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/jackrabbit-mk/jackrabbit-parent/pom.xml?rev=1158365&r1=1158364&r2=1158365&view=diff
==============================================================================
--- jackrabbit/sandbox/jackrabbit-mk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/sandbox/jackrabbit-mk/jackrabbit-parent/pom.xml Tue Aug 16 16:46:37 2011
@@ -34,14 +34,9 @@
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<name>Jackrabbit Parent POM</name>
- <version>2.3-SNAPSHOT</version>
+ <version>2.3-JR3-MICROKERNEL</version>
<packaging>pom</packaging>
- <issueManagement>
- <system>Jira</system>
- <url>http://issues.apache.org/jira/browse/JCR</url>
- </issueManagement>
-
<properties>
<slf4j.version>1.6.1</slf4j.version>
<logback.version>0.9.27</logback.version>
@@ -50,7 +45,7 @@
</properties>
<url>http://jackrabbit.apache.org/</url>
- <inceptionYear>2004</inceptionYear>
+ <inceptionYear>2011</inceptionYear>
<description>
The Apache Jackrabbit⢠content repository is a fully conforming
implementation of the Content Repository for Java Technology API
@@ -64,29 +59,10 @@
<!-- B U I L D S E T T I N G S -->
<!-- =================================================================== -->
<prerequisites>
- <maven>2.0.9</maven>
+ <maven>3.0.1</maven>
</prerequisites>
<profiles>
- <profile>
- <id>pedantic</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <executions>
- <execution>
- <phase>verify</phase>
- <goals>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
<!-- JCR-661: The antrun tools.jar dependency is not needed on macs -->
<profile>
<id>non-mac</id>
@@ -116,24 +92,11 @@
<build>
<plugins>
- <!-- JCR-2087: Upgrade to Java 5 as the base platform -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <target>1.5</target>
- <source>1.5</source>
- </configuration>
- </plugin>
- <!-- Generate aggregate Javadocs -->
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <aggregate>true</aggregate>
- <links>
- <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
- <link>http://www.day.com/maven/javax.jcr/javadocs/jcr-2.0/</link>
- </links>
+ <target>1.6</target>
+ <source>1.6</source>
</configuration>
</plugin>
<!-- JCR-988: IDE plugins -->
@@ -142,7 +105,7 @@
<artifactId>maven-idea-plugin</artifactId>
<configuration>
<downloadSources>true</downloadSources>
- <jdkLevel>1.5</jdkLevel>
+ <jdkLevel>1.6</jdkLevel>
</configuration>
</plugin>
<plugin>
@@ -152,21 +115,6 @@
<downloadSources>true</downloadSources>
</configuration>
</plugin>
- <plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <autoVersionSubmodules>true</autoVersionSubmodules>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>release.properties</exclude>
- </excludes>
- </configuration>
- </plugin>
</plugins>
<pluginManagement>
<!-- JCRSITE-9: Fix versions of key Maven plugins -->
@@ -174,26 +122,8 @@
<!-- the Apache parent POM. -->
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.1</version>
- <configuration>
- <useReleaseProfile>false</useReleaseProfile>
- <goals>deploy</goals>
- <arguments>-Papache-release,pedantic</arguments>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
- </plugin>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <version>2.1.1</version>
- </plugin>
- <plugin>
- <artifactId>maven-rar-plugin</artifactId>
- <version>2.2</version>
+ <version>2.7.2</version>
</plugin>
<plugin>
<artifactId>maven-idea-plugin</artifactId>
@@ -219,62 +149,10 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <version>1.7</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <version>2.5.1</version>
- </plugin>
</plugins>
</pluginManagement>
</build>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- <version>2.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.6.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.4.3</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.4</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- <version>2.4</version>
- <configuration>
- <targetJdk>1.5</targetJdk>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- <version>1.1.1</version>
- <configuration>
- <xmlOutput>true</xmlOutput>
- <findbugsXmlOutput>true</findbugsXmlOutput>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
-
<dependencyManagement>
<dependencies>
<dependency>
@@ -461,411 +339,4 @@
</dependencies>
</dependencyManagement>
- <!-- =================================================================== -->
- <!-- M A I L I N G L I S T S -->
- <!-- =================================================================== -->
- <mailingLists>
- <mailingList>
- <name>Jackrabbit Announce List</name>
- <subscribe>announce-subscribe@jackrabbit.apache.org</subscribe>
- <unsubscribe>announce-unsubscribe@jackrabbit.apache.org</unsubscribe>
- <archive>
- http://mail-archives.apache.org/mod_mbox/jackrabbit-announce/
- </archive>
- <otherArchives>
- <otherArchive>
- http://jackrabbit.markmail.org/
- </otherArchive>
- </otherArchives>
- </mailingList>
- <mailingList>
- <name>Jackrabbit Users List</name>
- <subscribe>users-subscribe@jackrabbit.apache.org</subscribe>
- <unsubscribe>users-unsubscribe@jackrabbit.apache.org</unsubscribe>
- <post>users at jackrabbit.apache.org</post>
- <archive>
- http://mail-archives.apache.org/mod_mbox/jackrabbit-users/
- </archive>
- <otherArchives>
- <otherArchive>
- http://jackrabbit.markmail.org/
- </otherArchive>
- <otherArchive>
- http://dir.gmane.org/gmane.comp.apache.jackrabbit.user
- </otherArchive>
- <otherArchive>
- http://www.mail-archive.com/users@jackrabbit.apache.org/
- </otherArchive>
- <otherArchive>
- http://www.nabble.com/Jackrabbit---Users-f14897.html
- </otherArchive>
- </otherArchives>
- </mailingList>
- <mailingList>
- <name>Jackrabbit Development List</name>
- <subscribe>dev-subscribe@jackrabbit.apache.org</subscribe>
- <unsubscribe>dev-unsubscribe@jackrabbit.apache.org</unsubscribe>
- <post>dev at jackrabbit.apache.org</post>
- <archive>
- http://mail-archives.apache.org/mod_mbox/jackrabbit-dev/
- </archive>
- <otherArchives>
- <otherArchive>
- http://jackrabbit.markmail.org/
- </otherArchive>
- <otherArchive>
- http://dir.gmane.org/gmane.comp.apache.jackrabbit.devel
- </otherArchive>
- <otherArchive>
- http://www.mail-archive.com/dev@jackrabbit.apache.org/
- </otherArchive>
- <otherArchive>
- http://www.mail-archive.com/jackrabbit-dev@incubator.apache.org/
- </otherArchive>
- <otherArchive>
- http://www.nabble.com/Jackrabbit---Dev-f371.html
- </otherArchive>
- </otherArchives>
- </mailingList>
- <mailingList>
- <name>Jackrabbit Source Control List</name>
- <subscribe>commits-subscribe@jackrabbit.apache.org</subscribe>
- <unsubscribe>commits-unsubscribe@jackrabbit.apache.org</unsubscribe>
- <archive>
- http://mail-archives.apache.org/mod_mbox/jackrabbit-commits/
- </archive>
- <otherArchives>
- <otherArchive>
- http://jackrabbit.markmail.org/
- </otherArchive>
- </otherArchives>
- </mailingList>
- </mailingLists>
-
- <!-- =================================================================== -->
- <!-- C O M M I T T E R S -->
- <!-- =================================================================== -->
- <developers>
- <developer>
- <name>Alexander Klimetschek</name>
- <id>alexkli</id>
- <organization>Adobe</organization>
- <organizationUrl>http://www.day.com/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Alex Parvulescu</name>
- <id>alexparvulescu</id>
- <organization>Adobe</organization>
- <organizationUrl>http://www.day.com/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Angela Schreiber</name>
- <id>angela</id>
- <organization>Adobe</organization>
- <organizationUrl>http://www.day.com/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Ard Schrijvers</name>
- <id>ard</id>
- <organization>Hippo</organization>
- <organizationUrl>http://www.hippo.nl/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Christoph Kiehl</name>
- <id>ckiehl</id>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Christophe Lombart</name>
- <id>clombart</id>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- </developer>
- <developer>
- <name>Claus Köll</name>
- <id>ckoell</id>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- </developer>
- <developer>
- <name>David Nuescheler</name>
- <id>uncled</id>
- <organization>Adobe</organization>
- <organizationUrl>http://www.day.com/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Dominique Pfister</name>
- <id>dpfister</id>
- <organization>Adobe</organization>
- <organizationUrl>http://www.day.com/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Edgar Poce</name>
- <id>edgarpoce</id>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- </developer>
- <developer>
- <name>Esteban Franqueiro</name>
- <id>eaf</id>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- </developer>
- <developer>
- <name>Felix Meschberger</name>
- <id>fmeschbe</id>
- <organization>Adobe</organization>
- <organizationUrl>http://www.day.com/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Jukka Zitting</name>
- <id>jukka</id>
- <organization>Adobe</organization>
- <organizationUrl>http://www.day.com/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC chair</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Julian Reschke</name>
- <id>reschke</id>
- <organization>greenbytes GmbH</organization>
- <organizationUrl>http://www.greenbytes.de/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Marcel Reutegger</name>
- <id>mreutegg</id>
- <organization>Adobe</organization>
- <organizationUrl>http://www.day.com/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Martijn Hendriks</name>
- <id>martijnh</id>
- <organization>GX</organization>
- <organizationUrl>http://www.gx.nl/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Michael Dürig</name>
- <id>mduerig</id>
- <organization>Adobe</organization>
- <organizationUrl>http://www.day.com/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+0</timezone>
- </developer>
- <developer>
- <name>Peeter Piegaze</name>
- <id>ppiegaze</id>
- <organization>Adobe</organization>
- <organizationUrl>http://www.day.com/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>-5</timezone>
- </developer>
- <developer>
- <name>Przemo Pakulski</name>
- <id>ppakulski</id>
- <organization>Cognifide</organization>
- <organizationUrl>http://www.cognifide.com/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Roy T. Fielding</name>
- <id>fielding</id>
- <organization>Adobe</organization>
- <organizationUrl>http://www.day.com/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>-8</timezone>
- </developer>
- <developer>
- <name>Sébastien Launay</name>
- <id>sebastien</id>
- <organization>Anyware Technologies</organization>
- <organizationUrl>http://www.anyware-tech.com/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Serge Huber</name>
- <id>shuber</id>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Stefan Guggisberg</name>
- <id>stefan</id>
- <organization>Adobe</organization>
- <organizationUrl>http://www.day.com/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Sylvain Wallez</name>
- <id>sylvain</id>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Thomas Müller</name>
- <id>thomasm</id>
- <organization>Adobe</organization>
- <organizationUrl>http://www.day.com/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Tobias Bocanegra</name>
- <id>tripod</id>
- <organization>Adobe</organization>
- <organizationUrl>http://www.day.com/</organizationUrl>
- <roles>
- <role>committer</role>
- <role>PMC member</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
-
- <!-- EMERITUS MEMBERS -->
- <developer>
- <name>Andrew Savory</name>
- <id>asavory</id>
- <roles>
- <role>emeritus</role>
- </roles>
- <timezone>+0</timezone>
- </developer>
- <developer>
- <name>Brian Moseley</name>
- <id>moseley</id>
- <organization>Open Source Applications Foundation (OSAF)</organization>
- <organizationUrl>http://www.osafoundation.org/</organizationUrl>
- <roles>
- <role>emeritus</role>
- </roles>
- <timezone>-8</timezone>
- </developer>
- <developer>
- <name>Gianugo Rabellino</name>
- <id>gianugo</id>
- <roles>
- <role>emeritus</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Paul Russell</name>
- <id>prussell</id>
- <roles>
- <role>emeritus</role>
- </roles>
- <timezone>+0</timezone>
- </developer>
- <developer>
- <name>Stefano Mazzocchi</name>
- <id>stefano</id>
- <roles>
- <role>emeritus</role>
- </roles>
- <timezone>-5</timezone>
- </developer>
- <developer>
- <name>Tim Reilly</name>
- <id>treilly</id>
- <roles>
- <role>emeritus</role>
- </roles>
- <timezone>-5</timezone>
- </developer>
- </developers>
-
</project>
Modified: jackrabbit/sandbox/jackrabbit-mk/jackrabbit-spi-commons/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/jackrabbit-mk/jackrabbit-spi-commons/pom.xml?rev=1158365&r1=1158364&r2=1158365&view=diff
==============================================================================
--- jackrabbit/sandbox/jackrabbit-mk/jackrabbit-spi-commons/pom.xml (original)
+++ jackrabbit/sandbox/jackrabbit-mk/jackrabbit-spi-commons/pom.xml Tue Aug 16 16:46:37 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.3-JR3-MICROKERNEL</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-spi-commons</artifactId>
@@ -143,12 +143,12 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-spi</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.3-JR3-MICROKERNEL</version>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.3-JR3-MICROKERNEL</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
Modified: jackrabbit/sandbox/jackrabbit-mk/jackrabbit-spi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/jackrabbit-mk/jackrabbit-spi/pom.xml?rev=1158365&r1=1158364&r2=1158365&view=diff
==============================================================================
--- jackrabbit/sandbox/jackrabbit-mk/jackrabbit-spi/pom.xml (original)
+++ jackrabbit/sandbox/jackrabbit-mk/jackrabbit-spi/pom.xml Tue Aug 16 16:46:37 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.3-JR3-MICROKERNEL</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-spi</artifactId>
Modified: jackrabbit/sandbox/jackrabbit-mk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/jackrabbit-mk/pom.xml?rev=1158365&r1=1158364&r2=1158365&view=diff
==============================================================================
--- jackrabbit/sandbox/jackrabbit-mk/pom.xml (original)
+++ jackrabbit/sandbox/jackrabbit-mk/pom.xml Tue Aug 16 16:46:37 2011
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.3-JR3-MICROKERNEL</version>
<relativePath>jackrabbit-parent/pom.xml</relativePath>
</parent>
@@ -37,175 +37,11 @@
<modules>
<module>jackrabbit-parent</module>
- <module>jackrabbit-api</module>
<module>jackrabbit-jcr-commons</module>
<module>jackrabbit-jcr-tests</module>
- <module>jackrabbit-core</module>
- <module>jackrabbit-webdav</module>
- <module>jackrabbit-jcr-server</module>
- <module>jackrabbit-jcr-rmi</module>
- <module>jackrabbit-jcr-servlet</module>
- <module>jackrabbit-webapp</module>
- <module>jackrabbit-jca</module>
<module>jackrabbit-spi</module>
<module>jackrabbit-spi-commons</module>
<module>jackrabbit-jcr2spi</module>
- <module>jackrabbit-spi2jcr</module>
- <module>jackrabbit-spi2dav</module>
- <module>jackrabbit-jcr2dav</module>
- <module>jackrabbit-jcr-client</module>
- <module>jackrabbit-bundle</module>
- <module>jackrabbit-standalone</module>
</modules>
- <scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/jackrabbit/trunk</url>
- </scm>
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>release.properties</exclude>
- <exclude>test/**/target/**</exclude>
- <exclude>test/**/.*/**</exclude>
- <exclude>test/**/*.log</exclude>
- <exclude>.git/**</exclude>
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>apache-release</id>
- <properties>
- <username>${user.name}</username>
- <keyfile>${user.home}/.ssh/id_rsa</keyfile>
- <passphrase />
- </properties>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>single</goal>
- </goals>
- <phase>package</phase>
- <configuration>
- <descriptors>
- <descriptor>assembly.xml</descriptor>
- </descriptors>
- </configuration>
- </execution>
- <execution>
- <id>source-release-assembly</id>
- <configuration>
- <skipAssembly>true</skipAssembly>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <!-- JCR-2455: Automatic staging of non-Maven release artifacts -->
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>run</goal>
- </goals>
- <phase>deploy</phase>
- <configuration>
- <tasks>
- <mkdir dir="${basedir}/target/${project.version}" />
- <copy todir="${basedir}/target/${project.version}" flatten="true">
- <fileset dir="${basedir}">
- <include name="RELEASE-NOTES.txt" />
- <include name="target/*-src.zip*" />
- <include name="jackrabbit-standalone/target/*-${project.version}.jar*"
/>
- <include name="jackrabbit-webapp/target/*-${project.version}.war*"
/>
- <include name="jackrabbit-jca/target/*-${project.version}.rar*"
/>
- </fileset>
- </copy>
- <checksum algorithm="MD5" fileext=".md5">
- <fileset dir="${basedir}/target/${project.version}">
- <include name="*.zip" />
- <include name="*.?ar" />
- </fileset>
- </checksum>
- <checksum algorithm="SHA1" fileext=".sha">
- <fileset dir="${basedir}/target/${project.version}">
- <include name="*.zip" />
- <include name="*.?ar" />
- </fileset>
- </checksum>
- <checksum file="${basedir}/target/${project.version}/jackrabbit-${project.version}-src.zip"
algorithm="SHA1" property="checksum" />
- <echo file="${basedir}/target/vote.txt">
-From: ${username}@apache.org
-To: dev@jackrabbit.apache.org
-Subject: [VOTE] Release Apache Jackrabbit ${project.version}
-
-A candidate for the Jackrabbit ${project.version} release is available at:
-
- http://people.apache.org/~${username}/jackrabbit/${project.version}/
-
-The release candidate is a zip archive of the sources in:
-
- http://svn.apache.org/repos/asf/jackrabbit/tags/${project.version}/
-
-The SHA1 checksum of the archive is ${checksum}.
-
-Please vote on releasing this package as Apache Jackrabbit ${project.version}.
-The vote is open for the next 72 hours and passes if a majority of at
-least three +1 Jackrabbit PMC votes are cast.
-
- [ ] +1 Release this package as Apache Jackrabbit ${project.version}
- [ ] -1 Do not release this package because...${line.separator}
- </echo>
- <echo />
- <echo>
-The release candidate has been prepared in:
-
- ${basedir}/target/${project.version}
-
-Please deploy it to people.apache.org like this:
-
- scp -r ${basedir}/target/${project.version} people.apache.org:public_html/jackrabbit/
-
-A release vote template has been generated for you:
-
- file://${basedir}/target/vote.txt
- </echo>
- <echo />
- </tasks>
- </configuration>
- </execution>
- </executions>
- <dependencies>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-nodeps</artifactId>
- <version>1.8.1</version>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
</project>
|