Bug 411487 - CBI Build: Build Scout from Tag
https://bugs.eclipse.org/bugs/show_bug.cgi?id=411487
Adjusts Maven CBI Plugins to version 1.0.3.
Change-Id: I3bfbf2abe2df013e8d89be3feeef29e2a4f0b9ce
Reviewed-on: https://git.eclipse.org/r/15168
Reviewed-by: Ken Lee <kle@bsiag.com>
IP-Clean: Ken Lee <kle@bsiag.com>
Tested-by: Ken Lee <kle@bsiag.com>
diff --git a/org.eclipse.scout.parent/pom.xml b/org.eclipse.scout.parent/pom.xml
index ca0290e..2f3d35f 100755
--- a/org.eclipse.scout.parent/pom.xml
+++ b/org.eclipse.scout.parent/pom.xml
@@ -259,7 +259,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-cbi-plugin</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>${cbi-plugins.version}</version>
</plugin>
<plugin>
diff --git a/org.eclipse.scout.rap.repository/pom.xml b/org.eclipse.scout.rap.repository/pom.xml
index 1261a99..b30f20b 100644
--- a/org.eclipse.scout.rap.repository/pom.xml
+++ b/org.eclipse.scout.rap.repository/pom.xml
@@ -129,7 +129,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>${cbi-plugins.version}</version>
<executions>
<execution>
<id>sign</id>
diff --git a/org.eclipse.scout.repository/pom.xml b/org.eclipse.scout.repository/pom.xml
index 1a2b471..e637576 100644
--- a/org.eclipse.scout.repository/pom.xml
+++ b/org.eclipse.scout.repository/pom.xml
@@ -99,7 +99,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>${cbi-plugins.version}</version>
<executions>
<execution>
<id>sign</id>