Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Oct 21, 2021
1 parent 709cc64 commit 65cc7f7
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ecs-logging-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ecs-logging-java-parent</artifactId>
<groupId>co.elastic.logging</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jboss-logmanager-ecs-formatter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ecs-logging-java-parent</artifactId>
<groupId>co.elastic.logging</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jul-ecs-formatter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ecs-logging-java-parent</artifactId>
<groupId>co.elastic.logging</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion log4j-ecs-layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ecs-logging-java-parent</artifactId>
<groupId>co.elastic.logging</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion log4j-legacy-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ecs-logging-java-parent</artifactId>
<groupId>co.elastic.logging</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion log4j2-ecs-layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ecs-logging-java-parent</artifactId>
<groupId>co.elastic.logging</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion log4j2-legacy-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ecs-logging-java-parent</artifactId>
<groupId>co.elastic.logging</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion logback-ecs-encoder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ecs-logging-java-parent</artifactId>
<groupId>co.elastic.logging</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion logback-legacy-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ecs-logging-java-parent</artifactId>
<groupId>co.elastic.logging</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>co.elastic.logging</groupId>
<artifactId>ecs-logging-java-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<modules>
<module>ecs-logging-core</module>
Expand Down Expand Up @@ -38,7 +38,7 @@
<connection>scm:git:git@github.com:elastic/ecs-logging-java.git</connection>
<developerConnection>scm:git:git@github.com:elastic/ecs-logging-java.git</developerConnection>
<url>https://github.com/elastic/ecs-logging-java</url>
<tag>HEAD</tag>
<tag>v1.2.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 65cc7f7

Please sign in to comment.