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 Oct 19, 2022
1 parent 5a38b90 commit 46eb097
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion activator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>pentaho</groupId>
<artifactId>pdi-osgi-bridge-parent</artifactId>
<version>9.4.0.0-SNAPSHOT</version>
<version>9.5.0.0-SNAPSHOT</version>
</parent>
<artifactId>pdi-osgi-bridge-activator</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>pentaho</groupId>
<artifactId>pdi-osgi-bridge-parent</artifactId>
<version>9.4.0.0-SNAPSHOT</version>
<version>9.5.0.0-SNAPSHOT</version>
</parent>
<artifactId>pdi-osgi-bridge-core</artifactId>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions examples/spoon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>pentaho</groupId>
<artifactId>pdi-osgi-bridge-parent</artifactId>
<version>9.4.0.0-SNAPSHOT</version>
<version>9.5.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>pentaho-osgi-spoon-examples</artifactId>
<version>9.4.0.0-SNAPSHOT</version>
<version>9.5.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Pentaho Community Edition Project: ${project.artifactId}</name>
<description>a Pentaho open source project</description>
Expand Down
4 changes: 2 additions & 2 deletions examples/step/feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>org.pentaho</groupId>
<artifactId>pentaho-ce-bundle-parent-pom</artifactId>
<version>9.4.0.0-SNAPSHOT</version>
<version>9.5.0.0-SNAPSHOT</version>
</parent>
<artifactId>pentaho-osgi-step-examples</artifactId>
<version>9.4.0.0-SNAPSHOT</version>
<version>9.5.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/step/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>pentaho</groupId>
<artifactId>pdi-osgi-bridge-parent</artifactId>
<version>9.4.0.0-SNAPSHOT</version>
<version>9.5.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>pentaho-osgi-step-examples-step</artifactId>
<version>9.4.0.0-SNAPSHOT</version>
<version>9.5.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Pentaho Community Edition Project: ${project.artifactId}</name>
<description>a Pentaho open source project</description>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pentaho</groupId>
<artifactId>pentaho-ce-bundle-parent-pom</artifactId>
<version>9.4.0.0-SNAPSHOT</version>
<version>9.5.0.0-SNAPSHOT</version>
</parent>
<groupId>pentaho</groupId>
<artifactId>pdi-osgi-bridge-parent</artifactId>
Expand All @@ -22,12 +22,12 @@
<javax.servlet-api.version>3.0.1</javax.servlet-api.version>
<tinybundles.version>2.0.0</tinybundles.version>
<pentaho-osgi-utils.version>${project.version}</pentaho-osgi-utils.version>
<pdi.version>9.4.0.0-SNAPSHOT</pdi.version>
<pdi.version>9.5.0.0-SNAPSHOT</pdi.version>
<exam.version>4.1.0</exam.version>
<commons-xul.version>9.4.0.0-SNAPSHOT</commons-xul.version>
<commons-xul.version>9.5.0.0-SNAPSHOT</commons-xul.version>
<commons-beanutils.version>1.9.3</commons-beanutils.version>
<guava.version>17.0</guava.version>
<platform.version>9.4.0.0-SNAPSHOT</platform.version>
<platform.version>9.5.0.0-SNAPSHOT</platform.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 46eb097

Please sign in to comment.