Skip to content

Commit b01d6a7

Browse files
committed
Fix broken build
Signed-off-by: Rob Stryker <[email protected]>
1 parent b8cd0dd commit b01d6a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rsp/distribution/distribution.community/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<!-- build distribution -->
7878
<plugin>
7979
<artifactId>maven-assembly-plugin</artifactId>
80-
<version>2.5.4</version>
80+
<version>3.7.1</version>
8181
<executions>
8282
<execution>
8383
<id>create-distribution-zip</id>

rsp/targetplatform/rsp-community-target.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343

4444
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
45-
<repository location="http://repository.jboss.org/nexus/content/unzip/unzip/org/jboss/tools/locus/jbosstools-locus/1.8.0/jbosstools-locus-1.8.0-updatesite.zip-unzip"/>
45+
<repository location="https://download.jboss.org/jbosstools/updates/stable/locus/1.8.0/" />
4646
<!-- Test dependencies -->
4747
<unit id="org.apache.felix.log" version="1.2.0"/>
4848
<unit id="org.everit.osgi.bundles.org.apache.xmlcommons.full" version="1.4.1.20150918"/>

0 commit comments

Comments
 (0)