Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svanteschubert committed Nov 26, 2021
1 parent eae039e commit 6045774
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.odftoolkit</groupId>
<artifactId>odftoolkit</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<!-- The Basics -->
<artifactId>schema2template-pom</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -130,7 +130,7 @@
<connection>scm:git:git://github.com/tdf/odftoolkit.git</connection>
<developerConnection>scm:git:git@github.com:tdf/odftoolkit.git</developerConnection>
<url>https://github.com/tdf/odftoolkit/tree/trunk/generator</url>
<tag>HEAD</tag>
<tag>0.9.0</tag>
</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 @@ -23,14 +23,14 @@
<parent>
<groupId>org.odftoolkit</groupId>
<artifactId>schema2template-pom</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<!-- The Basics -->
<name>XML Schema to Template Mapping Tool: Maven2 Plugin</name>
<artifactId>schema2template-maven-plugin</artifactId>
<description>Maven Plugin for XML Schema to Template Mapping Tool</description>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</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 @@ -23,12 +23,12 @@
<parent>
<groupId>org.odftoolkit</groupId>
<artifactId>schema2template-pom</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<!-- The Basics -->
<artifactId>schema2template</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions odfdom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.odftoolkit</groupId>
<artifactId>odftoolkit</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>odfdom-java</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down Expand Up @@ -373,7 +373,7 @@
<connection>scm:git:git://github.com/tdf/odftoolkit.git</connection>
<developerConnection>scm:git:git@github.com:tdf/odftoolkit.git</developerConnection>
<url>https://github.com/tdf/odftoolkit/tree/trunk/odfdom</url>
<tag>HEAD</tag>
<tag>0.9.0</tag>
</scm>
<profiles>
<profile>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.odftoolkit</groupId>
<artifactId>odftoolkit</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -141,7 +141,7 @@
<connection>scm:git:git://github.com/tdf/odftoolkit.git</connection>
<developerConnection>scm:git:git@github.com:tdf/odftoolkit.git</developerConnection>
<url>https://github.com/tdf/odftoolkit.git</url>
<tag>HEAD</tag>
<tag>0.9.0</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
Expand Down
8 changes: 4 additions & 4 deletions simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
<parent>
<groupId>org.odftoolkit</groupId>
<artifactId>odftoolkit</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>simple-odf</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>odfdom-java</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
Expand Down Expand Up @@ -257,7 +257,7 @@
<connection>scm:git:git://github.com/tdf/odftoolkit.git</connection>
<developerConnection>scm:git:git@github.com:tdf/odftoolkit.git</developerConnection>
<url>https://github.com/tdf/odftoolkit/tree/trunk/simple</url>
<tag>HEAD</tag>
<tag>0.9.0</tag>
</scm>
<profiles>
<profile>
Expand Down
6 changes: 3 additions & 3 deletions taglets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.odftoolkit</groupId>
<artifactId>odftoolkit</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>taglets</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -128,7 +128,7 @@
<connection>scm:git:git://github.com/tdf/odftoolkit.git</connection>
<developerConnection>scm:git:git@github.com:tdf/odftoolkit.git</developerConnection>
<url>https://github.com/tdf/odftoolkit/tree/trunk/taglets</url>
<tag>HEAD</tag>
<tag>0.9.0</tag>
</scm>
<profiles>
<profile>
Expand Down
8 changes: 4 additions & 4 deletions validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
<parent>
<groupId>org.odftoolkit</groupId>
<artifactId>odftoolkit</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>odfvalidator</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>war</packaging>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>odfdom-java</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
Expand Down Expand Up @@ -335,7 +335,7 @@
<connection>scm:git:git://github.com/tdf/odftoolkit.git</connection>
<developerConnection>scm:git:git@github.com:tdf/odftoolkit.git</developerConnection>
<url>https://github.com/tdf/odftoolkit/tree/trunk/validator</url>
<tag>HEAD</tag>
<tag>0.9.0</tag>
</scm>
<profiles>
<!-- Profile for deploying to the Sonatype repository, which
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 @@ -23,12 +23,12 @@
<parent>
<groupId>org.odftoolkit</groupId>
<artifactId>odftoolkit</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>xslt-runner-task</artifactId>
<name>ODF XSLT-Runner Ant Task</name>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>

<organization>
<name>The Document Foundation</name>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>xslt-runner</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</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 @@ -23,12 +23,12 @@
<parent>
<groupId>org.odftoolkit</groupId>
<artifactId>odftoolkit</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>xslt-runner</artifactId>
<name>ODF XSLT-Runner</name>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>

<organization>
<name>The Document Foundation</name>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>odfdom-java</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
Expand Down

0 comments on commit 6045774

Please sign in to comment.