Skip to content

Commit

Permalink
Upgrade tycho-maven-plugin to 1.4.0 jboss-fuse#120
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed May 9, 2019
1 parent b374471 commit 1de1977
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion camel-sap/camel-sap-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</scm>

<properties>
<tycho-version>1.3.0</tycho-version>
<tycho-version>1.4.0</tycho-version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion camel-sap/com.sap.conn.idoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<extensions>true</extensions>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion camel-sap/com.sap.conn.jco.linux.x86/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<extensions>true</extensions>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion camel-sap/com.sap.conn.jco.linux.x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<extensions>true</extensions>
</plugin>

Expand Down
2 changes: 1 addition & 1 deletion camel-sap/com.sap.conn.jco.osx.x86/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<extensions>true</extensions>
</plugin>

Expand Down
2 changes: 1 addition & 1 deletion camel-sap/com.sap.conn.jco.osx.x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<extensions>true</extensions>
</plugin>

Expand Down
2 changes: 1 addition & 1 deletion camel-sap/com.sap.conn.jco.win32.x86/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<extensions>true</extensions>
</plugin>

Expand Down
2 changes: 1 addition & 1 deletion camel-sap/com.sap.conn.jco.win32.x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<extensions>true</extensions>
</plugin>

Expand Down
2 changes: 1 addition & 1 deletion camel-sap/com.sap.conn.jco/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<extensions>true</extensions>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion camel-sap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<url>http://www.jboss.org/products/fuse/overview/</url>

<properties>
<tycho-version>1.3.0</tycho-version>
<tycho-version>1.4.0</tycho-version>
<!-- JBoss Tools Integration Stack version -->
<jbtis.version>4.4.3.Final</jbtis.version>

Expand Down

0 comments on commit 1de1977

Please sign in to comment.