Skip to content

Commit bf69fa5

Browse files
author
Jenkins CI
committed
[maven-release-plugin] prepare release v0.1.1
1 parent 45d575c commit bf69fa5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

ecs-logging-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>java-ecs-logging-parent</artifactId>
55
<groupId>co.elastic.logging</groupId>
6-
<version>0.1.1-SNAPSHOT</version>
6+
<version>0.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

log4j-ecs-layout/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>java-ecs-logging-parent</artifactId>
55
<groupId>co.elastic.logging</groupId>
6-
<version>0.1.1-SNAPSHOT</version>
6+
<version>0.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

log4j2-ecs-layout/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>java-ecs-logging-parent</artifactId>
55
<groupId>co.elastic.logging</groupId>
6-
<version>0.1.1-SNAPSHOT</version>
6+
<version>0.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

logback-ecs-encoder/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>java-ecs-logging-parent</artifactId>
55
<groupId>co.elastic.logging</groupId>
6-
<version>0.1.1-SNAPSHOT</version>
6+
<version>0.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>co.elastic.logging</groupId>
66
<artifactId>java-ecs-logging-parent</artifactId>
7-
<version>0.1.1-SNAPSHOT</version>
7+
<version>0.1.1</version>
88
<name>${project.groupId}:${project.artifactId}</name>
99
<modules>
1010
<module>ecs-logging-core</module>
@@ -33,7 +33,7 @@
3333
<connection>scm:git:[email protected]:elastic/java-ecs-logging.git</connection>
3434
<developerConnection>scm:git:[email protected]:elastic/java-ecs-logging.git</developerConnection>
3535
<url>https://github.com/elastic/java-ecs-logging</url>
36-
<tag>HEAD</tag>
36+
<tag>v0.1.1</tag>
3737
</scm>
3838

3939
<developers>

0 commit comments

Comments
 (0)