Skip to content

Commit

Permalink
Set project name
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbarny committed Sep 19, 2019
1 parent 669fda3 commit db77b21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions log4j-ecs-layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>log4j-ecs-layout</artifactId>
<name>${project.groupId}:${project.artifactId}</name>

<properties>
<parent.base.dir>${project.basedir}/..</parent.base.dir>
Expand Down
1 change: 1 addition & 0 deletions log4j2-ecs-layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
</properties>

<artifactId>log4j2-ecs-layout</artifactId>
<name>${project.groupId}:${project.artifactId}</name>

<build>
<plugins>
Expand Down
1 change: 1 addition & 0 deletions logback-ecs-encoder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>logback-ecs-encoder</artifactId>
<name>${project.groupId}:${project.artifactId}</name>

<properties>
<parent.base.dir>${project.basedir}/..</parent.base.dir>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<groupId>co.elastic.logging</groupId>
<artifactId>java-ecs-logging-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<name>${project.groupId}:${project.artifactId}</name>
<modules>
<module>ecs-logging-core</module>
<module>log4j-ecs-layout</module>
Expand Down

0 comments on commit db77b21

Please sign in to comment.