Skip to content

Commit 6045774

Browse files
[maven-release-plugin] prepare release 0.9.0
1 parent eae039e commit 6045774

File tree

10 files changed

+29
-29
lines changed

10 files changed

+29
-29
lines changed

generator/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.odftoolkit</groupId>
2525
<artifactId>odftoolkit</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
</parent>
2828

2929
<!-- The Basics -->
3030
<artifactId>schema2template-pom</artifactId>
31-
<version>0.9.1-SNAPSHOT</version>
31+
<version>0.9.0</version>
3232
<packaging>pom</packaging>
3333

3434
<properties>
@@ -130,7 +130,7 @@
130130
<connection>scm:git:git://github.com/tdf/odftoolkit.git</connection>
131131
<developerConnection>scm:git:[email protected]:tdf/odftoolkit.git</developerConnection>
132132
<url>https://github.com/tdf/odftoolkit/tree/trunk/generator</url>
133-
<tag>HEAD</tag>
133+
<tag>0.9.0</tag>
134134
</scm>
135135

136136
<profiles>

generator/schema2template-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<parent>
2424
<groupId>org.odftoolkit</groupId>
2525
<artifactId>schema2template-pom</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
</parent>
2828

2929
<!-- The Basics -->
3030
<name>XML Schema to Template Mapping Tool: Maven2 Plugin</name>
3131
<artifactId>schema2template-maven-plugin</artifactId>
3232
<description>Maven Plugin for XML Schema to Template Mapping Tool</description>
33-
<version>0.9.1-SNAPSHOT</version>
33+
<version>0.9.0</version>
3434
<packaging>maven-plugin</packaging>
3535
<dependencies>
3636
<dependency>

generator/schema2template/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.odftoolkit</groupId>
2525
<artifactId>schema2template-pom</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
</parent>
2828

2929
<!-- The Basics -->
3030
<artifactId>schema2template</artifactId>
31-
<version>0.9.1-SNAPSHOT</version>
31+
<version>0.9.0</version>
3232
<packaging>jar</packaging>
3333
<dependencies>
3434
<dependency>

odfdom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.odftoolkit</groupId>
2525
<artifactId>odftoolkit</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>odfdom-java</artifactId>
31-
<version>0.9.1-SNAPSHOT</version>
31+
<version>0.9.0</version>
3232
<packaging>jar</packaging>
3333

3434
<dependencies>
@@ -373,7 +373,7 @@
373373
<connection>scm:git:git://github.com/tdf/odftoolkit.git</connection>
374374
<developerConnection>scm:git:[email protected]:tdf/odftoolkit.git</developerConnection>
375375
<url>https://github.com/tdf/odftoolkit/tree/trunk/odfdom</url>
376-
<tag>HEAD</tag>
376+
<tag>0.9.0</tag>
377377
</scm>
378378
<profiles>
379379
<profile>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.odftoolkit</groupId>
2323
<artifactId>odftoolkit</artifactId>
24-
<version>0.9.1-SNAPSHOT</version>
24+
<version>0.9.0</version>
2525
<packaging>pom</packaging>
2626

2727
<parent>
@@ -141,7 +141,7 @@
141141
<connection>scm:git:git://github.com/tdf/odftoolkit.git</connection>
142142
<developerConnection>scm:git:[email protected]:tdf/odftoolkit.git</developerConnection>
143143
<url>https://github.com/tdf/odftoolkit.git</url>
144-
<tag>HEAD</tag>
144+
<tag>0.9.0</tag>
145145
</scm>
146146
<issueManagement>
147147
<system>GitHub Issues</system>

simple/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
<parent>
2323
<groupId>org.odftoolkit</groupId>
2424
<artifactId>odftoolkit</artifactId>
25-
<version>0.9.1-SNAPSHOT</version>
25+
<version>0.9.0</version>
2626
</parent>
2727

2828
<artifactId>simple-odf</artifactId>
29-
<version>0.9.1-SNAPSHOT</version>
29+
<version>0.9.0</version>
3030
<packaging>jar</packaging>
3131

3232
<dependencies>
3333
<dependency>
3434
<groupId>${project.groupId}</groupId>
3535
<artifactId>odfdom-java</artifactId>
36-
<version>0.9.1-SNAPSHOT</version>
36+
<version>0.9.0</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>xerces</groupId>
@@ -257,7 +257,7 @@
257257
<connection>scm:git:git://github.com/tdf/odftoolkit.git</connection>
258258
<developerConnection>scm:git:[email protected]:tdf/odftoolkit.git</developerConnection>
259259
<url>https://github.com/tdf/odftoolkit/tree/trunk/simple</url>
260-
<tag>HEAD</tag>
260+
<tag>0.9.0</tag>
261261
</scm>
262262
<profiles>
263263
<profile>

taglets/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
<parent>
2525
<groupId>org.odftoolkit</groupId>
2626
<artifactId>odftoolkit</artifactId>
27-
<version>0.9.1-SNAPSHOT</version>
27+
<version>0.9.0</version>
2828
</parent>
2929

3030
<artifactId>taglets</artifactId>
31-
<version>0.9.1-SNAPSHOT</version>
31+
<version>0.9.0</version>
3232
<packaging>jar</packaging>
3333

3434
<properties>
@@ -128,7 +128,7 @@
128128
<connection>scm:git:git://github.com/tdf/odftoolkit.git</connection>
129129
<developerConnection>scm:git:[email protected]:tdf/odftoolkit.git</developerConnection>
130130
<url>https://github.com/tdf/odftoolkit/tree/trunk/taglets</url>
131-
<tag>HEAD</tag>
131+
<tag>0.9.0</tag>
132132
</scm>
133133
<profiles>
134134
<profile>

validator/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
<parent>
2323
<groupId>org.odftoolkit</groupId>
2424
<artifactId>odftoolkit</artifactId>
25-
<version>0.9.1-SNAPSHOT</version>
25+
<version>0.9.0</version>
2626
</parent>
2727
<artifactId>odfvalidator</artifactId>
28-
<version>0.9.1-SNAPSHOT</version>
28+
<version>0.9.0</version>
2929
<packaging>war</packaging>
3030

3131
<dependencies>
3232
<dependency>
3333
<groupId>${project.groupId}</groupId>
3434
<artifactId>odfdom-java</artifactId>
35-
<version>0.9.1-SNAPSHOT</version>
35+
<version>0.9.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>commons-fileupload</groupId>
@@ -335,7 +335,7 @@
335335
<connection>scm:git:git://github.com/tdf/odftoolkit.git</connection>
336336
<developerConnection>scm:git:[email protected]:tdf/odftoolkit.git</developerConnection>
337337
<url>https://github.com/tdf/odftoolkit/tree/trunk/validator</url>
338-
<tag>HEAD</tag>
338+
<tag>0.9.0</tag>
339339
</scm>
340340
<profiles>
341341
<!-- Profile for deploying to the Sonatype repository, which

xslt-runner-task/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.odftoolkit</groupId>
2525
<artifactId>odftoolkit</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
</parent>
2828

2929
<artifactId>xslt-runner-task</artifactId>
3030
<name>ODF XSLT-Runner Ant Task</name>
31-
<version>0.9.1-SNAPSHOT</version>
31+
<version>0.9.0</version>
3232

3333
<organization>
3434
<name>The Document Foundation</name>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>${project.groupId}</groupId>
4040
<artifactId>xslt-runner</artifactId>
41-
<version>0.9.1-SNAPSHOT</version>
41+
<version>0.9.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.apache.ant</groupId>

xslt-runner/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.odftoolkit</groupId>
2525
<artifactId>odftoolkit</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
</parent>
2828

2929
<artifactId>xslt-runner</artifactId>
3030
<name>ODF XSLT-Runner</name>
31-
<version>0.9.1-SNAPSHOT</version>
31+
<version>0.9.0</version>
3232

3333
<organization>
3434
<name>The Document Foundation</name>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>${project.groupId}</groupId>
4141
<artifactId>odfdom-java</artifactId>
42-
<version>0.9.1-SNAPSHOT</version>
42+
<version>0.9.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>xml-apis</groupId>

0 commit comments

Comments
 (0)