Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release odftoolkit-0.5-incubating
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/odf/trunk@1231825 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Biao Han committed Jan 16, 2012
1 parent 53bdc28 commit bfcf956
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 41 deletions.
10 changes: 5 additions & 5 deletions generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.apache.odftoolkit</groupId>
<artifactId>odftoolkit</artifactId>
<version>0.6-incubating-SNAPSHOT</version>
<version>0.5-incubating</version>
</parent>

<!-- The Basics -->
<artifactId>schema2template-pom</artifactId>
<version>0.8.9-incubating-SNAPSHOT</version>
<version>0.8.8-incubating</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -173,9 +173,9 @@
</mailingList>
</mailingLists>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/odf/trunk/generator</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/odf/trunk/generator</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/odf/trunk/generator</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/odf/tags/odftoolkit-0.5-incubating/generator</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/odf/tags/odftoolkit-0.5-incubating/generator</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/odf/tags/odftoolkit-0.5-incubating/generator</url>
</scm>

<profiles>
Expand Down
4 changes: 2 additions & 2 deletions generator/schema2template-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.odftoolkit</groupId>
<artifactId>schema2template-pom</artifactId>
<version>0.8.9-incubating-SNAPSHOT</version>
<version>0.8.8-incubating</version>
</parent>

<!-- The Basics -->
<artifactId>schema2template-maven-plugin</artifactId>
<version>0.8.9-incubating-SNAPSHOT</version>
<version>0.8.8-incubating</version>
<packaging>maven-plugin</packaging>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions generator/schema2template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.odftoolkit</groupId>
<artifactId>schema2template-pom</artifactId>
<version>0.8.9-incubating-SNAPSHOT</version>
<version>0.8.8-incubating</version>
</parent>

<!-- The Basics -->
<artifactId>schema2template</artifactId>
<version>0.8.9-incubating-SNAPSHOT</version>
<version>0.8.8-incubating</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions odfdom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.apache.odftoolkit</groupId>
<artifactId>odftoolkit</artifactId>
<version>0.6-incubating-SNAPSHOT</version>
<version>0.5-incubating</version>
</parent>

<artifactId>odfdom-java</artifactId>
<version>0.8.9-incubating-SNAPSHOT</version>
<version>0.8.8-incubating</version>
<packaging>jar</packaging>

<dependencies>
Expand Down Expand Up @@ -429,9 +429,9 @@
</mailingList>
</mailingLists>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/odf/trunk/odfdom</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/odf/trunk/odfdom</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/odf/trunk/odfdom</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/odf/tags/odftoolkit-0.5-incubating/odfdom</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/odf/tags/odftoolkit-0.5-incubating/odfdom</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/odf/tags/odftoolkit-0.5-incubating/odfdom</url>
</scm>
<!-- Upload of JAVA DOC for SNAPSHOOTs
<distributionManagement>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>org.apache.odftoolkit</groupId>
<artifactId>odftoolkit</artifactId>
<version>0.6-incubating-SNAPSHOT</version>
<version>0.5-incubating</version>

<name>Apache ODF Toolkit</name>
<url>http://incubator.apache.org/odftoolkit/</url>
Expand All @@ -40,9 +40,9 @@
</organization>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/odf/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/odf/trunk</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/odf/trunk</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/odf/tags/odftoolkit-0.5-incubating</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/odf/tags/odftoolkit-0.5-incubating</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/odf/tags/odftoolkit-0.5-incubating</url>
</scm>

<issueManagement>
Expand Down
12 changes: 6 additions & 6 deletions simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<parent>
<groupId>org.apache.odftoolkit</groupId>
<artifactId>odftoolkit</artifactId>
<version>0.6-incubating-SNAPSHOT</version>
<version>0.5-incubating</version>
</parent>

<artifactId>simple-odf</artifactId>
<version>0.8-incubating-SNAPSHOT</version>
<version>0.7-incubating</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>odfdom-java</artifactId>
<version>0.8.9-incubating-SNAPSHOT</version>
<version>0.8.8-incubating</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
Expand Down Expand Up @@ -316,9 +316,9 @@
</mailingList>
</mailingLists>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/odf/trunk/simple</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/odf/trunk/simple</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/odf/trunk/simple</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/odf/tags/odftoolkit-0.5-incubating/simple</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/odf/tags/odftoolkit-0.5-incubating/simple</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/odf/tags/odftoolkit-0.5-incubating/simple</url>
</scm>
<profiles>
<profile>
Expand Down
10 changes: 5 additions & 5 deletions taglets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.odftoolkit</groupId>
<artifactId>odftoolkit</artifactId>
<version>0.6-incubating-SNAPSHOT</version>
<version>0.5-incubating</version>
</parent>

<artifactId>taglets</artifactId>
<version>0.8.9-incubating-SNAPSHOT</version>
<version>0.8.8-incubating</version>
<packaging>jar</packaging>

<!-- Build Settings -->
Expand Down Expand Up @@ -193,9 +193,9 @@
</mailingList>
</mailingLists>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/odf/trunk/taglets</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/odf/trunk/taglets</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/odf/trunk/taglets</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/odf/tags/odftoolkit-0.5-incubating/taglets</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/odf/tags/odftoolkit-0.5-incubating/taglets</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/odf/tags/odftoolkit-0.5-incubating/taglets</url>
</scm>
<profiles>
<profile>
Expand Down
12 changes: 6 additions & 6 deletions validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<parent>
<groupId>org.apache.odftoolkit</groupId>
<artifactId>odftoolkit</artifactId>
<version>0.6-incubating-SNAPSHOT</version>
<version>0.5-incubating</version>
</parent>
<artifactId>odfvalidator</artifactId>
<version>1.1.6-incubating-SNAPSHOT</version>
<version>1.1.5-incubating</version>
<packaging>war</packaging>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>odfdom-java</artifactId>
<version>0.8.9-incubating-SNAPSHOT</version>
<version>0.8.8-incubating</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
Expand Down Expand Up @@ -518,9 +518,9 @@
</mailingList>
</mailingLists>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/odf/trunk/validator</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/odf/trunk/validator</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/odf/trunk/validator</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/odf/tags/odftoolkit-0.5-incubating/validator</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/odf/tags/odftoolkit-0.5-incubating/validator</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/odf/tags/odftoolkit-0.5-incubating/validator</url>
</scm>
<!-- Upload of JAVA DOC for SNAPSHOOTs
<distributionManagement>
Expand Down
6 changes: 3 additions & 3 deletions xslt-runner-task/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.odftoolkit</groupId>
<artifactId>odftoolkit</artifactId>
<version>0.6-incubating-SNAPSHOT</version>
<version>0.5-incubating</version>
</parent>

<artifactId>xslt-runner-task</artifactId>
<name>ODF XSLT-Runner Ant Task</name>
<version>1.2.2-incubating-SNAPSHOT</version>
<version>1.2.1-incubating</version>

<organization>
<name>The Apache Software Foundation</name>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>xslt-runner</artifactId>
<version>1.2.2-incubating-SNAPSHOT</version>
<version>1.2.1-incubating</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand Down
6 changes: 3 additions & 3 deletions xslt-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.odftoolkit</groupId>
<artifactId>odftoolkit</artifactId>
<version>0.6-incubating-SNAPSHOT</version>
<version>0.5-incubating</version>
</parent>

<artifactId>xslt-runner</artifactId>
<name>ODF XSLT-Runner</name>
<version>1.2.2-incubating-SNAPSHOT</version>
<version>1.2.1-incubating</version>

<organization>
<name>The Apache Software Foundation</name>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>odfdom-java</artifactId>
<version>0.8.9-incubating-SNAPSHOT</version>
<version>0.8.8-incubating</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit bfcf956

Please sign in to comment.