diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2016-04-03 22:59:46 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2016-04-03 22:59:46 +0000 |
commit | 17d31d9902e5b688f7cac5b3d1b376bf1e0bb1c8 (patch) | |
tree | 6fbd0c862b5f999a9c6a2f4b62a3d1daeb5384a8 | |
parent | 8b2f3620578ce7ff2808b3f8802bf7ec252f0d45 (diff) | |
parent | 8d66a5c5d1badfee4009546d68c985c26580d91b (diff) | |
download | poi-17d31d9902e5b688f7cac5b3d1b376bf1e0bb1c8.tar.gz poi-17d31d9902e5b688f7cac5b3d1b376bf1e0bb1c8.zip |
tag r1737618 as 3.15-beta1
git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_15_BETA1@1737619 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.xml | 9 | ||||
-rw-r--r-- | sonar/examples/pom.xml | 2 | ||||
-rw-r--r-- | sonar/excelant/pom.xml | 2 | ||||
-rw-r--r-- | sonar/main/pom.xml | 2 | ||||
-rw-r--r-- | sonar/ooxml-schema-encryption/pom.xml | 2 | ||||
-rw-r--r-- | sonar/ooxml-schema-security/pom.xml | 2 | ||||
-rw-r--r-- | sonar/ooxml-schema/pom.xml | 2 | ||||
-rw-r--r-- | sonar/ooxml/pom.xml | 2 | ||||
-rw-r--r-- | sonar/pom.xml | 2 | ||||
-rw-r--r-- | sonar/scratchpad/pom.xml | 2 |
10 files changed, 13 insertions, 14 deletions
@@ -2074,17 +2074,17 @@ under the License. <!-- (revision)properties can't be set and read within one svn block --> <echo message="updating build.xml and status.xml"/> <svn refid="svn.settings"> - <update dir="." recurse="true"/> <commit message="release prepare for ${version.id} - updating build.xml and status.xml" recurse="false"> <fileset dir="." includes="build.xml,src/documentation/content/xdocs/status.xml"/> </commit> + <update dir="." recurse="true"/> <status path="." revisionProperty="svn_version1"/> </svn> - <echo message="pin documentation"/> + <echo message="pin documentation - release ${svn_version1}"/> <svn refid="svn.settings"> - <update dir="." recurse="true"/> <propset path="src" name="svn:externals" value="documentation -r${svn_version1} https://svn.apache.org/repos/asf/poi/site/src/documentation"/> <commit message="release prepare for ${version.id} - pin documentation" dir="src" recurse="false"/> + <update dir="." recurse="true"/> <status path="." revisionProperty="svn_version2"/> </svn> <echo message="create release tag"/> @@ -2092,8 +2092,7 @@ under the License. <copy srcUrl="https://svn.apache.org/repos/asf/poi/trunk" destUrl="https://svn.apache.org/repos/asf/poi/tags/${RELEASE_TAG}" - message="tag r${svn_version2} as ${version.id}" - revision="${svn_version2}"/> + message="tag r${svn_version2} as ${version.id}"/> </svn> <!-- update build.xml to the next beta version --> diff --git a/sonar/examples/pom.xml b/sonar/examples/pom.xml index adf819f2c0..b54b008945 100644 --- a/sonar/examples/pom.xml +++ b/sonar/examples/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.poi</groupId> <artifactId>poi-parent</artifactId> - <version>3.15-beta1-SNAPSHOT</version> + <version>3.15-beta2-SNAPSHOT</version> </parent> <artifactId>poi-examples</artifactId> <packaging>jar</packaging> diff --git a/sonar/excelant/pom.xml b/sonar/excelant/pom.xml index d87e512f2d..2f8bf7e2f1 100644 --- a/sonar/excelant/pom.xml +++ b/sonar/excelant/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.poi</groupId> <artifactId>poi-parent</artifactId> - <version>3.15-beta1-SNAPSHOT</version> + <version>3.15-beta2-SNAPSHOT</version> </parent> <artifactId>poi-excelant</artifactId> <packaging>jar</packaging> diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml index 41ed60992a..733d123f2d 100644 --- a/sonar/main/pom.xml +++ b/sonar/main/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.poi</groupId> <artifactId>poi-parent</artifactId> - <version>3.15-beta1-SNAPSHOT</version> + <version>3.15-beta2-SNAPSHOT</version> </parent> <artifactId>poi-main</artifactId> <packaging>jar</packaging> diff --git a/sonar/ooxml-schema-encryption/pom.xml b/sonar/ooxml-schema-encryption/pom.xml index 625d43b8f1..8d95d7cba9 100644 --- a/sonar/ooxml-schema-encryption/pom.xml +++ b/sonar/ooxml-schema-encryption/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.poi</groupId> <artifactId>poi-parent</artifactId> - <version>3.15-beta1-SNAPSHOT</version> + <version>3.15-beta2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>poi-ooxml-schema-encryption</artifactId> diff --git a/sonar/ooxml-schema-security/pom.xml b/sonar/ooxml-schema-security/pom.xml index 351774d7c3..14a8ac759e 100644 --- a/sonar/ooxml-schema-security/pom.xml +++ b/sonar/ooxml-schema-security/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.poi</groupId> <artifactId>poi-parent</artifactId> - <version>3.15-beta1-SNAPSHOT</version> + <version>3.15-beta2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>poi-ooxml-schema-security</artifactId> diff --git a/sonar/ooxml-schema/pom.xml b/sonar/ooxml-schema/pom.xml index db390a26e6..57f072ead8 100644 --- a/sonar/ooxml-schema/pom.xml +++ b/sonar/ooxml-schema/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.poi</groupId> <artifactId>poi-parent</artifactId> - <version>3.15-beta1-SNAPSHOT</version> + <version>3.15-beta2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>poi-ooxml-schema</artifactId> diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index 5d4fcc36a2..c85cada438 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.poi</groupId> <artifactId>poi-parent</artifactId> - <version>3.15-beta1-SNAPSHOT</version> + <version>3.15-beta2-SNAPSHOT</version> </parent> <artifactId>poi-ooxml</artifactId> <packaging>jar</packaging> diff --git a/sonar/pom.xml b/sonar/pom.xml index 3db481e8c2..d66c05d943 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -3,7 +3,7 @@ <groupId>org.apache.poi</groupId> <artifactId>poi-parent</artifactId> <packaging>pom</packaging> - <version>3.15-beta1-SNAPSHOT</version> + <version>3.15-beta2-SNAPSHOT</version> <name>Apache POI - the Java API for Microsoft Documents</name> <description>Maven build of Apache POI for Sonar checks</description> <url>http://poi.apache.org/</url> diff --git a/sonar/scratchpad/pom.xml b/sonar/scratchpad/pom.xml index 5a3c8b7416..104a8f3d8e 100644 --- a/sonar/scratchpad/pom.xml +++ b/sonar/scratchpad/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.poi</groupId> <artifactId>poi-parent</artifactId> - <version>3.15-beta1-SNAPSHOT</version> + <version>3.15-beta2-SNAPSHOT</version> </parent> <artifactId>poi-scratchpad</artifactId> <packaging>jar</packaging> |