-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release v0.1.0
- Loading branch information
Jenkins CI
committed
Sep 19, 2019
1 parent
db77b21
commit 0172240
Showing
5 changed files
with
11 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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>co.elastic.logging</groupId> | ||
<artifactId>java-ecs-logging-parent</artifactId> | ||
<version>0.1.0-SNAPSHOT</version> | ||
<version>0.1.0</version> | ||
<name>${project.groupId}:${project.artifactId}</name> | ||
<modules> | ||
<module>ecs-logging-core</module> | ||
|
@@ -35,7 +33,7 @@ | |
<connection>scm:git:[email protected]:elastic/java-ecs-logging.git</connection> | ||
<developerConnection>scm:git:[email protected]:elastic/java-ecs-logging.git</developerConnection> | ||
<url>https://github.com/elastic/java-ecs-logging</url> | ||
<tag>HEAD</tag> | ||
<tag>v0.1.0</tag> | ||
</scm> | ||
|
||
<developers> | ||
|