releng: Upgrade jboss repository-utils to 0.23.2
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Sun, 20 Sep 2015 18:06:21 +0000 (14:06 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 6 Oct 2015 19:26:29 +0000 (15:26 -0400)
This is the latest stable version available for the plugin.

We need to use skipBuildInfo otherwise some extra json files
are generated.

Change-Id: I437afd1483705311cdf36961f23d6c8df105c054
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/56317
Reviewed-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
pom.xml
releng/org.eclipse.tracecompass.releng-site/pom.xml

diff --git a/pom.xml b/pom.xml
index 055190707502b0ee5540fffa401ce5b43c0bd395..f70953653aeae7fdb96a12be18d2cc2cced92217 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <plugin>
           <groupId>org.jboss.tools.tycho-plugins</groupId>
           <artifactId>repository-utils</artifactId>
-          <version>0.22.0</version>
+          <version>0.23.2</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
index 1205ee5e60416572a62bb16661675a1eb829ab22..8de69c26fba8506eecd96025c7181a4e96e4fc1d 100644 (file)
@@ -43,6 +43,7 @@
       <configuration>
         <removeDefaultCategory>true</removeDefaultCategory>
         <skipWebContentGeneration>true</skipWebContentGeneration>
+        <skipBuildInfo>true</skipBuildInfo>
       </configuration>
     </plugin>
   </plugins>
This page took 0.025564 seconds and 5 git commands to generate.