Skip to content

Commit

Permalink
[68] used new API for instantiating DestinationRepositoryDescriptor
Browse files Browse the repository at this point in the history
adapted to changes introduced in https://bugs.eclipse.org/bugs/show_bug.cgi?id=341744

Signed-off-by: Andre Dietisheim <adietish@redhat.com>
  • Loading branch information
adietish committed Oct 26, 2018
1 parent ba5bf85 commit ee75037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tycho-plugins/pom.xml
Expand Up @@ -18,7 +18,7 @@
<name>jbosstools-tycho-plugins-parent</name>
<version>1.1.1-SNAPSHOT</version>
<properties>
<tychoVersion>1.1.0</tychoVersion>
<tychoVersion>1.3.0-SNAPSHOT</tychoVersion>
<!-- if https://issues.jboss.org/browse/JBIDE-22248 comes back, use <jbossNexus>origin-repository.jboss.org</jbossNexus> -->
<jbossNexus>repository.jboss.org</jbossNexus>
</properties>
Expand Down
Expand Up @@ -145,8 +145,8 @@ public void execute() throws MojoExecutionException, MojoFailureException {
}
}

final DestinationRepositoryDescriptor destinationDescriptor = new DestinationRepositoryDescriptor(this.outputRepository, this.sourceTargetFile.getName(), true, true,
false, false, true);
final DestinationRepositoryDescriptor destinationDescriptor =
new DestinationRepositoryDescriptor(this.outputRepository, this.sourceTargetFile.getName());

List<IUDescription> initialIUs = new ArrayList<IUDescription>();
for (final Location loc : target.getLocations()) {
Expand Down

0 comments on commit ee75037

Please sign in to comment.