forked from pentaho/pentaho-kettle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create tag from build job '7.1/pdi-client-assembly' b376, source bran…
…ch '7.1.0.5'
- Loading branch information
buildguy
committed
Oct 3, 2017
1 parent
91a755c
commit f64d59b
Showing
54 changed files
with
348 additions
and
632 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
project.revision=7.1-SNAPSHOT | ||
project.revision=7.1.0.5-67 | ||
impl.title=kettle | ||
ivy.artifact.group=pentaho-kettle-restruct | ||
pentaho.group=pentaho | ||
dependency.kettle.revision=7.1-SNAPSHOT | ||
dependency.pentaho-xul.revision=7.1-SNAPSHOT | ||
dependency.kettle.revision=7.1.0.5-67 | ||
dependency.pentaho-xul.revision=7.1.0.5-67 | ||
kettle.plugin.list=kettle-gpload-plugin,kettle-palo-plugin,kettle-hl7-plugin,kettle5-log4j-plugin |
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,6 +1,6 @@ | ||
project.revision=7.1-SNAPSHOT | ||
project.revision=7.1.0.5-67 | ||
impl.title=core | ||
ivy.artifact.group=pentaho-kettle-restruct | ||
pentaho.group=pentaho | ||
dependency.kettle.revision=7.1-SNAPSHOT | ||
dependency.pentaho-xul.revision=7.1-SNAPSHOT | ||
dependency.kettle.revision=7.1.0.5-67 | ||
dependency.pentaho-xul.revision=7.1.0.5-67 |
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
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,31 +1,24 @@ | ||
<?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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>org.pentaho</groupId> | ||
<artifactId>pentaho-ce-jar-parent-pom</artifactId> | ||
<version>7.1-SNAPSHOT</version> | ||
<version>7.1.0.5-67</version> | ||
</parent> | ||
|
||
<properties> | ||
<hamcrest.version>2.0.0.0</hamcrest.version> | ||
<mockito.version>1.9.5</mockito.version> | ||
<guava.dependency.version>17.0</guava.dependency.version> | ||
<maven-bundle-plugin.version>3.2.0</maven-bundle-plugin.version> | ||
</properties> | ||
|
||
|
||
<groupId>org.pentaho</groupId> | ||
<artifactId>pdi-engine</artifactId> | ||
<version>7.1-SNAPSHOT</version> | ||
<version>7.1.0.5-67</version> | ||
<packaging>pom</packaging> | ||
|
||
<modules> | ||
<module>api</module> | ||
<module>serializers</module> | ||
</modules> | ||
|
||
<properties> | ||
<mockito.version>1.9.5</mockito.version> | ||
<hamcrest.version>2.0.0.0</hamcrest.version> | ||
<guava.dependency.version>17.0</guava.dependency.version> | ||
<maven-bundle-plugin.version>3.2.0</maven-bundle-plugin.version> | ||
</properties> | ||
</project> |
Oops, something went wrong.