Skip to content

Commit f80fc51

Browse files
committed
[maven-release-plugin] prepare release v6.0.0.M2
1 parent ba27dd5 commit f80fc51

10 files changed

Lines changed: 11 additions & 11 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>sejda-parent</artifactId>
77
<packaging>pom</packaging>
88
<name>sejda</name>
9-
<version>6.0.0.M2-SNAPSHOT</version>
9+
<version>6.0.0.M2</version>
1010
<description>An extendable and configurable PDF manipulation layer library. A ready to use java library to perform PDF documents manipulation without having to deal with the low level API. Sejda offers many "ready to go" manipulations implemented using the SAMBox but it can be extended to use other implementations.</description>
1111

1212
<organization>
@@ -32,7 +32,7 @@
3232
<connection>scm:git:git@github.com:torakiki/sejda.git</connection>
3333
<developerConnection>scm:git:git@github.com:torakiki/sejda.git</developerConnection>
3434
<url>scm:git:git@github.com:torakiki/sejda.git</url>
35-
<tag>v5.1.5</tag>
35+
<tag>v6.0.0.M2</tag>
3636
</scm>
3737

3838
<developers>

sejda-conversion/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.sejda</groupId>
1212
<artifactId>sejda-parent</artifactId>
13-
<version>6.0.0.M2-SNAPSHOT</version>
13+
<version>6.0.0.M2</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

sejda-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sejda</groupId>
77
<artifactId>sejda-parent</artifactId>
8-
<version>6.0.0.M2-SNAPSHOT</version>
8+
<version>6.0.0.M2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

sejda-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.sejda</groupId>
1212
<artifactId>sejda-parent</artifactId>
13-
<version>6.0.0.M2-SNAPSHOT</version>
13+
<version>6.0.0.M2</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

sejda-docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sejda</groupId>
77
<artifactId>sejda-parent</artifactId>
8-
<version>6.0.0.M2-SNAPSHOT</version>
8+
<version>6.0.0.M2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

sejda-fonts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.sejda</groupId>
1212
<artifactId>sejda-parent</artifactId>
13-
<version>6.0.0.M2-SNAPSHOT</version>
13+
<version>6.0.0.M2</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

sejda-image-writers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sejda</groupId>
88
<artifactId>sejda-parent</artifactId>
9-
<version>6.0.0.M2-SNAPSHOT</version>
9+
<version>6.0.0.M2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

sejda-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sejda</groupId>
88
<artifactId>sejda-parent</artifactId>
9-
<version>6.0.0.M2-SNAPSHOT</version>
9+
<version>6.0.0.M2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

sejda-sambox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sejda</groupId>
88
<artifactId>sejda-parent</artifactId>
9-
<version>6.0.0.M2-SNAPSHOT</version>
9+
<version>6.0.0.M2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

sejda-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sejda</groupId>
88
<artifactId>sejda-parent</artifactId>
9-
<version>6.0.0.M2-SNAPSHOT</version>
9+
<version>6.0.0.M2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)