Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
torakiki committed Feb 6, 2024
1 parent ea8b550 commit 8cef9b3
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 25 deletions.
2 changes: 1 addition & 1 deletion pdfsam-basic/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pdfsam-core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pdfsam-docs/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pdfsam-gui/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 3 additions & 5 deletions pdfsam-i18n/pom.xml
@@ -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>
<description>Internationalization for PDFsam</description>
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -59,8 +58,7 @@
</goals>
<configuration>
<target>
<move file="${project.build.outputDirectory}/org/pdfsam/i18n/Messages_iw.properties"
tofile="${project.build.outputDirectory}/org/pdfsam/i18n/Messages_he.properties"/>
<move file="${project.build.outputDirectory}/org/pdfsam/i18n/Messages_iw.properties" tofile="${project.build.outputDirectory}/org/pdfsam/i18n/Messages_he.properties" />
</target>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion pdfsam-model/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pdfsam-persistence/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pdfsam-service/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pdfsam-test/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pdfsam-themes/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pdfsam-tools/pdfsam-alternate-mix/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pdfsam-tools/pdfsam-backpages/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pdfsam-tools/pdfsam-extract/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pdfsam-tools/pdfsam-merge/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pdfsam-tools/pdfsam-rotate/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pdfsam-tools/pdfsam-simple-split/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pdfsam-tools/pdfsam-split-by-bookmarks/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pdfsam-tools/pdfsam-split-by-size/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pdfsam-ui-components/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.pdfsam</groupId>
<artifactId>pdfsam-parent</artifactId>
<packaging>pom</packaging>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<name>PDFsam</name>
<description>A free open source desktop application to split and merge pdf documents</description>
<url>https://pdfsam.org</url>
Expand All @@ -17,7 +17,7 @@
<connection>scm:git:git@github.com:torakiki/pdfsam.git</connection>
<developerConnection>scm:git:git@github.com:torakiki/pdfsam.git</developerConnection>
<url>scm:git:git@github.com:torakiki/pdfsam.git</url>
<tag>v5.1.3</tag>
<tag>v5.2.1</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 8cef9b3

Please sign in to comment.