diff options
author | Teddy Wing | 2023-04-30 03:50:57 +0200 |
---|---|---|
committer | Teddy Wing | 2023-04-30 03:50:57 +0200 |
commit | 9ac15396b599398049153185c4ddfd9919c4e1da (patch) | |
tree | 913ca4a5730d8573b26a69db2945ac1cb7d2f9e1 | |
parent | 10f9b11e8ddc86d91c090eef68bbb27462314824 (diff) | |
download | pdf-form-replace-font2-9ac15396b599398049153185c4ddfd9919c4e1da.tar.bz2 |
[maven-release-plugin] prepare release v0.0.1v0.0.1
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |