Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1768710 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
davidegiannella committed Nov 8, 2016
1 parent 8e5744a commit 00c3caf
Show file tree
Hide file tree
Showing 27 changed files with 32 additions and 38 deletions.
2 changes: 1 addition & 1 deletion oak-auth-external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-auth-ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-authorization-cug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion oak-blob-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>oak-parent</artifactId>
<groupId>org.apache.jackrabbit</groupId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion oak-blob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>oak-parent</artifactId>
<groupId>org.apache.jackrabbit</groupId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion oak-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions oak-examples/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../../oak-parent/pom.xml</relativePath>
</parent>
<artifactId>oak-standalone</artifactId>
Expand All @@ -35,7 +35,7 @@
<description>Standalone application based on Spring Boot then embeds a Jackrabbit Oak content repository</description>

<properties>
<oak.version>1.5.13</oak.version>
<oak.version>1.6-SNAPSHOT</oak.version>
<tika.version>1.7</tika.version>
<skip.deployment>true</skip.deployment>
<spring.boot.version>1.3.0.RELEASE</spring.boot.version>
Expand Down
4 changes: 2 additions & 2 deletions oak-examples/webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../../oak-parent/pom.xml</relativePath>
</parent>
<artifactId>oak-webapp</artifactId>
Expand All @@ -35,7 +35,7 @@
<description>Web application that hosts and serves a Jackrabbit Oak content repository</description>

<properties>
<oak.version>1.5.13</oak.version>
<oak.version>1.6-SNAPSHOT</oak.version>
<tomcat.version>7.0.40</tomcat.version>
<tika.version>1.7</tika.version>
<skip.deployment>true</skip.deployment>
Expand Down
2 changes: 1 addition & 1 deletion oak-exercise/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-it-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-jcr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
8 changes: 1 addition & 7 deletions oak-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<name>Oak Parent POM</name>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -1064,10 +1064,4 @@
</build>
</profile>
</profiles>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/jackrabbit-oak-1.5.13/oak-parent</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/jackrabbit-oak-1.5.13/oak-parent</developerConnection>
<url>http://svn.apache.org/viewvc/maven/pom/tags/jackrabbit-oak-1.5.13/oak-parent</url>
</scm>
</project>
2 changes: 1 addition & 1 deletion oak-pojosr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-segment-tar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-segment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-solr-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-solr-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-tarmk-standby/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-upgrade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.5.13</version>
<version>1.6-SNAPSHOT</version>
<relativePath>oak-parent/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -63,9 +63,9 @@
</modules>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.5.13</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.5.13</developerConnection>
<url>http://svn.apache.org/viewvc/jackrabbit/oak/tags/jackrabbit-oak-1.5.13</url>
<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>
</scm>

<build>
Expand Down

0 comments on commit 00c3caf

Please sign in to comment.