Skip to content

Commit

Permalink
Next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsievers committed Apr 8, 2016
1 parent c2d0628 commit e7d07d2
Show file tree
Hide file tree
Showing 68 changed files with 71 additions and 68 deletions.
5 changes: 4 additions & 1 deletion pom.xml
Expand Up @@ -63,7 +63,7 @@

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

<name>Tycho (Incubation)</name>
Expand Down Expand Up @@ -581,6 +581,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8.1</version>
<configuration>
<failOnError>false</failOnError>
</configuration>
<executions>
<execution>
<id>javadoc-jar</id>
Expand Down
2 changes: 1 addition & 1 deletion sisu-equinox/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<artifactId>sisu-equinox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sisu-equinox/sisu-equinox-api/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>sisu-equinox</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>
<artifactId>sisu-equinox-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion sisu-equinox/sisu-equinox-embedder/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>sisu-equinox</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>
<artifactId>sisu-equinox-embedder</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion sisu-equinox/sisu-equinox-launching/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>sisu-equinox</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>
<artifactId>sisu-equinox-launching</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion target-platform-configuration/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>tycho</artifactId>
<groupId>org.eclipse.tycho</groupId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<artifactId>target-platform-configuration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tycho-artifactcomparator/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>
<artifactId>tycho-artifactcomparator</artifactId>

Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tycho Core Maven/OSGi Shared Classes Tests (Incubation)
Bundle-SymbolicName: org.eclipse.tycho.core.shared.tests
Bundle-Version: 0.25.0
Bundle-Version: 0.26.0.qualifier
Fragment-Host: org.eclipse.tycho.core.shared
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
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
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.core.shared.tests</artifactId>
Expand Down
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.tycho.core.shared
Bundle-Version: 0.25.0
Bundle-Version: 0.26.0.qualifier
Bundle-Name: Tycho Core Maven/OSGi Shared Classes (Incubation)
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
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.core.shared</artifactId>
Expand Down
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.tycho.embedder.shared
Bundle-Version: 0.25.0
Bundle-Version: 0.26.0.qualifier
Bundle-Name: Tycho Embedder API Maven/OSGi Shared Classes (Incubation)
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Expand Down
2 changes: 1 addition & 1 deletion tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

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

<artifactId>org.eclipse.tycho.noopsecurity</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tycho Maven/p2 Repository Integration Tests (Incubation)
Bundle-SymbolicName: org.eclipse.tycho.p2.maven.repository.tests;singleton:=true
Bundle-Version: 0.25.0
Bundle-Version: 0.26.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Fragment-Host: org.eclipse.tycho.p2.maven.repository
Expand Down
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.p2.maven.repository.tests</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tycho Maven/p2 Repository Integration (Incubation)
Bundle-SymbolicName: org.eclipse.tycho.p2.maven.repository;singleton:=true
Bundle-Version: 0.25.0
Bundle-Version: 0.26.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Expand Down
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.p2.maven.repository</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tycho p2 Resolver Bundle Tests (Incubation)
Bundle-SymbolicName: org.eclipse.tycho.p2.resolver.impl.test;singleton:=true
Bundle-Version: 0.25.0
Bundle-Version: 0.26.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Fragment-Host: org.eclipse.tycho.p2.resolver.impl
Require-Bundle: org.junit,
Expand Down
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.p2.resolver.impl.test</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tycho p2 Resolver Bundle (Incubation)
Bundle-SymbolicName: org.eclipse.tycho.p2.resolver.impl;singleton:=true
Bundle-Version: 0.25.0
Bundle-Version: 0.26.0.qualifier
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
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.p2.resolver.impl</artifactId>
Expand Down
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: 0.25.0
Bundle-Version: 0.26.0.qualifier
Bundle-Name: Tycho p2 Resolver Maven/OSGi Shared Classes (Incubation)
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
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.p2.resolver.shared</artifactId>
Expand Down
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Bundle-Version: 0.25.0
Bundle-Version: 0.26.0.qualifier
Bundle-Name: Tycho p2 Tools Bundle (Incubation)
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
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.p2.tools.impl</artifactId>
Expand Down
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Bundle-Version: 0.25.0
Bundle-Version: 0.26.0.qualifier
Bundle-Name: Tycho p2 Tools Maven/OSGi Shared Classes (Incubation)
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
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.p2.tools.shared</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tycho p2 Tools Tests (Incubation)
Bundle-SymbolicName: org.eclipse.tycho.p2.tools.tests
Bundle-Version: 0.25.0
Bundle-Version: 0.26.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
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
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.p2.tools.tests</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tycho Test Utilities (Incubation)
Bundle-SymbolicName: org.eclipse.tycho.test.utils
Bundle-Version: 0.25.0
Bundle-Version: 0.26.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.junit;bundle-version="[4.8.1,5.0.0)",
org.eclipse.equinox.p2.core;bundle-version="1.0.100",
Expand Down
2 changes: 1 addition & 1 deletion tycho-bundles/org.eclipse.tycho.test.utils/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.tycho.test.utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tycho-bundles/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<artifactId>tycho-bundles</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tycho-bundles/tycho-bundles-external/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<artifactId>tycho-bundles-external</artifactId>
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="org.eclipse.tycho.p2" uid="tycho-bundles-external" id="org.eclipse.equinox.p2.director.app.product" application="org.eclipse.equinox.p2.director.app.application" version="0.25.0" useFeatures="false" includeLaunchers="false">
<product name="org.eclipse.tycho.p2" uid="tycho-bundles-external" id="org.eclipse.equinox.p2.director.app.product" application="org.eclipse.equinox.p2.director.app.application" version="0.26.0.qualifier" useFeatures="false" includeLaunchers="false">

<configIni use="default">
</configIni>
Expand Down
2 changes: 1 addition & 1 deletion tycho-bundles/tycho-bundles-target/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tycho-bundles/tycho-standalone-p2-director/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bundles</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<artifactId>tycho-standalone-p2-director</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tycho-compiler-jdt/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>
<artifactId>tycho-compiler-jdt</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tycho-compiler-plugin/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<artifactId>tycho-compiler-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tycho-core/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>
<artifactId>tycho-core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tycho-embedder-api/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>
<artifactId>tycho-embedder-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tycho-its/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
<version>0.25.0</version>
<version>0.26.0-SNAPSHOT</version>
</parent>
<artifactId>tycho-its</artifactId>

Expand Down

0 comments on commit e7d07d2

Please sign in to comment.