Skip to content

Commit

Permalink
[CLEANUP] updated versions via release version merger
Browse files Browse the repository at this point in the history
  • Loading branch information
buildguy committed Aug 7, 2020
1 parent 69b01bb commit 54f9ea2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions assemblies/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.pentaho.di.plugins</groupId>
<artifactId>pdi-teradata-tpt-plugin-assemblies</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>9.2.0.0-SNAPSHOT</version>
</parent>
<groupId>org.pentaho.di.plugins</groupId>
<artifactId>pdi-teradata-tpt-plugin-package</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>9.2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description></description>
Expand Down
4 changes: 2 additions & 2 deletions assemblies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.pentaho.di.plugins</groupId>
<artifactId>pdi-teradata-tpt-plugin-parent</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>9.2.0.0-SNAPSHOT</version>
</parent>
<groupId>org.pentaho.di.plugins</groupId>
<artifactId>pdi-teradata-tpt-plugin-assemblies</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>9.2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description></description>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.pentaho.di.plugins</groupId>
<artifactId>pdi-teradata-tpt-plugin-parent</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>9.2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.pentaho.di.plugins</groupId>
<artifactId>pdi-teradata-tpt-plugin-core</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>9.2.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
</project>
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.pentaho</groupId>
<artifactId>pentaho-ce-jar-parent-pom</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>9.2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.pentaho.di.plugins</groupId>
<artifactId>pdi-teradata-tpt-plugin-parent</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>9.2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>core</module>
Expand All @@ -19,8 +19,8 @@
<tag>HEAD</tag>
</scm>
<properties>
<pdi.version>9.1.0.0-SNAPSHOT</pdi.version>
<commons-xul.version>9.1.0.0-SNAPSHOT</commons-xul.version>
<pdi.version>9.2.0.0-SNAPSHOT</pdi.version>
<commons-xul.version>9.2.0.0-SNAPSHOT</commons-xul.version>
<commons-io.version>1.4</commons-io.version>
<junit.version>4.7</junit.version>
<mockito.version>1.8.4</mockito.version>
Expand Down

0 comments on commit 54f9ea2

Please sign in to comment.