Skip to content

Commit

Permalink
[BACKLOG-13199] GAV change for kettle5-log4j-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcsantos committed Jun 13, 2017
1 parent 74727a4 commit 26bfd1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions assemblies/pom.xml
Expand Up @@ -43,8 +43,8 @@
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>pentaho-kettle</groupId>
<artifactId>kettle5-log4j-plugin</artifactId>
<groupId>org.pentaho.di.plugins</groupId>
<artifactId>kettle-log4j-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -115,8 +115,8 @@
<version>${dependency.pentaho-kettle.revision}</version>
</dependency>
<dependency>
<groupId>pentaho-kettle</groupId>
<artifactId>kettle5-log4j-plugin</artifactId>
<groupId>org.pentaho.di.plugins</groupId>
<artifactId>kettle-log4j-core</artifactId>
<version>${dependency.pentaho-kettle.revision}</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -156,8 +156,8 @@
<version>${dependency.jericho-html.revision}</version>
</dependency>
<dependency>
<groupId>pentaho-kettle</groupId>
<artifactId>kettle5-log4j-plugin</artifactId>
<groupId>org.pentaho.di.plugins</groupId>
<artifactId>kettle-log4j-core</artifactId>
<version>${dependency.pentaho-kettle.revision}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 26bfd1b

Please sign in to comment.