Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assemblies/assemblies-action-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sample-plugin-assemblies</artifactId>
<groupId>org.apache.hop</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion assemblies/assemblies-transform-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sample-plugin-assemblies</artifactId>
<groupId>org.apache.hop</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion assemblies/debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.hop</groupId>
<artifactId>sample-plugin-assemblies</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.12.0</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions assemblies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<groupId>org.apache.hop</groupId>
<artifactId>sample-plugin-assemblies</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.12.0</version>
<packaging>pom</packaging>

<name>Hop Assemblies</name>

<parent>
<groupId>org.apache.hop</groupId>
<artifactId>hop-sample-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.12.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion hop-action-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hop-sample-plugin</artifactId>
<groupId>org.apache.hop</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hop-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.apache.hop</groupId>
<artifactId>hop-bom</artifactId>
<packaging>pom</packaging>
<version>2.3.0-SNAPSHOT</version>
<version>2.12.0</version>
<name>Hop BOM</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion hop-it/hop-it-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.hop</groupId>
<artifactId>hop-it</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.12.0</version>
</parent>

<artifactId>hop-it-launcher</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hop-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.apache.hop</groupId>
<artifactId>hop-sample-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.12.0</version>
</parent>

<artifactId>hop-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hop-transform-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hop-sample-plugin</artifactId>
<groupId>org.apache.hop</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.apache.hop</groupId>
<artifactId>hop-sample-plugin</artifactId>
<packaging>pom</packaging>
<version>2.3.0-SNAPSHOT</version>
<version>2.12.0</version>

<name>HOP Sample Plugin development</name>
<description>Maven POM for a sample plugin</description>
Expand All @@ -17,7 +17,7 @@

<properties>
<!-- Set this to the Hop version you want to debug against-->
<hop.version>2.3.0-SNAPSHOT</hop.version>
<hop.version>2.12.0</hop.version>


<!-- Third-party dependencies-->
Expand Down