Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0.M10
Browse files Browse the repository at this point in the history
  • Loading branch information
ediweissmann committed Jan 16, 2015
1 parent 61f2732 commit 65c007b
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 19 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
<connection>scm:git:[email protected]:torakiki/sejda.git</connection>
<developerConnection>scm:git:[email protected]:torakiki/sejda.git</developerConnection>
<url>scm:git:[email protected]:torakiki/sejda.git</url>
</scm>
<tag>v1.0.0.M10</tag>
</scm>

<developers>
<developer>
Expand All @@ -48,7 +49,7 @@
<parent>
<groupId>org.sejda</groupId>
<artifactId>sejda-parent</artifactId>
<version>1.0.0.M10-SNAPSHOT</version>
<version>1.0.0.M10</version>
<relativePath>sejda-parent/pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions sejda-console/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<url>http://www.sejda.org</url>
<artifactId>sejda-console</artifactId>
Expand All @@ -11,7 +10,7 @@
<parent>
<groupId>org.sejda</groupId>
<artifactId>sejda-parent</artifactId>
<version>1.0.0.M10-SNAPSHOT</version>
<version>1.0.0.M10</version>
<relativePath>../sejda-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sejda-conversion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.sejda</groupId>
<artifactId>sejda-parent</artifactId>
<version>1.0.0.M10-SNAPSHOT</version>
<version>1.0.0.M10</version>
<relativePath>../sejda-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sejda-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sejda</groupId>
<artifactId>sejda-parent</artifactId>
<version>1.0.0.M10-SNAPSHOT</version>
<version>1.0.0.M10</version>
<relativePath>../sejda-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sejda-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.sejda</groupId>
<artifactId>sejda-parent</artifactId>
<version>1.0.0.M10-SNAPSHOT</version>
<version>1.0.0.M10</version>
<relativePath>../sejda-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sejda-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sejda</groupId>
<artifactId>sejda-parent</artifactId>
<version>1.0.0.M10-SNAPSHOT</version>
<version>1.0.0.M10</version>
<relativePath>../sejda-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sejda-icepdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sejda</groupId>
<artifactId>sejda-parent</artifactId>
<version>1.0.0.M10-SNAPSHOT</version>
<version>1.0.0.M10</version>
<relativePath>../sejda-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sejda-image-writers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sejda</groupId>
<artifactId>sejda-parent</artifactId>
<version>1.0.0.M10-SNAPSHOT</version>
<version>1.0.0.M10</version>
<relativePath>../sejda-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sejda-itext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sejda</groupId>
<artifactId>sejda-parent</artifactId>
<version>1.0.0.M10-SNAPSHOT</version>
<version>1.0.0.M10</version>
<relativePath>../sejda-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sejda-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sejda</groupId>
<artifactId>sejda-parent</artifactId>
<version>1.0.0.M10-SNAPSHOT</version>
<version>1.0.0.M10</version>
<relativePath>../sejda-parent/pom.xml</relativePath>
</parent>

Expand Down
9 changes: 6 additions & 3 deletions sejda-parent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.sejda</groupId>
<artifactId>sejda-parent</artifactId>
<packaging>pom</packaging>
<name>sejda</name>
<version>1.0.0.M10-SNAPSHOT</version>
<version>1.0.0.M10</version>
<url>http://www.sejda.org</url>
<description>An extendible 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 iText, PDFBox or ICEpdf but it can be extended and/or configured to use other implementations.</description>

Expand Down Expand Up @@ -206,4 +205,8 @@
</dependency>
</dependencies>


<scm>
<tag>v1.0.0.M10</tag>
</scm>
</project>
5 changes: 2 additions & 3 deletions sejda-pdfbox/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<description>Package containing tasks implemented using PDFBox.</description>
<url>http://www.sejda.org</url>
<parent>
<groupId>org.sejda</groupId>
<artifactId>sejda-parent</artifactId>
<version>1.0.0.M10-SNAPSHOT</version>
<version>1.0.0.M10</version>
<relativePath>../sejda-parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 65c007b

Please sign in to comment.