Skip to content

Commit

Permalink
Bump version to 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qqilihq committed Aug 9, 2024
1 parent 0973376 commit ef72eaa
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion application/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JSON node documentation generator
Bundle-SymbolicName: de.philippkatz.knime.jsondocgen.application;singleton:=true
Bundle-Version: 1.14.1.qualifier
Bundle-Version: 1.14.2.qualifier
Bundle-Vendor: Philipp Katz; Selenium Nodes
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,5.0.0)",
Expand Down
4 changes: 2 additions & 2 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>de.philippkatz.knime.jsondocgen.application</artifactId>
<version>1.14.1-SNAPSHOT</version>
<version>1.14.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>de.philippkatz.knime.jsondocgen</groupId>
<artifactId>de.philippkatz.knime.jsondocgen</artifactId>
<version>1.14.1-SNAPSHOT</version>
<version>1.14.2-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.philippkatz.knime.jsondocgen.feature"
label="NodePit JSON Documentation Generator"
version="1.14.1.qualifier"
version="1.14.2.qualifier"
provider-name="seleniumnodes.com; Philipp Katz">

<plugin
Expand Down
4 changes: 2 additions & 2 deletions feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>de.philippkatz.knime.jsondocgen.feature</artifactId>
<version>1.14.1-SNAPSHOT</version>
<version>1.14.2-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

<parent>
<groupId>de.philippkatz.knime.jsondocgen</groupId>
<artifactId>de.philippkatz.knime.jsondocgen</artifactId>
<version>1.14.1-SNAPSHOT</version>
<version>1.14.2-SNAPSHOT</version>
</parent>

</project>
4 changes: 2 additions & 2 deletions p2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>de.philippkatz.knime.jsondocgen.p2</artifactId>
<version>1.14.1-SNAPSHOT</version>
<version>1.14.2-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>

<parent>
<groupId>de.philippkatz.knime.jsondocgen</groupId>
<artifactId>de.philippkatz.knime.jsondocgen</artifactId>
<version>1.14.1-SNAPSHOT</version>
<version>1.14.2-SNAPSHOT</version>
</parent>

</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.philippkatz.knime.jsondocgen</groupId>
<artifactId>de.philippkatz.knime.jsondocgen</artifactId>
<version>1.14.1-SNAPSHOT</version>
<version>1.14.2-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -39,7 +39,7 @@
<artifact>
<groupId>de.philippkatz.knime.jsondocgen</groupId>
<artifactId>de.philippkatz.knime.jsondocgen.targetplatform</artifactId>
<version>1.14.1-SNAPSHOT</version>
<version>1.14.2-SNAPSHOT</version>
</artifact>
</target>
<environments>
Expand Down
2 changes: 1 addition & 1 deletion targetplatform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>de.philippkatz.knime.jsondocgen</groupId>
<artifactId>de.philippkatz.knime.jsondocgen</artifactId>
<version>1.14.1-SNAPSHOT</version>
<version>1.14.2-SNAPSHOT</version>
</parent>

</project>
4 changes: 2 additions & 2 deletions tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JSON node documentation generator tests
Bundle-SymbolicName: de.philippkatz.knime.jsondocgen.tests;singleton:=true
Bundle-Version: 1.14.1.qualifier
Bundle-Version: 1.14.2.qualifier
Bundle-Vendor: Philipp Katz; Selenium Nodes
Bundle-RequiredExecutionEnvironment: JavaSE-17
Fragment-Host: de.philippkatz.knime.jsondocgen.application;bundle-version="1.14.1"
Fragment-Host: de.philippkatz.knime.jsondocgen.application;bundle-version="1.14.2"
Require-Bundle: org.junit;bundle-version="4.12.0"
4 changes: 2 additions & 2 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>de.philippkatz.knime.jsondocgen.tests</artifactId>
<version>1.14.1-SNAPSHOT</version>
<version>1.14.2-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<parent>
<groupId>de.philippkatz.knime.jsondocgen</groupId>
<artifactId>de.philippkatz.knime.jsondocgen</artifactId>
<version>1.14.1-SNAPSHOT</version>
<version>1.14.2-SNAPSHOT</version>
</parent>

<build>
Expand Down

0 comments on commit ef72eaa

Please sign in to comment.