Skip to content

Commit

Permalink
Tycho 2.7.0 Release #648
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Läubrich <[email protected]>
  • Loading branch information
laeubi committed Feb 28, 2022
1 parent 41e943e commit d5e199f
Show file tree
Hide file tree
Showing 101 changed files with 102 additions and 102 deletions.
2 changes: 1 addition & 1 deletion demo/itp01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</modules>

<properties>
<tycho-version>2.3.0</tycho-version>
<tycho-version>2.7.0</tycho-version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion demo/itp02/build01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>pom</packaging>

<properties>
<tycho-version>2.3.0</tycho-version>
<tycho-version>2.7.0</tycho-version>

<manifest-location>META-INF</manifest-location>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion demo/itp02/build02/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>pom</packaging>

<properties>
<tycho-version>2.3.0</tycho-version>
<tycho-version>2.7.0</tycho-version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion demo/itp03-crossplatform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>pom</packaging>

<properties>
<tycho-version>2.3.0</tycho-version>
<tycho-version>2.7.0</tycho-version>
<eclipse-repository-url>http://download.eclipse.org/eclipse/updates/3.6</eclipse-repository-url>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion demo/itp04-rcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Contributors:
<name>RCP Parent</name>

<properties>
<tycho-version>2.3.0</tycho-version>
<tycho-version>2.7.0</tycho-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion demo/justj/product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
<properties>
<tycho-version>2.3.0</tycho-version>
<tycho-version>2.7.0</tycho-version>
<target-platform>https://download.eclipse.org/releases/2021-03/</target-platform>
</properties>
<repositories>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
<packaging>pom</packaging>

<name>Tycho</name>
Expand Down
2 changes: 1 addition & 1 deletion sisu-equinox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>sisu-equinox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sisu-equinox/sisu-equinox-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>sisu-equinox</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>
<artifactId>sisu-equinox-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion sisu-equinox/sisu-equinox-embedder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>sisu-equinox</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>
<artifactId>sisu-equinox-embedder</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion sisu-equinox/sisu-equinox-launching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>sisu-equinox</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>
<artifactId>sisu-equinox-launching</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion target-platform-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>tycho</artifactId>
<groupId>org.eclipse.tycho</groupId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>target-platform-configuration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tycho-artifactcomparator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>
<artifactId>tycho-artifactcomparator</artifactId>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions tycho-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>
<artifactId>tycho-build</artifactId>

Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>org.eclipse.tycho.p2.maven.repository</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</dependency>
<!--
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tycho Core Maven/OSGi Shared Classes Tests
Bundle-SymbolicName: org.eclipse.tycho.core.shared.tests
Bundle-Version: 2.7.0.qualifier
Bundle-Version: 2.7.0
Fragment-Host: org.eclipse.tycho.core.shared
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.junit;bundle-version="4.8.2",
Expand Down
2 changes: 1 addition & 1 deletion tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>org.eclipse.tycho.core.shared.tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.tycho.core.shared
Bundle-Version: 2.7.0.qualifier
Bundle-Version: 2.7.0
Bundle-Name: Tycho Core Maven/OSGi Shared Classes
Bundle-Vendor: %providerName
Export-Package: org.eclipse.tycho.artifacts,
Expand Down
2 changes: 1 addition & 1 deletion tycho-bundles/org.eclipse.tycho.core.shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>org.eclipse.tycho.core.shared</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.tycho.embedder.shared
Bundle-Version: 2.7.0.qualifier
Bundle-Version: 2.7.0
Bundle-Name: Tycho Embedder API Maven/OSGi Shared Classes
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-11
Expand Down
2 changes: 1 addition & 1 deletion tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>org.eclipse.tycho.embedder.shared</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tycho Noop Equinox password provider
Bundle-SymbolicName: org.eclipse.tycho.noopsecurity;singleton:=true
Bundle-Version: 2.7.0.qualifier
Bundle-Version: 2.7.0
Require-Bundle: org.eclipse.equinox.security;bundle-version="1.0.100"
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>org.eclipse.tycho.noopsecurity</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tycho Maven/p2 Repository Integration Tests
Bundle-SymbolicName: org.eclipse.tycho.p2.maven.repository.tests;singleton:=true
Bundle-Version: 2.7.0.qualifier
Bundle-Version: 2.7.0
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-11
Fragment-Host: org.eclipse.tycho.p2.maven.repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>org.eclipse.tycho.p2.maven.repository.tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tycho Maven/p2 Repository Integration
Bundle-SymbolicName: org.eclipse.tycho.p2.maven.repository;singleton:=true
Bundle-Version: 2.7.0.qualifier
Bundle-Version: 2.7.0
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>org.eclipse.tycho.p2.maven.repository</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tycho p2 Resolver Bundle Tests
Bundle-SymbolicName: org.eclipse.tycho.p2.resolver.impl.test;singleton:=true
Bundle-Version: 2.7.0.qualifier
Bundle-Version: 2.7.0
Bundle-RequiredExecutionEnvironment: JavaSE-11
Fragment-Host: org.eclipse.tycho.p2.resolver.impl
Require-Bundle: org.junit,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>org.eclipse.tycho.p2.resolver.impl.test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tycho p2 Resolver Bundle
Bundle-SymbolicName: org.eclipse.tycho.p2.resolver.impl;singleton:=true
Bundle-Version: 2.7.0.qualifier
Bundle-Version: 2.7.0
Bundle-Activator: org.eclipse.tycho.p2.impl.Activator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.equinox.security;bundle-version="1.0.100",
Expand Down
2 changes: 1 addition & 1 deletion tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>org.eclipse.tycho.p2.resolver.impl</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tycho p2 Resolver Maven/OSGi Shared Classes Tests
Bundle-SymbolicName: org.eclipse.tycho.p2.resolver.shared.tests;singleton:=true
Bundle-Version: 2.7.0.qualifier
Bundle-Version: 2.7.0
Bundle-RequiredExecutionEnvironment: JavaSE-11
Fragment-Host: org.eclipse.tycho.p2.resolver.shared
Bundle-Vendor: Eclipse Tycho
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>org.eclipse.tycho.p2.resolver.shared.tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Export-Package:
org.eclipse.tycho.p2.resolver.facade,
org.eclipse.tycho.p2.target.facade,
org.eclipse.tycho.repository.registry.facade
Bundle-Version: 2.7.0.qualifier
Bundle-Version: 2.7.0
Bundle-Name: Tycho p2 Resolver Maven/OSGi Shared Classes
Bundle-ManifestVersion: 2
Bundle-Description: Tycho integrates Maven with Eclipse and OSGi
Expand Down
2 changes: 1 addition & 1 deletion tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>org.eclipse.tycho.p2.resolver.shared</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Bundle-Version: 2.7.0.qualifier
Bundle-Version: 2.7.0
Bundle-Name: Tycho p2 Tools Bundle
Bundle-ManifestVersion: 2
Bundle-Description: Implementation of tools for generating, copying, and using p2 repositories in Tycho
Expand Down
2 changes: 1 addition & 1 deletion tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>org.eclipse.tycho.p2.tools.impl</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Bundle-Version: 2.7.0.qualifier
Bundle-Version: 2.7.0
Bundle-Name: Tycho p2 Tools Maven/OSGi Shared Classes
Bundle-ManifestVersion: 2
Bundle-Description: Exposes tools for manipulating p2 data, which are implemented in OSGi bundles, to Maven plug-ins
Expand Down
2 changes: 1 addition & 1 deletion tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>org.eclipse.tycho.p2.tools.shared</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tycho p2 Tools Tests
Bundle-SymbolicName: org.eclipse.tycho.p2.tools.tests
Bundle-Version: 2.7.0.qualifier
Bundle-Version: 2.7.0
Bundle-RequiredExecutionEnvironment: JavaSE-11
Fragment-Host: org.eclipse.tycho.p2.tools.impl
Require-Bundle: org.junit;bundle-version="[4.8.1,5.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>org.eclipse.tycho.p2.tools.tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tycho Test Utilities
Bundle-SymbolicName: org.eclipse.tycho.test.utils
Bundle-Version: 2.7.0.qualifier
Bundle-Version: 2.7.0
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.junit;bundle-version="[4.8.1,5.0.0)",
org.hamcrest.core,
Expand Down
2 changes: 1 addition & 1 deletion tycho-bundles/org.eclipse.tycho.test.utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>org.eclipse.tycho.test.utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tycho-bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>tycho-bundles</artifactId>
Expand Down
Loading

0 comments on commit d5e199f

Please sign in to comment.