aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2023-04-29 01:57:04 +0200
committerTeddy Wing2023-04-29 01:57:04 +0200
commit7a354a6dd94cd518217a5daa44e2d657873d3cce (patch)
tree42017eb72941d65d647eca442198e7acdc77387d
parent54b0144ecbf9caacac73b4b009cc72d2554e09cd (diff)
downloadpdf-form-replace-font2-7a354a6dd94cd518217a5daa44e2d657873d3cce.tar.bz2
[maven-release-plugin] prepare release v0.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>