aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2023-04-30 03:50:57 +0200
committerTeddy Wing2023-04-30 03:50:57 +0200
commit9ac15396b599398049153185c4ddfd9919c4e1da (patch)
tree913ca4a5730d8573b26a69db2945ac1cb7d2f9e1
parent10f9b11e8ddc86d91c090eef68bbb27462314824 (diff)
downloadpdf-form-replace-font2-9ac15396b599398049153185c4ddfd9919c4e1da.tar.bz2
[maven-release-plugin] prepare release v0.0.1v0.0.1
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index ea500f6..03f0637 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,13 +20,12 @@ along with PDF Form Replace Font2. If not, see
<https://www.gnu.org/licenses/>.
-->
-<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.teddywing.pdf_form_replace_font2</groupId>
<artifactId>pdf-form-replace-font2</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
<packaging>jar</packaging>
<name>pdf-form-replace-font2</name>
@@ -42,6 +41,7 @@ along with PDF Form Replace Font2. If not, see
<scm>
<developerConnection>scm:git:file://${project.basedir}</developerConnection>
+ <tag>v0.0.1</tag>
</scm>
<dependencies>