зеркало из https://github.com/microsoft/gctoolkit.git
[maven-release-plugin] prepare release gctoolkit-2.0.1
This commit is contained in:
Родитель
9a700e9478
Коммит
67fa27337e
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.gctoolkit</groupId>
|
||||
<artifactId>gctoolkit-core</artifactId>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
<version>2.0.1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.gctoolkit</groupId>
|
||||
<artifactId>gctoolkit-core</artifactId>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
<version>2.0.1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<parent>
|
||||
<artifactId>gctoolkit</artifactId>
|
||||
<groupId>com.microsoft.gctoolkit</groupId>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
<version>2.0.1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.gctoolkit</groupId>
|
||||
<artifactId>gctoolkit-core</artifactId>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
<version>2.0.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>gctoolkit-vertx</artifactId>
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -1,12 +1,11 @@
|
|||
<?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>com.microsoft.gctoolkit</groupId>
|
||||
<artifactId>gctoolkit</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
<version>2.0.1</version>
|
||||
|
||||
<name>GCToolKit</name>
|
||||
<description>GC log parsing utilities</description>
|
||||
|
@ -29,7 +28,8 @@
|
|||
<connection>scm:git:${repository.url}</connection>
|
||||
<developerConnection>scm:git:${repository.url}</developerConnection>
|
||||
<url>${repository.url}</url>
|
||||
</scm>
|
||||
<tag>gctoolkit-2.0.1</tag>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
|
|
Загрузка…
Ссылка в новой задаче