Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Updates to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Muir committed Jun 12, 2020
1 parent 242aa94 commit d29b88b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static void main(String[] args) {
System.out.println();
// use this version for an easier integration with the
// referenceccdavalidator
runDS4PValidationUsingSpecificValidationResult();
// runDS4PValidationUsingSpecificValidationResult();
}

private static void setup() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Bundle-Version: 3.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport,
org.eclipse.emf.ecore.xmi;visibility:=reexport,
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<properties>

<tycho-version>1.7.0</tycho-version>
<tychoExtrasVersion>1.7.0</tychoExtrasVersion>
<tycho-version>1.0.0</tycho-version>
<tychoExtrasVersion>1.0.0</tychoExtrasVersion>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/mdht/org.eclipse.mdht</tycho.scmUrl>
<jarSignerVersion>1.1.2</jarSignerVersion>
<findbugs.version>3.0.1</findbugs.version>
Expand Down

0 comments on commit d29b88b

Please sign in to comment.