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 Mar 28, 2022
1 parent bcac1dd commit ed3198d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<parent>
<groupId>org.pentaho.ctools</groupId>
<artifactId>cpk-parent</artifactId>
<version>9.3.0.0-SNAPSHOT</version>
<version>9.4.0.0-SNAPSHOT</version>
</parent>

<properties>
<encryption-support.version>9.3.0.0-SNAPSHOT</encryption-support.version>
<encryption-support.version>9.4.0.0-SNAPSHOT</encryption-support.version>
</properties>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions core/src/test/resources/cpkSol/build.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
project.revision=9.3.0.0-SNAPSHOT
project.revision=9.4.0.0-SNAPSHOT

# Stage: TRUNK | STABLE | BETA | other branch
project.stage=master

# Version: a numeric value or SNAPSHOT. SNAPSHOT is replaced by DSTAMP
project.version=9.3.0.0-SNAPSHOT
project.version=9.4.0.0-SNAPSHOT



ivy.artifact.id=cpk
ivy.artifact.group=webdetails
impl.title=Community Plugin Kick-Starter
testsrc.dir=test
platform.version=9.3.0.0-SNAPSHOT
platform.version=9.4.0.0-SNAPSHOT
2 changes: 1 addition & 1 deletion pentaho5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.pentaho.ctools</groupId>
<artifactId>cpk-parent</artifactId>
<version>9.3.0.0-SNAPSHOT</version>
<version>9.4.0.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
project.revision=9.3.0.0-SNAPSHOT
project.revision=9.4.0.0-SNAPSHOT

# Stage: TRUNK | STABLE | BETA | other branch
project.stage=master

# Version: a numeric value or SNAPSHOT. SNAPSHOT is replaced by DSTAMP
project.version=9.3.0.0-SNAPSHOT
project.version=9.4.0.0-SNAPSHOT



ivy.artifact.id=cpk
ivy.artifact.group=webdetails
impl.title=Community Plugin Kick-Starter
testsrc.dir=test
platform.version=9.3.0.0-SNAPSHOT
platform.version=9.4.0.0-SNAPSHOT
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

<groupId>org.pentaho.ctools</groupId>
<artifactId>cpk-parent</artifactId>
<version>9.3.0.0-SNAPSHOT</version>
<version>9.4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>CPK Parent</name>

<parent>
<groupId>org.pentaho</groupId>
<artifactId>pentaho-ce-jar-parent-pom</artifactId>
<version>9.3.0.0-SNAPSHOT</version>
<version>9.4.0.0-SNAPSHOT</version>
</parent>

<scm>
Expand All @@ -21,12 +21,12 @@
</scm>

<properties>
<pentaho-cpf-plugin.version>9.3.0.0-SNAPSHOT</pentaho-cpf-plugin.version>
<pentaho-cpk-plugin.version>9.3.0.0-SNAPSHOT</pentaho-cpk-plugin.version>
<platform.version>9.3.0.0-SNAPSHOT</platform.version>
<pdi.version>9.3.0.0-SNAPSHOT</pdi.version>
<metastore.version>9.3.0.0-SNAPSHOT</metastore.version>
<pdi-json-plugin.version>9.3.0.0-SNAPSHOT</pdi-json-plugin.version>
<pentaho-cpf-plugin.version>9.4.0.0-SNAPSHOT</pentaho-cpf-plugin.version>
<pentaho-cpk-plugin.version>9.4.0.0-SNAPSHOT</pentaho-cpk-plugin.version>
<platform.version>9.4.0.0-SNAPSHOT</platform.version>
<pdi.version>9.4.0.0-SNAPSHOT</pdi.version>
<metastore.version>9.4.0.0-SNAPSHOT</metastore.version>
<pdi-json-plugin.version>9.4.0.0-SNAPSHOT</pdi-json-plugin.version>
<commons-io.version>2.4</commons-io.version>
<commons-lang.version>2.6</commons-lang.version>
<ehcache-core.version>2.5.1</ehcache-core.version>
Expand Down

0 comments on commit ed3198d

Please sign in to comment.