[maven-release-plugin] prepare release v1.0.0

This commit is contained in:
Gered 2022-01-17 17:51:16 -05:00
parent d0528b5744
commit cc425df3d7

View file

@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>ca.blarg</groupId>
<artifactId>prism4j-languages</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Prism4j Pre-packaged Languages</name>
<description>An assortment of pre-packaged language grammars for use with Prism4j.</description>
@ -23,7 +21,7 @@
<url>git@github.com:gered/prism4j-languages.git</url>
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
</scm>
<developers>