core ES6 pom.xml modifications for release

This commit is contained in:
Louis Grignon 2019-03-10 23:34:37 +01:00
parent 13ce785f2e
commit f26196b13b

View File

@ -5,10 +5,29 @@
<artifactId>jsweet-core</artifactId> <artifactId>jsweet-core</artifactId>
<name>JSweet Core Lib</name> <name>JSweet Core Lib</name>
<description>JavaScript API for JSweet</description> <description>JavaScript API for JSweet</description>
<version>6-SNAPSHOT</version> <version>6</version>
<properties>
<jsweet.transpiler.version>2.0.0</jsweet.transpiler.version> <developers>
</properties> <developer>
<id>rpawlak</id>
<name>Renaud Pawlak</name>
<email>renaud.pawlak@gmail.com</email>
</developer>
<developer>
<id>lgrignon</id>
<name>Louis Grignon</name>
<email>louis.grignon@gmail.com</email>
</developer>
</developers>
<issueManagement>
<url>https://github.com/cincheo/jsweet/issues</url>
<system>GitHub Issues</system>
</issueManagement>
<scm>
<url>https://github.com/cincheo/jsweet</url>
<connection>scm:git:git://github.com/cincheo/jsweet.git</connection>
<developerConnection>scm:git:git@github.com:cincheo/jsweet.git</developerConnection>
</scm>
<repositories> <repositories>
<repository> <repository>
<id>jsweet-central</id> <id>jsweet-central</id>
@ -111,7 +130,8 @@
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<fixTags>all</fixTags> <fixTags>all</fixTags>
<failOnError>false</failOnError> <failOnError>false</failOnError>
<!-- leave these options unchanged to place the Javadoc at the right place for jsweet.org --> <!-- leave these options unchanged to place the Javadoc at the right
place for jsweet.org -->
<reportOutputDirectory>/var/www/apidocs/org/jsweet</reportOutputDirectory> <reportOutputDirectory>/var/www/apidocs/org/jsweet</reportOutputDirectory>
<destDir>${project.artifactId}/${project.version}</destDir> <destDir>${project.artifactId}/${project.version}</destDir>
<!-- end of jsweet.org configuration --> <!-- end of jsweet.org configuration -->