Switch version to 0.3.0-SNAPSHOT

This commit is contained in:
konsoletyper 2014-10-13 17:33:25 +04:00
parent 581cae0ef4
commit 273fc59182
33 changed files with 47 additions and 50 deletions

View File

@ -20,7 +20,7 @@
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm</artifactId> <artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>TeaVM</name> <name>TeaVM</name>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm</artifactId> <artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-chrome-rdp</artifactId> <artifactId>teavm-chrome-rdp</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm</artifactId> <artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-classlib</artifactId> <artifactId>teavm-classlib</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm</artifactId> <artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-cli</artifactId> <artifactId>teavm-cli</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm</artifactId> <artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-core</artifactId> <artifactId>teavm-core</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm</artifactId> <artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-dom</artifactId> <artifactId>teavm-dom</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm</artifactId> <artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-eclipse</artifactId> <artifactId>teavm-eclipse</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: TeaVM plugin for Eclipse Bundle-Name: TeaVM plugin for Eclipse
Bundle-SymbolicName: teavm-eclipse-core-plugin;singleton:=true Bundle-SymbolicName: teavm-eclipse-core-plugin;singleton:=true
Bundle-Version: 0.2.0.qualifer Bundle-Version: 0.3.0.qualifer
Bundle-Vendor: Alexey Andreev <konsoletyper@gmail.com> Bundle-Vendor: Alexey Andreev <konsoletyper@gmail.com>
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: ., Bundle-ClassPath: .,
@ -40,8 +40,8 @@ Bundle-ClassPath: .,
lib/org.apache.aries.spifly.weaver-internal-1.0.1.jar, lib/org.apache.aries.spifly.weaver-internal-1.0.1.jar,
lib/org.apache.aries.util-1.0.0.jar, lib/org.apache.aries.util-1.0.0.jar,
lib/slf4j-api-1.7.7.jar, lib/slf4j-api-1.7.7.jar,
lib/teavm-chrome-rdp-0.2-SNAPSHOT.jar, lib/teavm-chrome-rdp-0.3.0-SNAPSHOT.jar,
lib/teavm-core-0.2-SNAPSHOT.jar, lib/teavm-core-0.3.0-SNAPSHOT.jar,
lib/websocket-api-9.2.1.v20140609.jar, lib/websocket-api-9.2.1.v20140609.jar,
lib/websocket-client-9.2.1.v20140609.jar, lib/websocket-client-9.2.1.v20140609.jar,
lib/websocket-common-9.2.1.v20140609.jar, lib/websocket-common-9.2.1.v20140609.jar,

View File

@ -37,8 +37,8 @@ bin.includes = META-INF/,\
lib/org.apache.aries.spifly.weaver-internal-1.0.1.jar,\ lib/org.apache.aries.spifly.weaver-internal-1.0.1.jar,\
lib/org.apache.aries.util-1.0.0.jar,\ lib/org.apache.aries.util-1.0.0.jar,\
lib/slf4j-api-1.7.7.jar,\ lib/slf4j-api-1.7.7.jar,\
lib/teavm-chrome-rdp-0.2-SNAPSHOT.jar,\ lib/teavm-chrome-rdp-0.3.0-SNAPSHOT.jar,\
lib/teavm-core-0.2-SNAPSHOT.jar,\ lib/teavm-core-0.3.0-SNAPSHOT.jar,\
lib/websocket-api-9.2.1.v20140609.jar,\ lib/websocket-api-9.2.1.v20140609.jar,\
lib/websocket-client-9.2.1.v20140609.jar,\ lib/websocket-client-9.2.1.v20140609.jar,\
lib/websocket-common-9.2.1.v20140609.jar,\ lib/websocket-common-9.2.1.v20140609.jar,\

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm</artifactId> <artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<artifactId>teavm-eclipse-core-deps</artifactId> <artifactId>teavm-eclipse-core-deps</artifactId>

View File

@ -20,10 +20,9 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId> <artifactId>teavm-eclipse</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-eclipse-core-plugin</artifactId> <artifactId>teavm-eclipse-core-plugin</artifactId>
<version>0.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
<name>TeaVM core packages for Eclipse</name> <name>TeaVM core packages for Eclipse</name>

View File

@ -2,7 +2,7 @@
<feature <feature
id="teavm-eclipse-feature" id="teavm-eclipse-feature"
label="TeaVM Eclipse support" label="TeaVM Eclipse support"
version="0.2.0.qualifier" version="0.3.0.qualifier"
provider-name="Alexey Andreev &lt;konsoletyper@gmail.com&gt;"> provider-name="Alexey Andreev &lt;konsoletyper@gmail.com&gt;">
<description url="http://www.example.com/description"> <description url="http://www.example.com/description">

View File

@ -21,10 +21,9 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId> <artifactId>teavm-eclipse</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-eclipse-feature</artifactId> <artifactId>teavm-eclipse-feature</artifactId>
<version>0.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging> <packaging>eclipse-feature</packaging>

View File

@ -2,7 +2,7 @@
<feature <feature
id="teavm-eclipse-m2e-feature" id="teavm-eclipse-m2e-feature"
label="TeaVM maven configuration support" label="TeaVM maven configuration support"
version="0.2.0.qualifier" version="0.3.0.qualifier"
provider-name="Alexey Andreev &lt;konsoletyper@gmail.com&gt;"> provider-name="Alexey Andreev &lt;konsoletyper@gmail.com&gt;">
<description url="http://www.example.com/description"> <description url="http://www.example.com/description">
@ -230,7 +230,7 @@
</license> </license>
<requires> <requires>
<import feature="teavm-eclipse-feature" version="0.2.0.qualifier"/> <import feature="teavm-eclipse-feature" version="0.3.0.qualifier"/>
</requires> </requires>
<plugin <plugin

View File

@ -21,10 +21,9 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId> <artifactId>teavm-eclipse</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-eclipse-m2e-feature</artifactId> <artifactId>teavm-eclipse-m2e-feature</artifactId>
<version>0.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging> <packaging>eclipse-feature</packaging>

View File

@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: TeaVM plugin for m2e Bundle-Name: TeaVM plugin for m2e
Bundle-SymbolicName: teavm-eclipse-m2e-plugin;singleton:=true Bundle-SymbolicName: teavm-eclipse-m2e-plugin;singleton:=true
Bundle-Version: 0.2.0.qualifier Bundle-Version: 0.3.0.qualifier
Bundle-Vendor: Alexey Andreev <konsoletyper@gmail.com> Bundle-Vendor: Alexey Andreev <konsoletyper@gmail.com>
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: teavm-eclipse-plugin;bundle-version="[0.2,0.3)", Require-Bundle: teavm-eclipse-plugin;bundle-version="[0.3.0,0.4.0)",
org.eclipse.m2e.core;bundle-version="[1.3,2)", org.eclipse.m2e.core;bundle-version="[1.3,2)",
org.eclipse.core.runtime;bundle-version="[3.8,4.0)", org.eclipse.core.runtime;bundle-version="[3.8,4.0)",
org.eclipse.m2e.maven.runtime;bundle-version="[1.3,2)", org.eclipse.m2e.maven.runtime;bundle-version="[1.3,2)",

View File

@ -5,7 +5,7 @@
<pluginExecutionFilter> <pluginExecutionFilter>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm-maven-plugin</artifactId> <artifactId>teavm-maven-plugin</artifactId>
<versionRange>0.2.0-SNAPSHOT</versionRange> <versionRange>0.3.0-SNAPSHOT</versionRange>
<goals> <goals>
<goal>build-javascript</goal> <goal>build-javascript</goal>
</goals> </goals>

View File

@ -21,10 +21,9 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId> <artifactId>teavm-eclipse</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-eclipse-m2e-plugin</artifactId> <artifactId>teavm-eclipse-m2e-plugin</artifactId>
<version>0.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: TeaVM plugin for Eclipse Bundle-Name: TeaVM plugin for Eclipse
Bundle-SymbolicName: teavm-eclipse-plugin;singleton:=true Bundle-SymbolicName: teavm-eclipse-plugin;singleton:=true
Bundle-Version: 0.2.0.qualifer Bundle-Version: 0.3.0.qualifer
Bundle-Vendor: Alexey Andreev <konsoletyper@gmail.com> Bundle-Vendor: Alexey Andreev <konsoletyper@gmail.com>
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Activator: org.teavm.eclipse.TeaVMEclipsePlugin Bundle-Activator: org.teavm.eclipse.TeaVMEclipsePlugin
@ -22,6 +22,6 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.8.0,4.0)",
org.eclipse.core.variables;bundle-version="[3.2.600,4)", org.eclipse.core.variables;bundle-version="[3.2.600,4)",
org.eclipse.core.databinding.observable;bundle-version="[1.4.1,2)", org.eclipse.core.databinding.observable;bundle-version="[1.4.1,2)",
org.eclipse.jface.databinding;bundle-version="[1.6.0,2)", org.eclipse.jface.databinding;bundle-version="[1.6.0,2)",
teavm-eclipse-core-plugin;bundle-version="0.2.0" teavm-eclipse-core-plugin;bundle-version="0.3.0"
Export-Package: org.teavm.eclipse.debugger,org.teavm.eclipse Export-Package: org.teavm.eclipse.debugger,org.teavm.eclipse
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy

View File

@ -21,10 +21,9 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId> <artifactId>teavm-eclipse</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-eclipse-plugin</artifactId> <artifactId>teavm-eclipse-plugin</artifactId>
<version>0.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<site> <site>
<feature url="features/teavm-eclipse-feature_0.2.0.qualifier.jar" id="teavm-eclipse-feature" <feature url="features/teavm-eclipse-feature_0.3.0.qualifier.jar" id="teavm-eclipse-feature"
version="0.2.0.qualifier"> version="0.3.0.qualifier">
<category name="teavm-category"/> <category name="teavm-category"/>
</feature> </feature>
<feature url="features/teavm-eclipse-m2e-feature_0.2.0.qualifier.jar" id="teavm-eclipse-m2e-feature" <feature url="features/teavm-eclipse-m2e-feature_0.3.0.qualifier.jar" id="teavm-eclipse-m2e-feature"
version="0.2.0.qualifier"> version="0.3.0.qualifier">
<category name="teavm-category"/> <category name="teavm-category"/>
</feature> </feature>
<category-def name="teavm-category" label="TeaVM"/> <category-def name="teavm-category" label="TeaVM"/>

View File

@ -21,10 +21,10 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId> <artifactId>teavm-eclipse</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-eclipse-updatesite</artifactId> <artifactId>teavm-eclipse-updatesite</artifactId>
<version>0.2.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging> <packaging>eclipse-repository</packaging>
<dependencies> <dependencies>

View File

@ -3,10 +3,10 @@
<description name="TeaVM update site"> <description name="TeaVM update site">
TeaVM update site TeaVM update site
</description> </description>
<feature url="features/teavm-eclipse-feature_0.2.0.qualifier.jar" id="teavm-eclipse-feature" version="0.0.0"> <feature url="features/teavm-eclipse-feature_0.3.0.qualifier.jar" id="teavm-eclipse-feature" version="0.0.0">
<category name="teavm-eclipse-caregory"/> <category name="teavm-eclipse-caregory"/>
</feature> </feature>
<feature url="features/teavm-eclipse-m2e-feature_0.2.0.qualifier.jar" id="teavm-eclipse-m2e-feature" version="0.0.0"> <feature url="features/teavm-eclipse-m2e-feature_0.3.0.qualifier.jar" id="teavm-eclipse-m2e-feature" version="0.0.0">
<category name="teavm-eclipse-caregory"/> <category name="teavm-eclipse-caregory"/>
</feature> </feature>
<category-def name="teavm-eclipse-caregory" label="TeaVM"/> <category-def name="teavm-eclipse-caregory" label="TeaVM"/>

View File

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm</artifactId> <artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-html4j</artifactId> <artifactId>teavm-html4j</artifactId>

View File

@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm</artifactId> <artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-jso</artifactId> <artifactId>teavm-jso</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm</artifactId> <artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-maven</artifactId> <artifactId>teavm-maven</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm-maven</artifactId> <artifactId>teavm-maven</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-maven-plugin</artifactId> <artifactId>teavm-maven-plugin</artifactId>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>

View File

@ -1,4 +1,3 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
@ -6,7 +5,7 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm-maven</artifactId> <artifactId>teavm-maven</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-maven-webapp</artifactId> <artifactId>teavm-maven-webapp</artifactId>
<name>TeaVM maven web application archetype</name> <name>TeaVM maven web application archetype</name>

View File

@ -9,7 +9,7 @@
<properties> <properties>
<java.version>1.7</java.version> <java.version>1.7</java.version>
<teavm.version>0.2-SNAPSHOT</teavm.version> <teavm.version>0.3.0-SNAPSHOT</teavm.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> </properties>
@ -19,6 +19,7 @@
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm-classlib</artifactId> <artifactId>teavm-classlib</artifactId>
<version>${teavm.version}</version> <version>${teavm.version}</version>
<scope>provided</scope>
</dependency> </dependency>
<!-- JavaScriptObjects (JSO) - a JavaScript binding for TeaVM --> <!-- JavaScriptObjects (JSO) - a JavaScript binding for TeaVM -->
@ -26,6 +27,7 @@
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm-jso</artifactId> <artifactId>teavm-jso</artifactId>
<version>${teavm.version}</version> <version>${teavm.version}</version>
<scope>provided</scope>
</dependency> </dependency>
<!-- Different browser APIs for TeaVM in terms of JSO --> <!-- Different browser APIs for TeaVM in terms of JSO -->
@ -33,6 +35,7 @@
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm-dom</artifactId> <artifactId>teavm-dom</artifactId>
<version>${teavm.version}</version> <version>${teavm.version}</version>
<scope>provided</scope>
</dependency> </dependency>
<!-- Servlet 3.1 specification --> <!-- Servlet 3.1 specification -->

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm</artifactId> <artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-platform</artifactId> <artifactId>teavm-platform</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm</artifactId> <artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-samples</artifactId> <artifactId>teavm-samples</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId> <artifactId>teavm-samples</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-samples-benchmark</artifactId> <artifactId>teavm-samples-benchmark</artifactId>
<packaging>war</packaging> <packaging>war</packaging>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.teavm</groupId> <groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId> <artifactId>teavm-samples</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>teavm-samples-hello</artifactId> <artifactId>teavm-samples-hello</artifactId>