Skip to content

Commit

Permalink
Set version to 1.3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
asturio committed May 12, 2022
1 parent 117af6c commit 1f755fa
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions createRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Press ENTER to continue. Ctrl-C to stop.
EOD
read ignored

# echo "#1. Setting release version: ${VERSION}"
# mvn versions:set -DnewVersion="${VERSION}"
echo "#1. Setting release version: ${VERSION}"
mvn versions:set -DnewVersion="${VERSION}"

echo "#2. Test build"
mvn clean install
Expand Down
2 changes: 1 addition & 1 deletion openpdf-fonts-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.3.28-SNAPSHOT</version>
<version>1.3.28</version>
</parent>

<artifactId>openpdf-fonts-extra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openpdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.3.28-SNAPSHOT</version>
<version>1.3.28</version>
</parent>

<artifactId>openpdf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pdf-swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.3.28-SNAPSHOT</version>
<version>1.3.28</version>
</parent>

<artifactId>pdf-swing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pdf-toolbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.3.28-SNAPSHOT</version>
<version>1.3.28</version>
</parent>

<artifactId>pdf-toolbox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>1.3.28-SNAPSHOT</version> <!-- artifact.version -->
<version>1.3.28</version> <!-- artifact.version -->
<packaging>pom</packaging>

<!-- please run mvn tidy:pom once in a while -->
Expand Down

0 comments on commit 1f755fa

Please sign in to comment.