[maven-release-plugin] prepare release jfr-streaming-1.0.0

This commit is contained in:
David Grieve 2021-03-04 15:59:08 -05:00
Родитель e4c001bb0d
Коммит dd680a495e
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -4,12 +4,11 @@
Licensed under the MIT License. See LICENSE in the project root for
license information.
-->
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.jfr</groupId>
<artifactId>jfr-streaming</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Java Flight Recorder Streaming Library</name>
<description>A library for streaming JFR files via the FlightRecorderMXBean</description>
@ -27,6 +26,7 @@
<connection>scm:git:git@github.com:Microsoft/jfr-streaming.git</connection>
<developerConnection>scm:git:git@github.com:Microsoft/jfr-streaming.git</developerConnection>
<url>https://github.com/Microsoft/jfr-streaming.git</url>
<tag>jfr-streaming-1.0.0</tag>
</scm>
<developers>