Skip to content

Commit 23cd650

Browse files
author
buildguy
committed
[CLEANUP] updated versions via release version merger
1 parent 54dd08d commit 23cd650

11 files changed

Lines changed: 16 additions & 16 deletions

File tree

assemblies/cpf-pdi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.pentaho.ctools</groupId>
1010
<artifactId>cpf-plugin-assemblies</artifactId>
11-
<version>11.0.0.0-196</version>
11+
<version>11.0.0.0-latest</version>
1212
</parent>
1313

1414
<artifactId>pentaho-cpf-pdi</artifactId>

assemblies/cpf-rca/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.pentaho.ctools</groupId>
88
<artifactId>cpf-plugin-assemblies</artifactId>
9-
<version>11.0.0.0-196</version>
9+
<version>11.0.0.0-latest</version>
1010
</parent>
1111

1212
<artifactId>pentaho-cpf-rca</artifactId>

assemblies/cpf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.pentaho.ctools</groupId>
88
<artifactId>cpf-plugin-assemblies</artifactId>
9-
<version>11.0.0.0-196</version>
9+
<version>11.0.0.0-latest</version>
1010
</parent>
1111

1212
<artifactId>pentaho-cpf</artifactId>

assemblies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>pentaho</groupId>
77
<artifactId>cpf-plugin</artifactId>
8-
<version>11.0.0.0-196</version>
8+
<version>11.0.0.0-latest</version>
99
</parent>
1010

1111
<groupId>org.pentaho.ctools</groupId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>pentaho</groupId>
88
<artifactId>cpf-plugin</artifactId>
9-
<version>11.0.0.0-196</version>
9+
<version>11.0.0.0-latest</version>
1010
</parent>
1111

1212
<artifactId>cpf-core</artifactId>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
project.revision=11.0.0.0-196
1+
project.revision=11.0.0.0-latest
22

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

66
# Version: a numeric value or SNAPSHOT. SNAPSHOT is replaced by DSTAMP
7-
project.version=11.0.0.0-196
7+
project.version=11.0.0.0-latest
88

99

1010

1111
ivy.artifact.id=cpk
1212
ivy.artifact.group=webdetails
1313
impl.title=Community Plugin Kick-Starter
1414
testsrc.dir=test
15-
platform.version=11.0.0.0-196
15+
platform.version=11.0.0.0-SNAPSHOT

osgi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>pentaho</groupId>
77
<artifactId>cpf-plugin</artifactId>
8-
<version>11.0.0.0-196</version>
8+
<version>11.0.0.0-latest</version>
99
</parent>
1010

1111
<groupId>org.pentaho.ctools</groupId>

pentaho-rca/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>pentaho</groupId>
77
<artifactId>cpf-plugin</artifactId>
8-
<version>11.0.0.0-196</version>
8+
<version>11.0.0.0-latest</version>
99
</parent>
1010
<artifactId>cpf-pentaho-rca</artifactId>
1111

pentaho/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>pentaho</groupId>
77
<artifactId>cpf-plugin</artifactId>
8-
<version>11.0.0.0-196</version>
8+
<version>11.0.0.0-latest</version>
99
</parent>
1010
<artifactId>cpf-pentaho</artifactId>
1111

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.pentaho</groupId>
88
<artifactId>pentaho-ce-bundle-parent-pom</artifactId>
9-
<version>11.0.0.0-196</version>
9+
<version>11.0.0.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>pentaho</groupId>
@@ -53,9 +53,9 @@
5353
<google-collections.version>1.0</google-collections.version>
5454
<jcr.version>2.0</jcr.version>
5555
<owasp.encoder.version>1.2</owasp.encoder.version>
56-
<pentaho-json.version>11.0.0.0-196</pentaho-json.version>
57-
<platform.version>11.0.0.0-196</platform.version>
58-
<mondrian.version>11.0.0.0-196</mondrian.version>
56+
<pentaho-json.version>11.0.0.0-SNAPSHOT</pentaho-json.version>
57+
<platform.version>11.0.0.0-SNAPSHOT</platform.version>
58+
<mondrian.version>11.0.0.0-SNAPSHOT</mondrian.version>
5959
<mockito.version>5.10.0</mockito.version>
6060
</properties>
6161

0 commit comments

Comments
 (0)