Author: jukka Date: Thu Jan 24 08:16:56 2013 New Revision: 1437886 URL: http://svn.apache.org/viewvc?rev=1437886&view=rev Log: [maven-release-plugin] prepare branch 0.6
Modified: jackrabbit/oak/trunk/oak-commons/pom.xml jackrabbit/oak/trunk/oak-http/pom.xml jackrabbit/oak/trunk/oak-lucene/pom.xml jackrabbit/oak/trunk/oak-mk-perf/pom.xml jackrabbit/oak/trunk/oak-mongomk/pom.xml jackrabbit/oak/trunk/oak-parent/pom.xml jackrabbit/oak/trunk/pom.xml Modified: jackrabbit/oak/trunk/oak-commons/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-commons/pom.xml?rev=1437886&r1=1437885&r2=1437886&view=diff ============================================================================== --- jackrabbit/oak/trunk/oak-commons/pom.xml (original) +++ jackrabbit/oak/trunk/oak-commons/pom.xml Thu Jan 24 08:16:56 2013 @@ -1,69 +1,69 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to 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 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 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 language governing permissions and - limitations under the License. ---> - -<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 "> - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>oak-parent</artifactId> - <version>0.6-SNAPSHOT</version> - <relativePath>../oak-parent/pom.xml</relativePath> - </parent> - - <artifactId>oak-commons</artifactId> - <name>Oak Commons</name> - <packaging>bundle</packaging> - - <build> - <plugins> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - </plugin> - </plugins> - </build> - - <dependencies> - <!-- logging --> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.6.4</version> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - <version>2.0.0</version> - </dependency> - - <!-- Test dependencies --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>1.0.1</version> - <scope>test</scope> - </dependency> - </dependencies> -</project> +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to 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 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 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 language governing permissions and + limitations under the License. +--> + +<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 "> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>oak-parent</artifactId> + <version>0.6-SNAPSHOT</version> + <relativePath>../oak-parent/pom.xml</relativePath> + </parent> + + <artifactId>oak-commons</artifactId> + <name>Oak Commons</name> + <packaging>bundle</packaging> + + <build> + <plugins> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + </plugin> + </plugins> + </build> + + <dependencies> + <!-- logging --> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.6.4</version> + </dependency> + <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + <version>2.0.0</version> + </dependency> + + <!-- Test dependencies --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <version>1.0.1</version> + <scope>test</scope> + </dependency> + </dependencies> +</project> Modified: jackrabbit/oak/trunk/oak-http/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-http/pom.xml?rev=1437886&r1=1437885&r2=1437886&view=diff ============================================================================== --- jackrabbit/oak/trunk/oak-http/pom.xml (original) +++ jackrabbit/oak/trunk/oak-http/pom.xml Thu Jan 24 08:16:56 2013 @@ -1,124 +1,124 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to 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 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 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 language governing permissions and - limitations under the License. - --> - -<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 "> - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>oak-parent</artifactId> - <version>0.6-SNAPSHOT</version> - <relativePath>../oak-parent/pom.xml</relativePath> - </parent> - - <artifactId>oak-http</artifactId> - <name>Oak HTTP Binding</name> - <packaging>bundle</packaging> - - <build> - <plugins> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <configuration> - <instructions> - <Export-Package> - ! - </Export-Package> - <Bundle-Activator> - org.apache.jackrabbit.oak.http.osgi.Activator - </Bundle-Activator> - </instructions> - </configuration> - </plugin> - </plugins> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.rat</groupId> - <artifactId>apache-rat-plugin</artifactId> - <configuration> - <excludes /> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> - - <dependencies> - <!-- Optional OSGi dependencies, used only when running within OSGi --> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.compendium</artifactId> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>oak-core</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.tika</groupId> - <artifactId>tika-core</artifactId> - <version>1.1</version> - </dependency> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-core</artifactId> - <version>2.0.0</version> - </dependency> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - <version>2.0.0</version> - </dependency> - <dependency> - <groupId>com.fasterxml.jackson.dataformat</groupId> - <artifactId>jackson-dataformat-smile</artifactId> - <version>2.0.2</version> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>2.5</version> - <scope>provided</scope> - </dependency> - - <!-- Findbugs annotations --> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - <version>2.0.0</version> - <scope>provided</scope> - </dependency> - - <!-- Test dependencies --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - </dependencies> -</project> +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to 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 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 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 language governing permissions and + limitations under the License. + --> + +<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 "> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>oak-parent</artifactId> + <version>0.6-SNAPSHOT</version> + <relativePath>../oak-parent/pom.xml</relativePath> + </parent> + + <artifactId>oak-http</artifactId> + <name>Oak HTTP Binding</name> + <packaging>bundle</packaging> + + <build> + <plugins> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <configuration> + <instructions> + <Export-Package> + ! + </Export-Package> + <Bundle-Activator> + org.apache.jackrabbit.oak.http.osgi.Activator + </Bundle-Activator> + </instructions> + </configuration> + </plugin> + </plugins> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes /> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + + <dependencies> + <!-- Optional OSGi dependencies, used only when running within OSGi --> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.core</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.compendium</artifactId> + <scope>provided</scope> + </dependency> + + <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>oak-core</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.tika</groupId> + <artifactId>tika-core</artifactId> + <version>1.1</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + <version>2.0.0</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>2.0.0</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-smile</artifactId> + <version>2.0.2</version> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.5</version> + <scope>provided</scope> + </dependency> + + <!-- Findbugs annotations --> + <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + <version>2.0.0</version> + <scope>provided</scope> + </dependency> + + <!-- Test dependencies --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + </dependencies> +</project> Modified: jackrabbit/oak/trunk/oak-lucene/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-lucene/pom.xml?rev=1437886&r1=1437885&r2=1437886&view=diff ============================================================================== --- jackrabbit/oak/trunk/oak-lucene/pom.xml (original) +++ jackrabbit/oak/trunk/oak-lucene/pom.xml Thu Jan 24 08:16:56 2013 @@ -1,162 +1,162 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to 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 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 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 language governing permissions and - limitations under the License. - --> - -<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 "> - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>oak-parent</artifactId> - <version>0.6-SNAPSHOT</version> - <relativePath>../oak-parent/pom.xml</relativePath> - </parent> - - <artifactId>oak-lucene</artifactId> - <name>Oak Lucene</name> - <packaging>bundle</packaging> - <description>Oak Lucene integration subproject</description> - - <build> - <plugins> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <configuration> - <instructions> - <!-- TODO: Should only provide services, not export packages --> - <Export-Package>org.apache.jackrabbit.oak.plugins.index.lucene</Export-Package> - <Embed-Dependency>lucene-*;inline=true</Embed-Dependency> - </instructions> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-scr-plugin</artifactId> - </plugin> - </plugins> - </build> - - <dependencies> - <!-- Optional OSGi dependencies, used only when running within OSGi --> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.compendium</artifactId> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>biz.aQute</groupId> - <artifactId>bndlib</artifactId> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.scr.annotations</artifactId> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>oak-core</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.tika</groupId> - <artifactId>tika-core</artifactId> - <version>1.2</version> - </dependency> - - <!-- Embedded non-OSGi Lucene dependencies --> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-core</artifactId> - <version>4.0.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-analyzers-common</artifactId> - <version>4.0.0</version> - <scope>provided</scope> - </dependency> - - <!-- Logging --> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.6.4</version> - </dependency> - - <!-- Findbugs annotations --> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - <version>2.0.0</version> - <scope>provided</scope> - </dependency> - - <!-- Test Dependencies --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>oak-core</artifactId> - <version>${project.version}</version> - <classifier>tests</classifier> - </dependency> - <dependency> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>oak-jcr</artifactId> - <version>${project.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>com.h2database</groupId> - <artifactId>h2</artifactId> - <version>1.3.158</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>jackrabbit-jcr-tests</artifactId> - <version>${jackrabbit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>jackrabbit-core</artifactId> - <version>${jackrabbit.version}</version> - <classifier>tests</classifier> - <scope>test</scope> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>1.0.1</version> - <scope>test</scope> - </dependency> - </dependencies> -</project> +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to 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 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 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 language governing permissions and + limitations under the License. + --> + +<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 "> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>oak-parent</artifactId> + <version>0.6-SNAPSHOT</version> + <relativePath>../oak-parent/pom.xml</relativePath> + </parent> + + <artifactId>oak-lucene</artifactId> + <name>Oak Lucene</name> + <packaging>bundle</packaging> + <description>Oak Lucene integration subproject</description> + + <build> + <plugins> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <configuration> + <instructions> + <!-- TODO: Should only provide services, not export packages --> + <Export-Package>org.apache.jackrabbit.oak.plugins.index.lucene</Export-Package> + <Embed-Dependency>lucene-*;inline=true</Embed-Dependency> + </instructions> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-scr-plugin</artifactId> + </plugin> + </plugins> + </build> + + <dependencies> + <!-- Optional OSGi dependencies, used only when running within OSGi --> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.core</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.compendium</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>biz.aQute</groupId> + <artifactId>bndlib</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.scr.annotations</artifactId> + <scope>provided</scope> + </dependency> + + <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>oak-core</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.tika</groupId> + <artifactId>tika-core</artifactId> + <version>1.2</version> + </dependency> + + <!-- Embedded non-OSGi Lucene dependencies --> + <dependency> + <groupId>org.apache.lucene</groupId> + <artifactId>lucene-core</artifactId> + <version>4.0.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.lucene</groupId> + <artifactId>lucene-analyzers-common</artifactId> + <version>4.0.0</version> + <scope>provided</scope> + </dependency> + + <!-- Logging --> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.6.4</version> + </dependency> + + <!-- Findbugs annotations --> + <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + <version>2.0.0</version> + <scope>provided</scope> + </dependency> + + <!-- Test Dependencies --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>oak-core</artifactId> + <version>${project.version}</version> + <classifier>tests</classifier> + </dependency> + <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>oak-jcr</artifactId> + <version>${project.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <version>1.3.158</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>jackrabbit-jcr-tests</artifactId> + <version>${jackrabbit.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>jackrabbit-core</artifactId> + <version>${jackrabbit.version}</version> + <classifier>tests</classifier> + <scope>test</scope> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <version>1.0.1</version> + <scope>test</scope> + </dependency> + </dependencies> +</project> Modified: jackrabbit/oak/trunk/oak-mk-perf/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mk-perf/pom.xml?rev=1437886&r1=1437885&r2=1437886&view=diff ============================================================================== --- jackrabbit/oak/trunk/oak-mk-perf/pom.xml (original) +++ jackrabbit/oak/trunk/oak-mk-perf/pom.xml Thu Jan 24 08:16:56 2013 @@ -1,148 +1,146 @@ -<?xml version="1.0"?> -<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor - license agreements. See the NOTICE file distributed with this work for additional - information regarding copyright ownership. The ASF licenses this file to - 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 - 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 - 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 - language governing permissions and limitations under the License. --> - -<project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>jackrabbit-oak</artifactId> - <version>0.6-SNAPSHOT</version> - </parent> - <artifactId>oak-mk-perf</artifactId> - <name>oak-mk-perf</name> - <url>http://maven.apache.org</url> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - <profiles> - <profile> - <id>local</id> - <build> - <plugins> - - <plugin> - <artifactId>maven-dependency-plugin</artifactId> - <configuration> - <outputDirectory> - ${project.build.outputDirectory}</outputDirectory> - </configuration> - <executions> - <execution> - <id>unpack-dependencies</id> - <phase>process-resources</phase> - <goals> - <goal>unpack-dependencies</goal> - </goals> - </execution> - </executions> - </plugin> - - <plugin> - <groupId>org.evolvis.maven.plugins.remote-testing</groupId> - <artifactId>remote-testing-plugin</artifactId> - <version>0.6</version> - <configuration> - <testMachine>${remotehost}</testMachine> - <username>qe1</username> - <password>${pass}</password> - <display>0</display> - <!--<keyFile>/home/rogoz/private-key-file</keyFile> --> - <remoteFolder>/home/qe1/tests/</remoteFolder> - <pomfile>${basedir}/remotePom.xml</pomfile> - </configuration> - <executions> - <execution> - <id>remote testing</id> - <goals> - <goal>clean</goal> - <goal>test</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <dependencies> - <dependency> - <groupId>org.apache.maven.surefire</groupId> - <artifactId>surefire-junit47</artifactId> - <version>2.12.3</version> - </dependency> - </dependencies> - <argLine>-Xmx2024m</argLine> - <includes> - <include>**/*Test.java</include> - </includes> - <systemPropertyVariables> - <mk.type>${mktype}</mk.type> - </systemPropertyVariables> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - - </dependency> - <!-- - <dependency> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>oak-mongomk</artifactId> - <version>${project.version}</version> - </dependency> - --> - <dependency> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>oak-mk</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>com.h2database</groupId> - <artifactId>h2</artifactId> - <version>1.3.158</version> - </dependency> - <dependency> - <groupId>com.cedarsoft.commons</groupId> - <artifactId>test-utils</artifactId> - <version>5.0.9</version> - <exclusions> - <exclusion> - <artifactId>maven-cobertura-plugin</artifactId> - <groupId>maven-plugins</groupId> - </exclusion> - <exclusion> - <artifactId>maven-findbugs-plugin</artifactId> - <groupId>maven-plugins</groupId> - </exclusion> - </exclusions> - </dependency> - </dependencies> - <pluginRepositories> - <pluginRepository> - <id>maven-repo.evolvis.org</id> - <url>http://maven-repo.evolvis.org/releases/</url> - </pluginRepository> - </pluginRepositories> - -</project> +<?xml version="1.0"?> +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor + license agreements. See the NOTICE file distributed with this work for additional + information regarding copyright ownership. The ASF licenses this file to + 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 + 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 + 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 + language governing permissions and limitations under the License. --> + +<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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>jackrabbit-oak</artifactId> + <version>0.6-SNAPSHOT</version> + </parent> + <artifactId>oak-mk-perf</artifactId> + <name>oak-mk-perf</name> + <url>http://maven.apache.org</url> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + <profiles> + <profile> + <id>local</id> + <build> + <plugins> + + <plugin> + <artifactId>maven-dependency-plugin</artifactId> + <configuration> + <outputDirectory> + ${project.build.outputDirectory}</outputDirectory> + </configuration> + <executions> + <execution> + <id>unpack-dependencies</id> + <phase>process-resources</phase> + <goals> + <goal>unpack-dependencies</goal> + </goals> + </execution> + </executions> + </plugin> + + <plugin> + <groupId>org.evolvis.maven.plugins.remote-testing</groupId> + <artifactId>remote-testing-plugin</artifactId> + <version>0.6</version> + <configuration> + <testMachine>${remotehost}</testMachine> + <username>qe1</username> + <password>${pass}</password> + <display>0</display> + <!--<keyFile>/home/rogoz/private-key-file</keyFile> --> + <remoteFolder>/home/qe1/tests/</remoteFolder> + <pomfile>${basedir}/remotePom.xml</pomfile> + </configuration> + <executions> + <execution> + <id>remote testing</id> + <goals> + <goal>clean</goal> + <goal>test</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + </profiles> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <dependencies> + <dependency> + <groupId>org.apache.maven.surefire</groupId> + <artifactId>surefire-junit47</artifactId> + <version>2.12.3</version> + </dependency> + </dependencies> + <argLine>-Xmx2024m</argLine> + <includes> + <include>**/*Test.java</include> + </includes> + <systemPropertyVariables> + <mk.type>${mktype}</mk.type> + </systemPropertyVariables> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + + </dependency> + <!-- + <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>oak-mongomk</artifactId> + <version>${project.version}</version> + </dependency> + --> + <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>oak-mk</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <version>1.3.158</version> + </dependency> + <dependency> + <groupId>com.cedarsoft.commons</groupId> + <artifactId>test-utils</artifactId> + <version>5.0.9</version> + <exclusions> + <exclusion> + <artifactId>maven-cobertura-plugin</artifactId> + <groupId>maven-plugins</groupId> + </exclusion> + <exclusion> + <artifactId>maven-findbugs-plugin</artifactId> + <groupId>maven-plugins</groupId> + </exclusion> + </exclusions> + </dependency> + </dependencies> + <pluginRepositories> + <pluginRepository> + <id>maven-repo.evolvis.org</id> + <url>http://maven-repo.evolvis.org/releases/</url> + </pluginRepository> + </pluginRepositories> + +</project> Modified: jackrabbit/oak/trunk/oak-mongomk/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-mongomk/pom.xml?rev=1437886&r1=1437885&r2=1437886&view=diff ============================================================================== --- jackrabbit/oak/trunk/oak-mongomk/pom.xml (original) +++ jackrabbit/oak/trunk/oak-mongomk/pom.xml Thu Jan 24 08:16:56 2013 @@ -17,10 +17,7 @@ limitations under the License. --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> Modified: jackrabbit/oak/trunk/oak-parent/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1437886&r1=1437885&r2=1437886&view=diff ============================================================================== --- jackrabbit/oak/trunk/oak-parent/pom.xml (original) +++ jackrabbit/oak/trunk/oak-parent/pom.xml Thu Jan 24 08:16:56 2013 @@ -166,7 +166,7 @@ </goals> </pluginExecutionFilter> <action> - <execute/> + <execute /> </action> </pluginExecution> <pluginExecution> @@ -179,7 +179,7 @@ </goals> </pluginExecutionFilter> <action> - <execute/> + <execute /> </action> </pluginExecution> </pluginExecutions> @@ -291,4 +291,10 @@ </build> </profile> </profiles> + + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/branches/0.6/oak-parent</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/branches/0.6/oak-parent</developerConnection> + <url>http://svn.apache.org/viewvc/maven/pom/branches/0.6/oak-parent</url> + </scm> </project> Modified: jackrabbit/oak/trunk/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/pom.xml?rev=1437886&r1=1437885&r2=1437886&view=diff ============================================================================== --- jackrabbit/oak/trunk/pom.xml (original) +++ jackrabbit/oak/trunk/pom.xml Thu Jan 24 08:16:56 2013 @@ -54,9 +54,9 @@ </modules> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/oak/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/oak/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/jackrabbit/oak/trunk</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/oak/branches/0.6</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/oak/branches/0.6</developerConnection> + <url>http://svn.apache.org/viewvc/jackrabbit/oak/branches/0.6</url> </scm> <build>