diff options
Diffstat (limited to 'pom.xml')
-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> |