diff options
author | Teddy Wing | 2023-04-30 02:29:56 +0200 |
---|---|---|
committer | Teddy Wing | 2023-04-30 02:29:56 +0200 |
commit | 10f9b11e8ddc86d91c090eef68bbb27462314824 (patch) | |
tree | d40a3f61722b7847994184c2e7735912be76d8ca | |
parent | 462e8622d47adfcd51ad096142559f00049c6773 (diff) | |
download | pdf-form-replace-font2-10f9b11e8ddc86d91c090eef68bbb27462314824.tar.bz2 |
[maven-release-plugin] rollback the release of v0.0.1
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,12 +20,13 @@ 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.2-SNAPSHOT</version> + <version>0.0.1-SNAPSHOT</version> <packaging>jar</packaging> <name>pdf-form-replace-font2</name> @@ -41,7 +42,6 @@ along with PDF Form Replace Font2. If not, see <scm> <developerConnection>scm:git:file://${project.basedir}</developerConnection> - <tag>HEAD</tag> </scm> <dependencies> |