diff --git a/p2-maven-plugin/pom.xml b/p2-maven-plugin/pom.xml index a96882dddd..b77e3f05b3 100644 --- a/p2-maven-plugin/pom.xml +++ b/p2-maven-plugin/pom.xml @@ -14,7 +14,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 p2-maven-plugin maven-plugin diff --git a/p2-maven-plugin/pom.xml.versionsBackup b/p2-maven-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..a96882dddd --- /dev/null +++ b/p2-maven-plugin/pom.xml.versionsBackup @@ -0,0 +1,239 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + p2-maven-plugin + maven-plugin + P2 Maven Integration + The P2 Maven Plugin provides access to the P2 eco-system inside maven. + + + ${minimal-maven-version} + + + + org.eclipse.platform + org.eclipse.equinox.p2.core + 2.10.200 + + + org.eclipse.platform + org.eclipse.osgi + + + org.eclipse.platform + org.eclipse.equinox.p2.publisher + 1.9.0 + + + org.eclipse.platform + org.eclipse.equinox.p2.director + 2.6.200 + + + org.eclipse.platform + org.eclipse.equinox.p2.engine + 2.9.0 + + + org.eclipse.platform + org.eclipse.equinox.p2.metadata + 2.8.0 + + + org.eclipse.platform + org.eclipse.equinox.p2.repository + + + org.eclipse.platform + org.eclipse.osgi.compatibility.state + 1.2.900 + + + org.eclipse.platform + org.eclipse.equinox.p2.publisher.eclipse + 1.5.200 + + + org.eclipse.platform + org.eclipse.equinox.frameworkadmin + 2.3.0 + + + org.eclipse.platform + org.eclipse.equinox.preferences + 3.10.400 + + + org.apache.maven + maven-model + provided + + + org.apache.maven + maven-model-builder + ${maven-version} + provided + + + org.apache.maven + maven-core + provided + + + org.eclipse.platform + org.eclipse.equinox.p2.metadata.repository + 1.5.200 + + + org.eclipse.platform + org.eclipse.equinox.p2.updatesite + 1.3.200 + + + + org.eclipse.tycho + tycho-spi + ${project.version} + + + org.eclipse.tycho + sisu-osgi-api + ${project.version} + + + org.eclipse.tycho + sisu-osgi-connect + ${project.version} + + + + org.eclipse.platform + org.eclipse.equinox.p2.jarprocessor + 1.3.200 + + + org.eclipse.platform + org.eclipse.equinox.p2.touchpoint.natives + 1.5.100 + + + org.eclipse.platform + org.eclipse.equinox.p2.touchpoint.eclipse + 2.4.100 + + + org.eclipse.platform + org.eclipse.equinox.p2.garbagecollector + 1.3.100 + + + org.eclipse.platform + org.eclipse.equinox.p2.director.app + 1.3.200 + + + org.eclipse.platform + org.eclipse.equinox.p2.repository.tools + 2.4.200 + + + + org.eclipse.platform + org.eclipse.equinox.concurrent + 1.2.200 + + + org.eclipse.platform + org.eclipse.equinox.simpleconfigurator + 1.5.0 + + + org.eclipse.platform + org.eclipse.equinox.app + 1.6.400 + + + org.eclipse.platform + org.eclipse.equinox.frameworkadmin.equinox + 1.3.0 + + + org.eclipse.platform + org.eclipse.equinox.simpleconfigurator.manipulator + + + + org.apache.felix + org.apache.felix.scr + 2.2.10 + + + + org.osgi + org.osgi.service.component + 1.5.1 + + + + org.bouncycastle + bcpg-jdk15on + 1.70 + + + org.bouncycastle + bcprov-jdk15on + 1.70 + + + commons-io + commons-io + + + commons-net + commons-net + + + + + + org.codehaus.plexus + plexus-component-metadata + + + org.apache.maven.plugins + maven-plugin-plugin + + + org.apache.servicemix.tooling + depends-maven-plugin + 1.5.0 + + + generate-depends-file + + generate-depends-file + + + ${project.build.directory}/classes/META-INF/sisu/connect.dependencies + + + + + + + diff --git a/pom.xml b/pom.xml index cfeccf5c6e..09c5bb7f63 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 pom Tycho Tycho integrates Maven with Eclipse and OSGi diff --git a/pom.xml.versionsBackup b/pom.xml.versionsBackup new file mode 100644 index 0000000000..cfeccf5c6e --- /dev/null +++ b/pom.xml.versionsBackup @@ -0,0 +1,649 @@ + + + + 4.0.0 + 2008 + https://www.eclipse.org/tycho/ + + jenkins + https://ci.eclipse.org/tycho + + + + Eclipse Public License + https://www.eclipse.org/legal/epl-v20.html + repo + + + + Eclipse Foundation + https://www.eclipse.org/ + + + GitHub + https://github.com/eclipse-tycho/tycho/issues + + + scm:git:https://github.com/eclipse-tycho/tycho.git + scm:git:https://github.com/eclipse-tycho/tycho.git + https://github.com/eclipse-tycho/tycho/ + + + + tycho + Tycho + tycho-dev@eclipse.org + Eclipse Tycho Project + https://projects.eclipse.org/projects/technology.tycho + + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + pom + Tycho + Tycho integrates Maven with Eclipse and OSGi + + UTF-8 + 17 + + 1.25.0 + 2.2.0 + 3.5.1 + 2.14.2 + 2.1.0 + 3.10.2 + 6.8.0.202311291450-r + 3.9.6 + 3.9.0 + + 3.2.5 + 3.18.600 + 3.36.0 + 7.0.0 + + 3.3.1 + 3.1.1 + 3.1.1 + 3.3.2 + ${surefire-version} + + + + + org.apache.maven + maven-plugin-api + provided + ${maven-version} + + + org.apache.maven.plugin-tools + maven-plugin-annotations + ${pluginToolsVersion} + provided + + + org.apache.maven + maven-core + provided + ${maven-version} + + + org.apache.maven + maven-artifact + provided + ${maven-version} + + + org.apache.maven + maven-compat + provided + ${maven-version} + + + org.apache.maven + maven-model + provided + ${maven-version} + + + org.apache.maven + maven-settings + provided + ${maven-version} + + + org.codehaus.plexus + plexus-cipher + ${cipherVersion} + + + org.codehaus.plexus + plexus-component-annotations + ${plexusVersion} + + + org.eclipse.sisu + org.eclipse.sisu.plexus + + 0.9.0.M2 + provided + + + org.codehaus.plexus + plexus-utils + ${plexusUtilsVersion} + + + org.codehaus.plexus + plexus-archiver + 4.9.1 + + + org.codehaus.plexus + plexus-compiler-api + ${plexusCompilerVersion} + + + org.codehaus.plexus + plexus-compiler-manager + ${plexusCompilerVersion} + + + org.apache.commons + commons-compress + ${commonsCompressVersion} + + + org.apache.commons + commons-compress + sources + ${commonsCompressVersion} + + + org.apache.commons + commons-exec + 1.4.0 + + + org.eclipse.platform + org.eclipse.osgi + ${equinoxVersion} + + + org.eclipse.jdt + ecj + ${ecjVersion} + + + org.eclipse.tycho + tycho-testing-harness + ${project.version} + test + + + commons-io + commons-io + 2.15.1 + + + commons-net + commons-net + 3.10.0 + + + junit + junit + 4.13.2 + test + + + org.junit.jupiter + junit-jupiter-api + 5.10.1 + test + + + org.mockito + mockito-core + 5.10.0 + test + + + + org.hamcrest + hamcrest-core + 2.2 + test + + + de.pdark + decentxml + 1.4 + + + org.apache.bcel + bcel + 6.8.1 + + + org.apache.maven.plugin-testing + maven-plugin-testing-harness + 3.3.0 + + + org.apache.maven + maven-archiver + 3.6.1 + + + org.apache.maven.plugins + maven-source-plugin + maven-plugin + 3.2.1 + + + org.apache.maven.shared + maven-verifier + 1.8.0 + + + biz.aQute.bnd + biz.aQute.bndlib + ${bnd.version} + + + org.osgi + * + + + + + org.sonatype.plexus + plexus-build-api + 0.0.7 + + + org.eclipse.platform + org.eclipse.core.runtime + 3.30.0 + + + org.eclipse.platform + org.eclipse.ui.workbench + 3.131.0 + + + org.osgi + * + + + + + org.eclipse.platform + org.eclipse.equinox.p2.repository + 2.8.0 + + + org.eclipse.platform + org.eclipse.equinox.simpleconfigurator.manipulator + 2.3.0 + + + + + + + maven-enforcer-plugin + + + maven-source-plugin + + + package + + jar-no-fork + + + + + + + + + org.codehaus.plexus + plexus-component-metadata + ${plexusVersion} + + + + + generate-metadata + generate-test-metadata + + + + + class + + + + org.ow2.asm + asm + 9.6 + + + + + org.apache.maven.plugins + maven-plugin-plugin + ${pluginToolsVersion} + + + true + + java-annotations + + + + + default-descriptor + + descriptor + + process-classes + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire-version} + + false + + + + org.apache.maven.plugins + maven-clean-plugin + 3.3.2 + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.1 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.12.1 + + ${min.jdk.version} + ${min.jdk.version} + + false + + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + org.apache.maven.plugins + maven-release-plugin + 3.0.1 + + https://svn.sonatype.org/m2eclipse/tycho/tags + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.6.0 + + gnu + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.6.1 + + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 + + UTF-8 + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + org.apache.maven.plugins + maven-install-plugin + 3.1.1 + + + org.apache.maven.plugins + maven-site-plugin + 3.12.1 + + + org.apache.maven.doxia + doxia-module-markdown + 1.12.0 + + + + false + + + + biz.aQute.bnd + bnd-maven-plugin + ${bnd.version} + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.4.1 + + + no-duplicate-declared-dependencies + + enforce + + + + + + ${min.jdk.version} + + + 3.8.6 + + + + + + + + + org.apache.maven.plugins + maven-invoker-plugin + 3.6.0 + + + + + + + + org.apache.maven.plugins + maven-plugin-report-plugin + ${pluginToolsVersion} + + + ${minimal-maven-version} + ${min.jdk.version} + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.5.0 + + + + index + + + + + + + + tycho-api + sisu-osgi + p2-maven-plugin + tycho-metadata-model + tycho-spi + tycho-core + tycho-testing-harness + tycho-compiler-jdt + tycho-lib-detector + tycho-compiler-plugin + tycho-p2 + tycho-packaging-plugin + tycho-source-plugin + target-platform-configuration + tycho-maven-plugin + tycho-ds-plugin + tycho-buildtimestamp-jgit + tycho-baseline-plugin + + tycho-surefire + + tycho-versions-plugin + + tycho-p2-director-plugin + tycho-p2-plugin + tycho-p2-publisher-plugin + tycho-p2-repository-plugin + tycho-artifactcomparator + tycho-gpg-plugin + tycho-extras + tycho-build + tycho-apitools-plugin + tycho-targetplatform + tycho-bnd-plugin + tycho-repository-plugin + tycho-eclipse-plugin + + + + its + + tycho-its + tycho-extras/tycho-extras-its + + + + coverage + + + ${project.build.directory}/jacoco.exec + + + + + org.jacoco + jacoco-maven-plugin + 0.8.11 + + + + prepare-agent + + + ${sonar.jacoco.reportPath} + true + + + + + + + + + release + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.6.3 + + false + + + + javadoc-jar + + jar + + + + + + + + + + + tycho.site + Tycho Site + + http://staging + + + ${forgeReleaseId} + ${forgeReleaseUrl} + + + ${forgeSnapshotId} + ${forgeSnapshotUrl} + + + diff --git a/sisu-osgi/pom.xml b/sisu-osgi/pom.xml index 58d01cb6f8..a39b906a39 100644 --- a/sisu-osgi/pom.xml +++ b/sisu-osgi/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 sisu-osgi diff --git a/sisu-osgi/pom.xml.versionsBackup b/sisu-osgi/pom.xml.versionsBackup new file mode 100644 index 0000000000..58d01cb6f8 --- /dev/null +++ b/sisu-osgi/pom.xml.versionsBackup @@ -0,0 +1,35 @@ + + + + + 4.0.0 + + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + + sisu-osgi + pom + + Sisu OSGi/Plexus bridge + + + sisu-osgi-api + sisu-equinox-embedder + sisu-equinox-launching + sisu-osgi-connect + + + diff --git a/sisu-osgi/sisu-equinox-embedder/pom.xml b/sisu-osgi/sisu-equinox-embedder/pom.xml index 514823e199..95a5f0c7ea 100644 --- a/sisu-osgi/sisu-equinox-embedder/pom.xml +++ b/sisu-osgi/sisu-equinox-embedder/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho sisu-osgi - 4.0.5-SNAPSHOT + 4.0.5 sisu-equinox-embedder diff --git a/sisu-osgi/sisu-equinox-embedder/pom.xml.versionsBackup b/sisu-osgi/sisu-equinox-embedder/pom.xml.versionsBackup new file mode 100644 index 0000000000..514823e199 --- /dev/null +++ b/sisu-osgi/sisu-equinox-embedder/pom.xml.versionsBackup @@ -0,0 +1,63 @@ + + + + + 4.0.0 + + + org.eclipse.tycho + sisu-osgi + 4.0.5-SNAPSHOT + + sisu-equinox-embedder + + Sisu Equinox Embedder + Support for embedding an Equinox runtime in Plexus + + + + org.codehaus.plexus + plexus-component-annotations + + + org.eclipse.platform + org.eclipse.osgi + + + org.eclipse.tycho + sisu-osgi-api + ${project.version} + + + org.eclipse.sisu + org.eclipse.sisu.plexus + + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + generate-metadata + + + + + + + + diff --git a/sisu-osgi/sisu-equinox-launching/pom.xml b/sisu-osgi/sisu-equinox-launching/pom.xml index ca50d16089..39de48be8f 100644 --- a/sisu-osgi/sisu-equinox-launching/pom.xml +++ b/sisu-osgi/sisu-equinox-launching/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho sisu-osgi - 4.0.5-SNAPSHOT + 4.0.5 sisu-equinox-launching diff --git a/sisu-osgi/sisu-equinox-launching/pom.xml.versionsBackup b/sisu-osgi/sisu-equinox-launching/pom.xml.versionsBackup new file mode 100644 index 0000000000..ca50d16089 --- /dev/null +++ b/sisu-osgi/sisu-equinox-launching/pom.xml.versionsBackup @@ -0,0 +1,86 @@ + + + + + 4.0.0 + + + org.eclipse.tycho + sisu-osgi + 4.0.5-SNAPSHOT + + sisu-equinox-launching + + Sisu Equinox Launching + Support for launching an Equinox runtime as new process + + + + org.eclipse.tycho + tycho-api + ${project.version} + + + org.codehaus.plexus + plexus-archiver + + + org.eclipse.platform + org.eclipse.osgi + + + org.eclipse.tycho + sisu-osgi-api + ${project.version} + + + org.apache.commons + commons-exec + + + org.junit.jupiter + junit-jupiter-api + test + + + org.mockito + mockito-core + test + + + org.codehaus.plexus + plexus-component-annotations + + + org.eclipse.sisu + org.eclipse.sisu.plexus + + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + generate-metadata + + + + + + + + diff --git a/sisu-osgi/sisu-osgi-api/pom.xml b/sisu-osgi/sisu-osgi-api/pom.xml index 76097ae2f5..dca5e572b1 100644 --- a/sisu-osgi/sisu-osgi-api/pom.xml +++ b/sisu-osgi/sisu-osgi-api/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho sisu-osgi - 4.0.5-SNAPSHOT + 4.0.5 sisu-osgi-api diff --git a/sisu-osgi/sisu-osgi-api/pom.xml.versionsBackup b/sisu-osgi/sisu-osgi-api/pom.xml.versionsBackup new file mode 100644 index 0000000000..76097ae2f5 --- /dev/null +++ b/sisu-osgi/sisu-osgi-api/pom.xml.versionsBackup @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + + org.eclipse.tycho + sisu-osgi + 4.0.5-SNAPSHOT + + sisu-osgi-api + + Sisu OSGi Services API + API for accessing OSGi services from Plexus + + diff --git a/sisu-osgi/sisu-osgi-connect/pom.xml b/sisu-osgi/sisu-osgi-connect/pom.xml index 326ae2c718..bb648de3c4 100644 --- a/sisu-osgi/sisu-osgi-connect/pom.xml +++ b/sisu-osgi/sisu-osgi-connect/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho sisu-osgi - 4.0.5-SNAPSHOT + 4.0.5 sisu-osgi-connect Sisu Implementation of the OSGi R8 Framework Connect Specification diff --git a/sisu-osgi/sisu-osgi-connect/pom.xml.versionsBackup b/sisu-osgi/sisu-osgi-connect/pom.xml.versionsBackup new file mode 100644 index 0000000000..326ae2c718 --- /dev/null +++ b/sisu-osgi/sisu-osgi-connect/pom.xml.versionsBackup @@ -0,0 +1,60 @@ + + 4.0.0 + + org.eclipse.tycho + sisu-osgi + 4.0.5-SNAPSHOT + + sisu-osgi-connect + Sisu Implementation of the OSGi R8 Framework Connect Specification + + + + org.eclipse.tycho + sisu-osgi-api + ${project.version} + + + org.eclipse.platform + org.eclipse.osgi + + + org.osgi + org.osgi.service.component + 1.5.1 + + + org.eclipse.sisu + org.eclipse.sisu.plexus + + + org.codehaus.plexus + plexus-component-annotations + + + commons-io + commons-io + + + org.eclipse.platform + org.eclipse.equinox.registry + 3.11.400 + + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + generate-metadata + + + + + + + \ No newline at end of file diff --git a/target-platform-configuration/pom.xml b/target-platform-configuration/pom.xml index a7c8ce230c..9e3268dd7b 100644 --- a/target-platform-configuration/pom.xml +++ b/target-platform-configuration/pom.xml @@ -16,7 +16,7 @@ tycho org.eclipse.tycho - 4.0.5-SNAPSHOT + 4.0.5 target-platform-configuration diff --git a/target-platform-configuration/pom.xml.versionsBackup b/target-platform-configuration/pom.xml.versionsBackup new file mode 100644 index 0000000000..a7c8ce230c --- /dev/null +++ b/target-platform-configuration/pom.xml.versionsBackup @@ -0,0 +1,58 @@ + + + + + 4.0.0 + + + tycho + org.eclipse.tycho + 4.0.5-SNAPSHOT + + + target-platform-configuration + maven-plugin + + ${minimal-maven-version} + + Tycho Target Platform Configuration Plugin + + + + + org.codehaus.plexus + plexus-component-metadata + + + + + + + org.apache.maven + maven-core + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.eclipse.tycho + sisu-osgi-api + ${project.version} + + + org.eclipse.tycho + tycho-core + ${project.version} + + + \ No newline at end of file diff --git a/tycho-api/pom.xml b/tycho-api/pom.xml index 751f87d9b3..7546b6bb36 100644 --- a/tycho-api/pom.xml +++ b/tycho-api/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-api diff --git a/tycho-api/pom.xml.versionsBackup b/tycho-api/pom.xml.versionsBackup new file mode 100644 index 0000000000..751f87d9b3 --- /dev/null +++ b/tycho-api/pom.xml.versionsBackup @@ -0,0 +1,52 @@ + + + + + 4.0.0 + + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + + tycho-api + jar + + Tycho Embedder API Maven/OSGi Shared Classes + Classes shared between the tycho-spi module and Tycho's OSGi bundles. + + + org.eclipse.platform + org.eclipse.equinox.p2.metadata + 2.8.0 + + + org.eclipse.platform + org.eclipse.equinox.p2.publisher + 1.9.0 + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.basedir}/src/main/resources/META-INF/MANIFEST.MF + + + + + + diff --git a/tycho-apitools-plugin/pom.xml b/tycho-apitools-plugin/pom.xml index a60fb19652..2219e599d1 100644 --- a/tycho-apitools-plugin/pom.xml +++ b/tycho-apitools-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-apitools-plugin Plugin for performing API analysis tasks diff --git a/tycho-apitools-plugin/pom.xml.versionsBackup b/tycho-apitools-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..a60fb19652 --- /dev/null +++ b/tycho-apitools-plugin/pom.xml.versionsBackup @@ -0,0 +1,106 @@ + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-apitools-plugin + Plugin for performing API analysis tasks + maven-plugin + + ${minimal-maven-version} + + + 9.6 + + + + org.eclipse.tycho + tycho-core + ${project.version} + + + + org.apache.maven + maven-core + provided + + + org.apache.maven + maven-plugin-api + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + + org.eclipse.pde + org.eclipse.pde.api.tools + 1.3.200 + jar + + + * + * + + + + + org.eclipse.pde + org.eclipse.pde.core + 3.17.200 + jar + + + * + * + + + + + org.eclipse.platform + org.eclipse.equinox.common + 3.18.200 + + + org.eclipse.jdt + org.eclipse.jdt.core + 3.36.0 + + + org.eclipse.jdt + org.eclipse.jdt.launching + 3.21.0 + + + + org.ow2.asm + asm + ${asm.version} + + + org.ow2.asm + asm-tree + ${asm.version} + + + org.ow2.asm + asm-util + ${asm.version} + + + + + + org.codehaus.plexus + plexus-component-metadata + + + org.apache.maven.plugins + maven-plugin-plugin + + + + \ No newline at end of file diff --git a/tycho-artifactcomparator/pom.xml b/tycho-artifactcomparator/pom.xml index 124507e3d6..14eb0d4167 100644 --- a/tycho-artifactcomparator/pom.xml +++ b/tycho-artifactcomparator/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-artifactcomparator diff --git a/tycho-artifactcomparator/pom.xml.versionsBackup b/tycho-artifactcomparator/pom.xml.versionsBackup new file mode 100644 index 0000000000..124507e3d6 --- /dev/null +++ b/tycho-artifactcomparator/pom.xml.versionsBackup @@ -0,0 +1,94 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-artifactcomparator + + 9.6 + + Tycho Artifactor Comparator Plugin + + + org.eclipse.platform + org.eclipse.osgi + + + org.ow2.asm + asm-tree + ${asm-version} + + + org.ow2.asm + asm-util + ${asm-version} + + + org.codehaus.plexus + plexus-utils + + + org.codehaus.plexus + plexus-component-annotations + + + junit + junit + test + + + org.eclipse.sisu + org.eclipse.sisu.plexus + + + org.apache.maven + maven-core + + + commons-io + commons-io + + + org.xmlunit + xmlunit-core + 2.9.1 + + + biz.aQute.bnd + biz.aQute.bndlib + + + + io.github.java-diff-utils + java-diff-utils + 4.12 + + + ch.digitalfondue.jfiveparse + jfiveparse + 1.0.2 + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + diff --git a/tycho-baseline-plugin/pom.xml b/tycho-baseline-plugin/pom.xml index 910d61ef51..344f3a8d1e 100644 --- a/tycho-baseline-plugin/pom.xml +++ b/tycho-baseline-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-baseline-plugin maven-plugin diff --git a/tycho-baseline-plugin/pom.xml.versionsBackup b/tycho-baseline-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..910d61ef51 --- /dev/null +++ b/tycho-baseline-plugin/pom.xml.versionsBackup @@ -0,0 +1,65 @@ + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-baseline-plugin + maven-plugin + + ${minimal-maven-version} + + Tycho Baseline Plugin + A plugin for handling OSGi Declarative Services + + + org.apache.maven + maven-core + + + org.apache.maven + maven-plugin-api + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.codehaus.plexus + plexus-utils + + + org.eclipse.tycho + tycho-core + ${project.version} + + + biz.aQute.bnd + biz.aQute.bndlib + + + org.sonatype.plexus + plexus-build-api + + + org.eclipse.tycho + tycho-artifactcomparator + ${project.version} + + + + de.vandermeer + asciitable + 0.3.2 + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + \ No newline at end of file diff --git a/tycho-bnd-plugin/pom.xml b/tycho-bnd-plugin/pom.xml index 2db5829687..fecd1ead0c 100644 --- a/tycho-bnd-plugin/pom.xml +++ b/tycho-bnd-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-bnd-plugin Tycho BND Plugin diff --git a/tycho-bnd-plugin/pom.xml.versionsBackup b/tycho-bnd-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..2db5829687 --- /dev/null +++ b/tycho-bnd-plugin/pom.xml.versionsBackup @@ -0,0 +1,60 @@ + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-bnd-plugin + Tycho BND Plugin + Builds BND Workspace with Maven + maven-plugin + + ${minimal-maven-version} + + + + org.apache.maven + maven-core + + + org.apache.maven + maven-plugin-api + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.codehaus.plexus + plexus-utils + + + org.eclipse.tycho + tycho-core + ${project.version} + + + biz.aQute.bnd + biz.aQute.bndlib + + + biz.aQute.bnd + biz.aQute.repository + ${bnd.version} + + + biz.aQute.bnd + biz.aQute.bnd.embedded-repo + ${bnd.version} + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + \ No newline at end of file diff --git a/tycho-build/pom.xml b/tycho-build/pom.xml index 891ececc61..5fdd2c628b 100644 --- a/tycho-build/pom.xml +++ b/tycho-build/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-build diff --git a/tycho-build/pom.xml.versionsBackup b/tycho-build/pom.xml.versionsBackup new file mode 100644 index 0000000000..891ececc61 --- /dev/null +++ b/tycho-build/pom.xml.versionsBackup @@ -0,0 +1,155 @@ + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-build + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + + + + + org.codehaus.plexus + plexus-utils + provided + + + + io.takari.maven + takari-smart-builder + 0.6.4 + + + org.eclipse.tycho.extras + tycho-pomless + ${project.version} + + + org.eclipse.tycho + tycho-buildtimestamp-jgit + ${project.version} + + + org.eclipse.tycho + tycho-spi + ${project.version} + + + org.eclipse.platform + org.eclipse.equinox.p2.core + 2.10.200 + + + + org.eclipse.platform + org.eclipse.osgi + + + + org.eclipse.platform + org.eclipse.equinox.p2.publisher + 1.9.0 + + + + org.eclipse.platform + org.eclipse.equinox.p2.director + 2.6.200 + + + + org.eclipse.platform + org.eclipse.equinox.p2.engine + 2.9.0 + + + + + org.eclipse.platform + org.eclipse.equinox.p2.metadata + 2.8.0 + + + org.eclipse.platform + org.eclipse.equinox.p2.repository + + + + org.eclipse.platform + org.eclipse.osgi.compatibility.state + 1.2.900 + + + + + org.eclipse.platform + org.eclipse.equinox.p2.publisher.eclipse + 1.5.200 + + + + + org.eclipse.sisu + org.eclipse.sisu.plexus + provided + + + org.apache.maven + maven-model + provided + + + org.apache.maven + maven-model-builder + ${maven-version} + provided + + + org.apache.maven + maven-core + provided + + + + org.eclipse.platform + org.eclipse.equinox.p2.metadata.repository + 1.5.200 + + + org.eclipse.tycho + p2-maven-plugin + ${project.version} + + + org.apache.felix + org.apache.felix.scr + + + + + biz.aQute.bnd + biz.aQute.bndlib + + + org.osgi + org.osgi.service.repository + 1.1.0 + + + org.osgi + org.osgi.util.promise + 1.3.0 + + + \ No newline at end of file diff --git a/tycho-buildtimestamp-jgit/pom.xml b/tycho-buildtimestamp-jgit/pom.xml index 112e8387eb..60faaec101 100644 --- a/tycho-buildtimestamp-jgit/pom.xml +++ b/tycho-buildtimestamp-jgit/pom.xml @@ -14,7 +14,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-buildtimestamp-jgit diff --git a/tycho-buildtimestamp-jgit/pom.xml.versionsBackup b/tycho-buildtimestamp-jgit/pom.xml.versionsBackup new file mode 100644 index 0000000000..112e8387eb --- /dev/null +++ b/tycho-buildtimestamp-jgit/pom.xml.versionsBackup @@ -0,0 +1,73 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-buildtimestamp-jgit + + Tycho JGit Build Timestamp Provider Plugin + + + + org.apache.maven + maven-core + provided + + + org.eclipse.tycho + tycho-spi + ${project.version} + + + org.eclipse.jgit + org.eclipse.jgit + ${jgit-version} + + + + org.codehaus.plexus + plexus-archiver + test + + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + + + + its + + + + org.apache.maven.plugins + maven-invoker-plugin + + true + + + + + + + + \ No newline at end of file diff --git a/tycho-compiler-jdt/pom.xml b/tycho-compiler-jdt/pom.xml index a163153bd1..4cef66f585 100644 --- a/tycho-compiler-jdt/pom.xml +++ b/tycho-compiler-jdt/pom.xml @@ -12,7 +12,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-compiler-jdt diff --git a/tycho-compiler-jdt/pom.xml.versionsBackup b/tycho-compiler-jdt/pom.xml.versionsBackup new file mode 100644 index 0000000000..a163153bd1 --- /dev/null +++ b/tycho-compiler-jdt/pom.xml.versionsBackup @@ -0,0 +1,76 @@ + + + + + 4.0.0 + + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-compiler-jdt + + Tycho JDT Compiler Component + + + + + org.codehaus.plexus + plexus-component-metadata + + + + + + + org.eclipse.tycho + tycho-core + ${project.version} + + + org.eclipse.tycho + tycho-lib-detector + ${project.version} + + + org.apache.maven + maven-core + + + org.eclipse.jdt + ecj + + + org.codehaus.plexus + plexus-compiler-api + + + org.codehaus.plexus + plexus-component-annotations + + + org.eclipse.sisu + org.eclipse.sisu.plexus + + + org.apache.commons + commons-exec + + + org.junit.jupiter + junit-jupiter-api + test + + + org.apache.maven.plugin-testing + maven-plugin-testing-harness + test + + + diff --git a/tycho-compiler-plugin/pom.xml b/tycho-compiler-plugin/pom.xml index e0db42e133..3c8f791901 100644 --- a/tycho-compiler-plugin/pom.xml +++ b/tycho-compiler-plugin/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-compiler-plugin diff --git a/tycho-compiler-plugin/pom.xml.versionsBackup b/tycho-compiler-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..e0db42e133 --- /dev/null +++ b/tycho-compiler-plugin/pom.xml.versionsBackup @@ -0,0 +1,96 @@ + + + + + 4.0.0 + + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + + tycho-compiler-plugin + maven-plugin + + ${minimal-maven-version} + + Tycho OSGi Compiler Plugin + A plugin for compiling OSGi bundles + + + + org.apache.maven + maven-core + + + org.apache.maven + maven-plugin-api + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.codehaus.plexus + plexus-utils + + + org.codehaus.plexus + plexus-compiler-manager + + + org.codehaus.plexus + plexus-compiler-api + + + org.eclipse.tycho + tycho-core + ${project.version} + + + org.eclipse.tycho + tycho-compiler-jdt + ${project.version} + + + + org.eclipse.tycho + tycho-testing-harness + test + + + org.apache.maven + maven-compat + test + + + org.eclipse.tycho + tycho-core + ${project.version} + test + tests + + + org.apache.bcel + bcel + test + + + org.codehaus.plexus + plexus-compiler-javac + 2.14.2 + + + + diff --git a/tycho-core/pom.xml b/tycho-core/pom.xml index ded7caea45..39d2e72d6c 100644 --- a/tycho-core/pom.xml +++ b/tycho-core/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-core diff --git a/tycho-core/pom.xml.versionsBackup b/tycho-core/pom.xml.versionsBackup new file mode 100644 index 0000000000..ded7caea45 --- /dev/null +++ b/tycho-core/pom.xml.versionsBackup @@ -0,0 +1,333 @@ + + + + + 4.0.0 + + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-core + + Tycho Core + Core Tycho components + + 11.0.19 + + + + + + src/main/resources + true + + **/*.properties + + + + src/main/resources + false + + **/*.properties + + + + + + src/test/resources + true + + **/testversion.properties + META-INF/maven/plugin.xml + + + + src/test/resources + false + + **/testversion.properties + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + maven-compiler-plugin + + + compile-system-packages-companion-jar + generate-resources + + compile + + + 9 + 9 + + org/eclipse/tycho/core/ee/ListSystemPackages.java + + + + + + + maven-jar-plugin + + + system-packages-companion-jar + generate-resources + + jar + + + + + org.eclipse.tycho.core.ee.ListSystemPackages + + + system-packages-companion + ${project.build.outputDirectory} + + org/eclipse/tycho/core/ee/ListSystemPackages.class + + + + + test-jar + + test-jar + + package + + + org/eclipse/tycho/core/test/ + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 3.1.0 + + + + copy-system-packages-companion-jar + generate-resources + + run + + + + + + + + + + + org.apache.servicemix.tooling + depends-maven-plugin + 1.5.0 + + + generate-depends-file + + generate-depends-file + + + ${project.build.directory}/classes/META-INF/sisu/connect.dependencies + + + + + + + + + + org.apache.maven + maven-core + + + org.apache.maven.resolver + maven-resolver-util + 1.9.18 + + + org.apache.maven + maven-plugin-api + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.codehaus.plexus + plexus-archiver + + + org.codehaus.plexus + plexus-interpolation + 1.27 + + + org.codehaus.plexus + plexus-cipher + + + org.eclipse.tycho + sisu-equinox-launching + ${project.version} + + + org.eclipse.tycho + sisu-osgi-api + ${project.version} + + + org.eclipse.tycho + tycho-metadata-model + ${project.version} + + + org.eclipse.tycho + tycho-spi + ${project.version} + + + org.eclipse.tycho + p2-maven-plugin + ${project.version} + + + org.eclipse.tycho + tycho-targetplatform + ${project.version} + + + org.eclipse.tycho + tycho-p2 + ${project.version} + + + org.eclipse.platform + org.eclipse.core.runtime + + + biz.aQute.bnd + biz.aQute.bndlib + + + org.osgi + org.osgi.service.repository + 1.1.0 + + + org.osgi + org.osgi.util.function + 1.2.0 + + + org.osgi + org.osgi.util.promise + 1.3.0 + + + org.slf4j + slf4j-api + 2.0.11 + + + commons-io + commons-io + + + + commons-codec + commons-codec + 1.16.0 + + + + org.eclipse.tycho + tycho-testing-harness + test + + + org.apache.maven + maven-compat + test + + + org.mockito + mockito-core + test + + + + io.takari.aether + aether-connector-okhttp + 0.17.8 + test + + + org.osgi + osgi.annotation + 8.1.0 + provided + + + org.eclipse.jetty + jetty-http + ${jetty.version} + test + + + org.eclipse.jetty + jetty-server + ${jetty.version} + test + + + org.eclipse.jetty + jetty-servlet + ${jetty.version} + test + + + org.eclipse.jdt + org.eclipse.jdt.core + 3.36.0 + + + org.eclipse.pde + org.eclipse.pde.core + 3.17.200 + test + + + * + * + + + + + + \ No newline at end of file diff --git a/tycho-ds-plugin/pom.xml b/tycho-ds-plugin/pom.xml index 20ecdc0d4d..434391089d 100644 --- a/tycho-ds-plugin/pom.xml +++ b/tycho-ds-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-ds-plugin maven-plugin diff --git a/tycho-ds-plugin/pom.xml.versionsBackup b/tycho-ds-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..20ecdc0d4d --- /dev/null +++ b/tycho-ds-plugin/pom.xml.versionsBackup @@ -0,0 +1,50 @@ + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-ds-plugin + maven-plugin + + ${minimal-maven-version} + + Tycho OSGi Declarative Services Plugin + A plugin for handling OSGi Declarative Services + + + org.apache.maven + maven-core + + + org.apache.maven + maven-plugin-api + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.codehaus.plexus + plexus-utils + + + org.eclipse.tycho + tycho-core + ${project.version} + + + biz.aQute.bnd + biz.aQute.bndlib + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + \ No newline at end of file diff --git a/tycho-eclipse-plugin/pom.xml b/tycho-eclipse-plugin/pom.xml index 4a8f43acdd..53b2490885 100644 --- a/tycho-eclipse-plugin/pom.xml +++ b/tycho-eclipse-plugin/pom.xml @@ -5,7 +5,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-eclipse-plugin Tycho Eclipse Plugin diff --git a/tycho-eclipse-plugin/pom.xml.versionsBackup b/tycho-eclipse-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..4a8f43acdd --- /dev/null +++ b/tycho-eclipse-plugin/pom.xml.versionsBackup @@ -0,0 +1,80 @@ + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-eclipse-plugin + Tycho Eclipse Plugin + maven-plugin + + ${minimal-maven-version} + + Maven Plugins for working with Eclipse + + + org.apache.maven + maven-core + + + org.apache.maven + maven-plugin-api + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.codehaus.plexus + plexus-utils + + + org.eclipse.tycho + tycho-core + ${project.version} + + + org.eclipse.pde + org.eclipse.pde.core + 3.17.200 + jar + + + * + * + + + + + org.eclipse.tycho + sisu-equinox-launching + ${project.version} + + + org.eclipse.tycho + tycho-testing-harness + test + + + org.mockito + mockito-core + test + + + org.apache.maven + maven-compat + test + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + \ No newline at end of file diff --git a/tycho-extras/pom.xml b/tycho-extras/pom.xml index e88031a908..4711d90916 100644 --- a/tycho-extras/pom.xml +++ b/tycho-extras/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 org.eclipse.tycho.extras diff --git a/tycho-extras/pom.xml.versionsBackup b/tycho-extras/pom.xml.versionsBackup new file mode 100644 index 0000000000..e88031a908 --- /dev/null +++ b/tycho-extras/pom.xml.versionsBackup @@ -0,0 +1,178 @@ + + + + + 4.0.0 + + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + + org.eclipse.tycho.extras + tycho-extras + pom + + Tycho Extras + Additional tools for Tycho + + + ${project.version} + true + + + + tycho-document-bundle-plugin + tycho-version-bump-plugin + tycho-p2-extras-plugin + tycho-custom-bundle-plugin + tycho-eclipserun-plugin + tycho-sourceref-jgit + target-platform-validation-plugin + tycho-pomless + tycho-dependency-tools-plugin + + + + + + org.apache.maven + maven-model-builder + ${maven-version} + provided + + + org.apache.maven.plugin-tools + maven-plugin-annotations + ${pluginToolsVersion} + provided + + + org.eclipse.tycho.extras + tycho-p2-extras-plugin + ${project.version} + maven-plugin + + + org.eclipse.tycho + tycho-core + ${tycho-version} + + + org.eclipse.tycho + tycho-bnd-plugin + ${tycho-version} + + + org.eclipse.tycho + tycho-p2-facade + ${tycho-version} + + + org.eclipse.tycho + tycho-testing-harness + ${tycho-version} + test + + + org.eclipse.tycho + sisu-equinox-launching + ${tycho-version} + + + org.eclipse.tycho + org.eclipse.tycho.p2.tools.impl + ${tycho-version} + + + org.eclipse.tycho + org.eclipse.tycho.p2.resolver.impl + ${tycho-version} + + + org.eclipse.tycho.extras + tycho-pomless + ${project.version} + + + org.eclipse.jgit + org.eclipse.jgit + ${jgit-version} + + + + + + + + + org.apache.maven.plugins + maven-invoker-plugin + 3.6.0 + + ${invoker.debug} + src/it + target/it + target/local-repo + verify + true + + ${tycho-version} + file://${session.localRepository.basedir} + ${project.version} + + true + + org.eclipse.tycho:tycho-maven-plugin:${tycho-version}:maven-plugin + + + + + integration-test + + install + run + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.sonatype.plugins + maven-properties-plugin + [0.0.2,) + + filter-file + + + + + + + + + + + + + + diff --git a/tycho-extras/target-platform-validation-plugin/pom.xml b/tycho-extras/target-platform-validation-plugin/pom.xml index b7558e0828..85867521a1 100644 --- a/tycho-extras/target-platform-validation-plugin/pom.xml +++ b/tycho-extras/target-platform-validation-plugin/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.5-SNAPSHOT + 4.0.5 target-platform-validation-plugin diff --git a/tycho-extras/target-platform-validation-plugin/pom.xml.versionsBackup b/tycho-extras/target-platform-validation-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..b7558e0828 --- /dev/null +++ b/tycho-extras/target-platform-validation-plugin/pom.xml.versionsBackup @@ -0,0 +1,62 @@ + + + + 4.0.0 + + + org.eclipse.tycho.extras + tycho-extras + 4.0.5-SNAPSHOT + + + target-platform-validation-plugin + Tycho Target Platform Validation Plugin + maven-plugin + + ${minimal-maven-version} + + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.apache.maven + maven-core + + + org.apache.maven + maven-plugin-api + + + org.eclipse.tycho + tycho-core + + + + + + + diff --git a/tycho-extras/tycho-custom-bundle-plugin/pom.xml b/tycho-extras/tycho-custom-bundle-plugin/pom.xml index 3cac1f010f..087da562b6 100644 --- a/tycho-extras/tycho-custom-bundle-plugin/pom.xml +++ b/tycho-extras/tycho-custom-bundle-plugin/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.5-SNAPSHOT + 4.0.5 tycho-custom-bundle-plugin diff --git a/tycho-extras/tycho-custom-bundle-plugin/pom.xml.versionsBackup b/tycho-extras/tycho-custom-bundle-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..3cac1f010f --- /dev/null +++ b/tycho-extras/tycho-custom-bundle-plugin/pom.xml.versionsBackup @@ -0,0 +1,65 @@ + + + + + 4.0.0 + + + org.eclipse.tycho.extras + tycho-extras + 4.0.5-SNAPSHOT + + + tycho-custom-bundle-plugin + maven-plugin + + Tycho Custom Bundle Plugin + + ${minimal-maven-version} + + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.apache.maven + maven-plugin-api + + + + org.apache.maven + maven-core + + + + org.apache.maven + maven-archiver + + + + org.eclipse.tycho + tycho-core + + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + + diff --git a/tycho-extras/tycho-dependency-tools-plugin/pom.xml b/tycho-extras/tycho-dependency-tools-plugin/pom.xml index 6ac5a77a52..425192bd75 100644 --- a/tycho-extras/tycho-dependency-tools-plugin/pom.xml +++ b/tycho-extras/tycho-dependency-tools-plugin/pom.xml @@ -14,7 +14,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.5-SNAPSHOT + 4.0.5 tycho-dependency-tools-plugin diff --git a/tycho-extras/tycho-dependency-tools-plugin/pom.xml.versionsBackup b/tycho-extras/tycho-dependency-tools-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..6ac5a77a52 --- /dev/null +++ b/tycho-extras/tycho-dependency-tools-plugin/pom.xml.versionsBackup @@ -0,0 +1,66 @@ + + + + + 4.0.0 + + + org.eclipse.tycho.extras + tycho-extras + 4.0.5-SNAPSHOT + + + tycho-dependency-tools-plugin + maven-plugin + + Tycho Dependency Tools Plugin + + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.apache.maven + maven-plugin-api + + + org.apache.maven + maven-core + + + org.eclipse.tycho + tycho-core + + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + + + + its + + + + org.apache.maven.plugins + maven-invoker-plugin + + + + + + diff --git a/tycho-extras/tycho-document-bundle-plugin/pom.xml b/tycho-extras/tycho-document-bundle-plugin/pom.xml index 7ddcdaa598..5efb7a553e 100644 --- a/tycho-extras/tycho-document-bundle-plugin/pom.xml +++ b/tycho-extras/tycho-document-bundle-plugin/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.5-SNAPSHOT + 4.0.5 tycho-document-bundle-plugin maven-plugin diff --git a/tycho-extras/tycho-document-bundle-plugin/pom.xml.versionsBackup b/tycho-extras/tycho-document-bundle-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..7ddcdaa598 --- /dev/null +++ b/tycho-extras/tycho-document-bundle-plugin/pom.xml.versionsBackup @@ -0,0 +1,78 @@ + + + + 4.0.0 + + org.eclipse.tycho.extras + tycho-extras + 4.0.5-SNAPSHOT + + tycho-document-bundle-plugin + maven-plugin + Tycho Document Bundle Plugin + + ${minimal-maven-version} + + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.apache.maven + maven-core + + + org.apache.commons + commons-exec + + + org.junit.jupiter + junit-jupiter-api + test + + + org.apache.maven.plugin-testing + maven-plugin-testing-harness + test + + + org.mockito + mockito-core + test + + + org.eclipse.tycho + tycho-core + + + org.eclipse.platform + org.eclipse.help.base + 4.4.200 + + + org.eclipse.pde + org.eclipse.pde.core + 3.17.200 + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + diff --git a/tycho-extras/tycho-eclipserun-plugin/pom.xml b/tycho-extras/tycho-eclipserun-plugin/pom.xml index 516feabec4..34181df855 100644 --- a/tycho-extras/tycho-eclipserun-plugin/pom.xml +++ b/tycho-extras/tycho-eclipserun-plugin/pom.xml @@ -15,7 +15,7 @@ tycho-extras org.eclipse.tycho.extras - 4.0.5-SNAPSHOT + 4.0.5 tycho-eclipserun-plugin @@ -27,7 +27,7 @@ org.eclipse.tycho tycho-eclipse-plugin - 4.0.5-SNAPSHOT + 4.0.5 The eclipse-run mojo is now part of the tycho-eclipse-plugin diff --git a/tycho-extras/tycho-eclipserun-plugin/pom.xml.versionsBackup b/tycho-extras/tycho-eclipserun-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..516feabec4 --- /dev/null +++ b/tycho-extras/tycho-eclipserun-plugin/pom.xml.versionsBackup @@ -0,0 +1,85 @@ + + + + 4.0.0 + + tycho-extras + org.eclipse.tycho.extras + 4.0.5-SNAPSHOT + + + tycho-eclipserun-plugin + maven-plugin + + ${minimal-maven-version} + + + + org.eclipse.tycho + tycho-eclipse-plugin + 4.0.5-SNAPSHOT + The eclipse-run mojo is now part of the tycho-eclipse-plugin + + + Tycho Eclipserun Plugin + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.apache.maven + maven-core + + + org.apache.maven + maven-plugin-api + + + org.apache.maven + maven-artifact + + + org.eclipse.tycho + sisu-equinox-launching + + + org.eclipse.tycho.extras + tycho-p2-extras-plugin + ${project.version} + + + org.apache.maven + maven-compat + test + + + org.eclipse.tycho + tycho-eclipse-plugin + ${project.version} + + + + + its + + + + org.apache.maven.plugins + maven-invoker-plugin + + + + + + diff --git a/tycho-extras/tycho-extras-its/pom.xml b/tycho-extras/tycho-extras-its/pom.xml index d6c881c756..7f4a35b5b8 100644 --- a/tycho-extras/tycho-extras-its/pom.xml +++ b/tycho-extras/tycho-extras-its/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.5-SNAPSHOT + 4.0.5 tycho-extras-its diff --git a/tycho-extras/tycho-extras-its/pom.xml.versionsBackup b/tycho-extras/tycho-extras-its/pom.xml.versionsBackup new file mode 100644 index 0000000000..d6c881c756 --- /dev/null +++ b/tycho-extras/tycho-extras-its/pom.xml.versionsBackup @@ -0,0 +1,174 @@ + + + + + 4.0.0 + + + org.eclipse.tycho.extras + tycho-extras + 4.0.5-SNAPSHOT + + + tycho-extras-its + + Tycho Extras Integration Tests + + + ${project.build.directory}/apache-maven-${maven-version} + + + + + + src/test/resources + true + + **/pom.xml + **/*.properties + **/.mvn/extensions.xml + + + + src/test/resources + false + + **/pom.xml + **/*.properties + **/.mvn/extensions.xml + + + + + + + maven-dependency-plugin + + + unpack-maven + generate-resources + + unpack-dependencies + + + apache-maven + ${project.build.directory} + + + + + + org.apache.maven.plugins + maven-source-plugin + + + source-jar + + jar-no-fork + + NONE + + + + + org.apache.maven.plugins + maven-deploy-plugin + + + true + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.1,) + + unpack-dependencies + unpack + + + + + + + + + org.eclipse.tycho.extras + tycho-p2-extras-plugin + [0.22.0,) + + mirror + + + + + + + + + + + + + + + + + junit + junit + + + org.eclipse.tycho + tycho-testing-harness + + + org.eclipse.tycho.extras + tycho-pomless + + + org.eclipse.tycho.extras + tycho-dependency-tools-plugin + ${project.version} + + + org.eclipse.tycho + tycho-versions-plugin + ${tycho-version} + + + org.eclipse.tycho + tycho-core + + + org.apache.maven + apache-maven + ${maven-version} + bin + tar.gz + provided + + + + \ No newline at end of file diff --git a/tycho-extras/tycho-p2-extras-plugin/pom.xml b/tycho-extras/tycho-p2-extras-plugin/pom.xml index 084443e854..a81084b708 100644 --- a/tycho-extras/tycho-p2-extras-plugin/pom.xml +++ b/tycho-extras/tycho-p2-extras-plugin/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.5-SNAPSHOT + 4.0.5 tycho-p2-extras-plugin diff --git a/tycho-extras/tycho-p2-extras-plugin/pom.xml.versionsBackup b/tycho-extras/tycho-p2-extras-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..084443e854 --- /dev/null +++ b/tycho-extras/tycho-p2-extras-plugin/pom.xml.versionsBackup @@ -0,0 +1,149 @@ + + + + 4.0.0 + + + org.eclipse.tycho.extras + tycho-extras + 4.0.5-SNAPSHOT + + + tycho-p2-extras-plugin + maven-plugin + + Tycho p2 Extras Plugin + + ${minimal-maven-version} + + + ${project.version} + + + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.apache.maven + maven-artifact + + + org.eclipse.tycho + tycho-artifactcomparator + ${project.version} + + + org.eclipse.tycho + tycho-testing-harness + test + + + org.eclipse.tycho + sisu-equinox-launching + + + + + org.apache.maven + apache-maven + ${maven-version} + bin + tar.gz + provided + + + org.eclipse.tycho + tycho-core + + + + + + + org.codehaus.plexus + plexus-component-metadata + + + org.sonatype.plugins + maven-properties-plugin + 0.0.2 + + + process-test-resources + + filter-file + + + src/test/resources/baseTest.properties + target/test-classes/ + + + + + + + + maven-clean-plugin + + + + src/test/resources/ + + **/testProject/target/ + + + + + + + + + + + its + + + + org.apache.maven.plugins + maven-invoker-plugin + + + + + + + diff --git a/tycho-extras/tycho-pomless/pom.xml b/tycho-extras/tycho-pomless/pom.xml index b4965246b6..c5970d00d7 100644 --- a/tycho-extras/tycho-pomless/pom.xml +++ b/tycho-extras/tycho-pomless/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.5-SNAPSHOT + 4.0.5 tycho-pomless Tycho POM-less build extension diff --git a/tycho-extras/tycho-pomless/pom.xml.versionsBackup b/tycho-extras/tycho-pomless/pom.xml.versionsBackup new file mode 100644 index 0000000000..b4965246b6 --- /dev/null +++ b/tycho-extras/tycho-pomless/pom.xml.versionsBackup @@ -0,0 +1,80 @@ + + + + 4.0.0 + + org.eclipse.tycho.extras + tycho-extras + 4.0.5-SNAPSHOT + + tycho-pomless + Tycho POM-less build extension + A build extension which allows to omit pom.xml files for all Eclipse PDE projects, Plug-ins(Bundles) and Features + as well as Eclipse Products, Target-Platforms and p2-repository definitions (category.xml). + + + + + org.codehaus.plexus + plexus-component-metadata + + + + + + io.takari.polyglot + polyglot-common + 0.7.0 + + + org.eclipse.sisu + org.eclipse.sisu.plexus + provided + + + org.apache.maven + maven-model + provided + + + org.apache.maven + maven-model-builder + provided + + + org.apache.maven + maven-core + provided + + + commons-io + commons-io + + + org.apache.maven + maven-embedder + ${maven-version} + provided + + + junit + junit + test + + + org.eclipse.tycho + tycho-metadata-model + ${project.version} + + + diff --git a/tycho-extras/tycho-sourceref-jgit/pom.xml b/tycho-extras/tycho-sourceref-jgit/pom.xml index 5ed26a703f..6c6fe6b9dc 100644 --- a/tycho-extras/tycho-sourceref-jgit/pom.xml +++ b/tycho-extras/tycho-sourceref-jgit/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.5-SNAPSHOT + 4.0.5 tycho-sourceref-jgit diff --git a/tycho-extras/tycho-sourceref-jgit/pom.xml.versionsBackup b/tycho-extras/tycho-sourceref-jgit/pom.xml.versionsBackup new file mode 100644 index 0000000000..5ed26a703f --- /dev/null +++ b/tycho-extras/tycho-sourceref-jgit/pom.xml.versionsBackup @@ -0,0 +1,64 @@ + + + + + 4.0.0 + + org.eclipse.tycho.extras + tycho-extras + 4.0.5-SNAPSHOT + + tycho-sourceref-jgit + + Tycho JGit Source Reference Provider Plugin + + + + org.apache.maven + maven-plugin-api + + + org.apache.maven + maven-core + + + org.apache.maven + maven-archiver + + + org.eclipse.tycho + tycho-packaging-plugin + ${tycho-version} + maven-plugin + + + org.eclipse.jgit + org.eclipse.jgit + + + org.junit.jupiter + junit-jupiter-api + test + + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + + diff --git a/tycho-extras/tycho-version-bump-plugin/pom.xml b/tycho-extras/tycho-version-bump-plugin/pom.xml index d011ace3d9..81b327176e 100644 --- a/tycho-extras/tycho-version-bump-plugin/pom.xml +++ b/tycho-extras/tycho-version-bump-plugin/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.5-SNAPSHOT + 4.0.5 tycho-version-bump-plugin diff --git a/tycho-extras/tycho-version-bump-plugin/pom.xml.versionsBackup b/tycho-extras/tycho-version-bump-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..d011ace3d9 --- /dev/null +++ b/tycho-extras/tycho-version-bump-plugin/pom.xml.versionsBackup @@ -0,0 +1,67 @@ + + + + + 4.0.0 + + + org.eclipse.tycho.extras + tycho-extras + 4.0.5-SNAPSHOT + + + tycho-version-bump-plugin + maven-plugin + + ${minimal-maven-version} + + Tycho Version Bump Plugin + + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.apache.maven + maven-core + + + org.eclipse.tycho + tycho-core + + + + + + its + + + + org.apache.maven.plugins + maven-invoker-plugin + + + ${project.groupId}:${project.artifactId}:${project.version}:update-target + + + update-target.target + + + + + + + + + diff --git a/tycho-gpg-plugin/pom.xml b/tycho-gpg-plugin/pom.xml index d9bc726831..2142c174af 100644 --- a/tycho-gpg-plugin/pom.xml +++ b/tycho-gpg-plugin/pom.xml @@ -13,7 +13,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-gpg-plugin diff --git a/tycho-gpg-plugin/pom.xml.versionsBackup b/tycho-gpg-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..d9bc726831 --- /dev/null +++ b/tycho-gpg-plugin/pom.xml.versionsBackup @@ -0,0 +1,65 @@ + + + + 4.0.0 + + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + + tycho-gpg-plugin + maven-plugin + + Tycho GPG plugin + A plugin to produce GPG signatures for p2 artifacts + + ${minimal-maven-version} + + + + org.apache.maven + maven-plugin-api + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.codehaus.plexus + plexus-utils + + + org.codehaus.plexus + plexus-archiver + + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 + + + org.eclipse.platform + org.eclipse.equinox.p2.artifact.repository + 1.5.200 + + + org.eclipse.platform + org.eclipse.equinox.p2.repository + + + org.eclipse.tycho + tycho-core + ${project.version} + + + + diff --git a/tycho-its/pom.xml b/tycho-its/pom.xml index dd363ce854..a93dfb37cc 100644 --- a/tycho-its/pom.xml +++ b/tycho-its/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-its diff --git a/tycho-its/pom.xml.versionsBackup b/tycho-its/pom.xml.versionsBackup new file mode 100644 index 0000000000..dd363ce854 --- /dev/null +++ b/tycho-its/pom.xml.versionsBackup @@ -0,0 +1,297 @@ + + + + + 4.0.0 + + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-its + + Tycho Integration Tests + + + ${project.version} + ${project.build.directory}/apache-maven-${maven-version} + 1 + + + + + + src/test/resources + false + + **/*.properties + + + + + + + org.sonatype.plugins + maven-properties-plugin + 0.0.2 + + + process-test-resources + + filter-file + + + src/test/resources/baseTest.properties + target/test-classes/ + + + + + + + maven-dependency-plugin + + + unpack-maven + generate-resources + + unpack-dependencies + + + apache-maven + ${project.build.directory} + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + **/Tycho136*.java + + + + + org.apache.maven.plugins + maven-surefire-plugin + + false + true + + ${it.cliOptions} + + ${itest-forkcount} + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.sonatype.plugins + maven-properties-plugin + [0.0.2,) + + filter-file + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.1,) + + unpack-dependencies + unpack + + + + + + + + + + + + + + + + + org.apache.maven + apache-maven + ${maven-version} + bin + tar.gz + provided + + + org.eclipse.tycho + tycho-testing-harness + + + org.junit.jupiter + junit-jupiter + 5.10.1 + + + org.junit.vintage + junit-vintage-engine + 5.10.1 + + + org.junit.platform + junit-platform-launcher + 1.9.3 + test + + + org.apache.maven.shared + maven-verifier + + + + org.apache.bcel + bcel + test + + + + org.eclipse.platform + org.eclipse.jface + 3.32.0 + test + + + + org.eclipse.jdt + org.eclipse.jdt.core + 3.36.0 + test + + + + org.sonatype.plexus + plexus-jetty-testsuite + 2.2 + + + org.sonatype.sisu + sisu-inject-plexus + 2.6.0 + + + org.mockftpserver + MockFtpServer + 3.1.0 + test + + + + + org.eclipse.tycho + tycho-core + ${tycho-build-version} + + + org.eclipse.tycho + tycho-maven-plugin + ${tycho-build-version} + maven-plugin + + + org.eclipse.tycho + tycho-compiler-plugin + ${tycho-build-version} + maven-plugin + + + org.eclipse.tycho + tycho-packaging-plugin + ${tycho-build-version} + maven-plugin + + + org.eclipse.tycho + tycho-surefire-plugin + ${tycho-build-version} + maven-plugin + + + org.eclipse.tycho + tycho-source-plugin + ${tycho-build-version} + maven-plugin + + + org.eclipse.tycho + tycho-p2-plugin + ${tycho-build-version} + maven-plugin + + + org.eclipse.tycho + tycho-p2-publisher-plugin + ${tycho-build-version} + maven-plugin + + + org.eclipse.tycho + tycho-p2-repository-plugin + ${tycho-build-version} + maven-plugin + + + org.eclipse.tycho + tycho-p2-director-plugin + ${tycho-build-version} + maven-plugin + + + org.eclipse.tycho + target-platform-configuration + ${tycho-build-version} + maven-plugin + + + org.eclipse.tycho + tycho + ${tycho-build-version} + pom + + + org.eclipse.tycho + tycho-gpg-plugin + ${tycho-build-version} + maven-plugin + + + diff --git a/tycho-lib-detector/pom.xml b/tycho-lib-detector/pom.xml index f6e585646e..64a6444999 100644 --- a/tycho-lib-detector/pom.xml +++ b/tycho-lib-detector/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-lib-detector Tycho JVM Library Detector diff --git a/tycho-lib-detector/pom.xml.versionsBackup b/tycho-lib-detector/pom.xml.versionsBackup new file mode 100644 index 0000000000..f6e585646e --- /dev/null +++ b/tycho-lib-detector/pom.xml.versionsBackup @@ -0,0 +1,46 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-lib-detector + Tycho JVM Library Detector + jar + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + 1.3 + 1.1 + jdt + + + + org.eclipse.tycho + tycho-compiler-jdt + 3.0.0 + + + + + + + \ No newline at end of file diff --git a/tycho-maven-plugin/pom.xml b/tycho-maven-plugin/pom.xml index 1839352d02..89f80d5c17 100644 --- a/tycho-maven-plugin/pom.xml +++ b/tycho-maven-plugin/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-maven-plugin diff --git a/tycho-maven-plugin/pom.xml.versionsBackup b/tycho-maven-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..1839352d02 --- /dev/null +++ b/tycho-maven-plugin/pom.xml.versionsBackup @@ -0,0 +1,58 @@ + + + + + 4.0.0 + + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + + tycho-maven-plugin + maven-plugin + + ${minimal-maven-version} + + Tycho Maven Build Extension + The Tycho Maven Plugin provides extensions to build Eclipse projects. + + + + org.eclipse.tycho + tycho-core + ${project.version} + + + + + + + + + + src/main/resources + true + + + + + + org.apache.maven.plugins + maven-plugin-plugin + + + + + diff --git a/tycho-metadata-model/pom.xml b/tycho-metadata-model/pom.xml index 37197fa340..d05933b685 100644 --- a/tycho-metadata-model/pom.xml +++ b/tycho-metadata-model/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-metadata-model Tycho Eclipse Project Metadata Model diff --git a/tycho-metadata-model/pom.xml.versionsBackup b/tycho-metadata-model/pom.xml.versionsBackup new file mode 100644 index 0000000000..37197fa340 --- /dev/null +++ b/tycho-metadata-model/pom.xml.versionsBackup @@ -0,0 +1,62 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-metadata-model + Tycho Eclipse Project Metadata Model + + + de.pdark + decentxml + + + org.codehaus.plexus + plexus-utils + + + org.junit.jupiter + junit-jupiter-api + test + + + biz.aQute.bnd + biz.aQute.repository + ${bnd.version} + + + org.osgi + * + + + + + org.osgi + org.osgi.resource + 1.0.1 + + + org.eclipse.platform + org.eclipse.osgi + + + commons-codec + commons-codec + 1.16.0 + + + diff --git a/tycho-p2-director-plugin/pom.xml b/tycho-p2-director-plugin/pom.xml index b54b6b400f..004ada32ff 100644 --- a/tycho-p2-director-plugin/pom.xml +++ b/tycho-p2-director-plugin/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-p2-director-plugin diff --git a/tycho-p2-director-plugin/pom.xml.versionsBackup b/tycho-p2-director-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..b54b6b400f --- /dev/null +++ b/tycho-p2-director-plugin/pom.xml.versionsBackup @@ -0,0 +1,105 @@ + + + + + 4.0.0 + + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + + tycho-p2-director-plugin + maven-plugin + + ${minimal-maven-version} + + Tycho p2 Director Plugin + + + + org.apache.maven + maven-plugin-api + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.apache.maven + maven-core + + + org.eclipse.tycho + sisu-equinox-launching + ${project.version} + + + + org.eclipse.tycho + tycho-testing-harness + test + + + org.eclipse.tycho + tycho-bundles-external + + 2.7.5 + zip + + + org.apache.commons + commons-compress + + + + org.tukaani + xz + + + + + + org.apache.commons + commons-compress + sources + + + + org.tukaani + xz + + + + + org.eclipse.tycho + tycho-core + ${project.version} + + + org.eclipse.tycho + tycho-p2-plugin + ${project.version} + + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + diff --git a/tycho-p2-plugin/pom.xml b/tycho-p2-plugin/pom.xml index f9200a93da..92e50c1b7d 100644 --- a/tycho-p2-plugin/pom.xml +++ b/tycho-p2-plugin/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-p2-plugin diff --git a/tycho-p2-plugin/pom.xml.versionsBackup b/tycho-p2-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..f9200a93da --- /dev/null +++ b/tycho-p2-plugin/pom.xml.versionsBackup @@ -0,0 +1,79 @@ + + + + + 4.0.0 + + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + + tycho-p2-plugin + maven-plugin + + Tycho p2 Metadata Plugin + + ${minimal-maven-version} + + + + org.apache.maven + maven-plugin-api + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.apache.maven + maven-core + + + org.eclipse.tycho + sisu-equinox-launching + ${project.version} + + + org.eclipse.tycho + tycho-artifactcomparator + ${project.version} + + + org.apache.commons + commons-lang3 + 3.14.0 + + + org.junit.jupiter + junit-jupiter-api + test + + + org.eclipse.tycho + tycho-core + ${project.version} + + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + + diff --git a/tycho-p2-publisher-plugin/pom.xml b/tycho-p2-publisher-plugin/pom.xml index 16e731e267..f7f25ffd58 100644 --- a/tycho-p2-publisher-plugin/pom.xml +++ b/tycho-p2-publisher-plugin/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-p2-publisher-plugin diff --git a/tycho-p2-publisher-plugin/pom.xml.versionsBackup b/tycho-p2-publisher-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..16e731e267 --- /dev/null +++ b/tycho-p2-publisher-plugin/pom.xml.versionsBackup @@ -0,0 +1,59 @@ + + + + + 4.0.0 + + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + + tycho-p2-publisher-plugin + maven-plugin + + Tycho p2 Publisher Plugin + + + + org.apache.maven + maven-plugin-api + + + org.apache.maven + maven-core + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.eclipse.tycho + tycho-packaging-plugin + ${project.version} + maven-plugin + + + org.eclipse.tycho + tycho-testing-harness + test + + + org.junit.jupiter + junit-jupiter-api + test + + + + diff --git a/tycho-p2-repository-plugin/pom.xml b/tycho-p2-repository-plugin/pom.xml index ab44cf45ba..36ea5c2b8c 100644 --- a/tycho-p2-repository-plugin/pom.xml +++ b/tycho-p2-repository-plugin/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-p2-repository-plugin diff --git a/tycho-p2-repository-plugin/pom.xml.versionsBackup b/tycho-p2-repository-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..ab44cf45ba --- /dev/null +++ b/tycho-p2-repository-plugin/pom.xml.versionsBackup @@ -0,0 +1,80 @@ + + + + + 4.0.0 + + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + + tycho-p2-repository-plugin + maven-plugin + + ${minimal-maven-version} + + Tycho p2 Repository Plugin + A plugin for creating p2 repositories + + + + org.apache.maven + maven-plugin-api + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.eclipse.tycho + sisu-equinox-launching + ${project.version} + + + org.bouncycastle + bcpg-jdk15on + 1.70 + + + org.eclipse.tycho + tycho-testing-harness + test + + + org.apache.maven + maven-compat + test + + + org.eclipse.tycho + tycho-core + ${project.version} + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + generate-metadata + + + + + + + diff --git a/tycho-p2/pom.xml b/tycho-p2/pom.xml index 0e9fd4ca53..661f724f17 100644 --- a/tycho-p2/pom.xml +++ b/tycho-p2/pom.xml @@ -15,7 +15,7 @@ tycho org.eclipse.tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-p2 jar diff --git a/tycho-p2/pom.xml.versionsBackup b/tycho-p2/pom.xml.versionsBackup new file mode 100644 index 0000000000..0e9fd4ca53 --- /dev/null +++ b/tycho-p2/pom.xml.versionsBackup @@ -0,0 +1,56 @@ + + + + 4.0.0 + + tycho + org.eclipse.tycho + 4.0.5-SNAPSHOT + + tycho-p2 + jar + Tycho P2 Support + + + + biz.aQute.bnd + bnd-maven-plugin + + + + bnd-process + + + + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + + diff --git a/tycho-packaging-plugin/pom.xml b/tycho-packaging-plugin/pom.xml index c0a23c514f..714541df07 100644 --- a/tycho-packaging-plugin/pom.xml +++ b/tycho-packaging-plugin/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-packaging-plugin diff --git a/tycho-packaging-plugin/pom.xml.versionsBackup b/tycho-packaging-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..c0a23c514f --- /dev/null +++ b/tycho-packaging-plugin/pom.xml.versionsBackup @@ -0,0 +1,102 @@ + + + + + 4.0.0 + + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + + tycho-packaging-plugin + maven-plugin + + ${minimal-maven-version} + + Tycho OSGi Packaging Plugin + A plugin for packaging OSGi bundles + + + + org.eclipse.tycho + tycho-core + ${project.version} + + + org.eclipse.tycho + tycho-testing-harness + test + + + org.eclipse.tycho + tycho-core + ${project.version} + test + tests + + + org.mockito + mockito-core + test + + + org.apache.maven + maven-core + + + org.apache.maven + maven-compat + test + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.apache.maven + maven-plugin-api + + + org.codehaus.plexus + plexus-utils + + + org.apache.maven + maven-archiver + + + org.codehaus.plexus + plexus-archiver + + + com.konghq + unirest-java + 3.14.5 + + + + org.sonatype.plexus + plexus-build-api + + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + diff --git a/tycho-repository-plugin/pom.xml b/tycho-repository-plugin/pom.xml index fe3855906e..17044eecdf 100644 --- a/tycho-repository-plugin/pom.xml +++ b/tycho-repository-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-repository-plugin Tycho Repository Plugin diff --git a/tycho-repository-plugin/pom.xml.versionsBackup b/tycho-repository-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..fe3855906e --- /dev/null +++ b/tycho-repository-plugin/pom.xml.versionsBackup @@ -0,0 +1,84 @@ + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-repository-plugin + Tycho Repository Plugin + Mojos dedicated to creating OSGi Repositories + maven-plugin + + ${minimal-maven-version} + + + + org.apache.maven + maven-core + + + org.apache.maven + maven-plugin-api + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.eclipse.tycho + tycho-api + ${project.version} + + + biz.aQute.bnd + biz.aQute.bndlib + + + org.osgi + org.osgi.service.repository + 1.1.0 + + + org.osgi + org.osgi.util.function + 1.2.0 + + + org.osgi + org.osgi.util.promise + 1.3.0 + + + commons-io + commons-io + + + org.codehaus.plexus + plexus-archiver + + + org.eclipse.tycho + tycho-spi + ${project.version} + + + + + + org.codehaus.plexus + plexus-component-metadata + + ${project.build.directory}/filtered/META-INF/plexus/ + + + + + + src/main/resources + true + ${project.build.directory}/filtered + + + + \ No newline at end of file diff --git a/tycho-source-plugin/pom.xml b/tycho-source-plugin/pom.xml index 78b621c7c4..f13f44fd36 100644 --- a/tycho-source-plugin/pom.xml +++ b/tycho-source-plugin/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-source-plugin diff --git a/tycho-source-plugin/pom.xml.versionsBackup b/tycho-source-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..78b621c7c4 --- /dev/null +++ b/tycho-source-plugin/pom.xml.versionsBackup @@ -0,0 +1,104 @@ + + + + + 4.0.0 + + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + + tycho-source-plugin + maven-plugin + + ${minimal-maven-version} + + Tycho OSGi Source Plugin + A plugin for packing source on OSGi bundles + + + + org.apache.maven + maven-core + + + org.apache.maven + maven-compat + test + + + org.apache.maven + maven-plugin-api + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.apache.maven.plugins + maven-source-plugin + maven-plugin + + + maven-artifact + org.apache.maven + + + maven-project + org.apache.maven + + + + + org.eclipse.tycho + tycho-core + ${project.version} + + + de.pdark + decentxml + + + org.eclipse.tycho + tycho-packaging-plugin + ${project.version} + maven-plugin + + + org.eclipse.tycho + tycho-testing-harness + test + + + org.mockito + mockito-core + test + + + biz.aQute.bnd + biz.aQute.bndlib + jar + + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + + \ No newline at end of file diff --git a/tycho-spi/pom.xml b/tycho-spi/pom.xml index 09f00e7362..a77bed333a 100644 --- a/tycho-spi/pom.xml +++ b/tycho-spi/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-spi Tycho Service Provider Interfaces diff --git a/tycho-spi/pom.xml.versionsBackup b/tycho-spi/pom.xml.versionsBackup new file mode 100644 index 0000000000..09f00e7362 --- /dev/null +++ b/tycho-spi/pom.xml.versionsBackup @@ -0,0 +1,79 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-spi + Tycho Service Provider Interfaces + This contains interfaces that might be used to enahnce Tycho itself with plugins + + + org.apache.maven + maven-core + + + org.eclipse.tycho + tycho-api + ${project.version} + + + + + + src/main/resources + true + + **/*.properties + + + + src/main/resources + false + + **/*.properties + + + + + + org.codehaus.plexus + plexus-component-metadata + + + org.apache.maven.plugins + maven-plugin-plugin + + + org.codehaus.mojo + buildnumber-maven-plugin + 3.2.0 + + + validate + + create + + + + + false + false + + + + + diff --git a/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml b/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml index 024fffdc14..142c16956c 100644 --- a/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho tycho-surefire - 4.0.5-SNAPSHOT + 4.0.5 org.eclipse.tycho.bnd.executionlistener diff --git a/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml.versionsBackup b/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml.versionsBackup new file mode 100644 index 0000000000..024fffdc14 --- /dev/null +++ b/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml.versionsBackup @@ -0,0 +1,46 @@ + + 4.0.0 + + org.eclipse.tycho + tycho-surefire + 4.0.5-SNAPSHOT + + org.eclipse.tycho.bnd.executionlistener + + 1.8 + + + + org.junit.platform + junit-platform-launcher + 1.9.3 + provided + + + org.osgi + org.osgi.service.component.annotations + 1.5.1 + provided + + + org.osgi + osgi.core + 8.0.0 + provided + + + org.osgi + org.osgi.service.component + 1.5.1 + provided + + + + + + biz.aQute.bnd + bnd-maven-plugin + + + + \ No newline at end of file diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml index 445954eb55..21cd2f7469 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.5-SNAPSHOT + 4.0.5 org.eclipse.tycho.surefire.junit jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml.versionsBackup b/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml.versionsBackup new file mode 100644 index 0000000000..445954eb55 --- /dev/null +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml.versionsBackup @@ -0,0 +1,49 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho-surefire + 4.0.5-SNAPSHOT + + org.eclipse.tycho.surefire.junit + jar + Tycho Surefire OSGi JUnit 3 Runner + + + + biz.aQute.bnd + bnd-maven-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + + + org.apache.maven.surefire + surefire-junit3 + ${surefire-version} + + + org.apache.maven.surefire + common-junit3 + ${surefire-version} + + + + + + + \ No newline at end of file diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml index 80cebb4f59..8655b1e850 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.5-SNAPSHOT + 4.0.5 org.eclipse.tycho.surefire.junit4 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml.versionsBackup b/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml.versionsBackup new file mode 100644 index 0000000000..80cebb4f59 --- /dev/null +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml.versionsBackup @@ -0,0 +1,54 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho-surefire + 4.0.5-SNAPSHOT + + org.eclipse.tycho.surefire.junit4 + jar + Tycho Surefire OSGi JUnit 4 Runner + + + + biz.aQute.bnd + bnd-maven-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + + + org.apache.maven.surefire + surefire-junit4 + ${surefire-version} + + + org.apache.maven.surefire + common-junit4 + ${surefire-version} + + + org.apache.maven.surefire + common-junit3 + ${surefire-version} + + + + + + + \ No newline at end of file diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml index f9469f436c..f88e348be7 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.5-SNAPSHOT + 4.0.5 org.eclipse.tycho.surefire.junit47 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml.versionsBackup b/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml.versionsBackup new file mode 100644 index 0000000000..f9469f436c --- /dev/null +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml.versionsBackup @@ -0,0 +1,64 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho-surefire + 4.0.5-SNAPSHOT + + org.eclipse.tycho.surefire.junit47 + jar + Tycho Surefire OSGi JUnit 4.7 Runner + + + + biz.aQute.bnd + bnd-maven-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + + + org.apache.maven.surefire + common-junit4 + ${surefire-version} + + + org.apache.maven.surefire + surefire-junit47 + ${surefire-version} + + + org.apache.maven.surefire + common-junit48 + ${surefire-version} + + + org.apache.maven.surefire + surefire-grouper + ${surefire-version} + + + org.apache.maven.surefire + common-junit3 + ${surefire-version} + + + + + + + \ No newline at end of file diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit5/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit5/pom.xml index 339bf2a5dd..aa5b904fb6 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit5/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit5/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.5-SNAPSHOT + 4.0.5 org.eclipse.tycho.surefire.junit5 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit5/pom.xml.versionsBackup b/tycho-surefire/org.eclipse.tycho.surefire.junit5/pom.xml.versionsBackup new file mode 100644 index 0000000000..339bf2a5dd --- /dev/null +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit5/pom.xml.versionsBackup @@ -0,0 +1,90 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho-surefire + 4.0.5-SNAPSHOT + + org.eclipse.tycho.surefire.junit5 + jar + Tycho Surefire OSGi JUnit 5 Runner + + + 1.0.3 + 5.0.3 + + + + + biz.aQute.bnd + bnd-maven-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + META-INF/** + + + org.apache.maven.surefire + surefire-junit-platform + ${surefire-version} + + + org.junit.platform + junit-platform-launcher + ${junit-platform-version} + + + org.junit.platform + junit-platform-engine + ${junit-platform-version} + + + org.junit.platform + junit-platform-commons + ${junit-platform-version} + + + org.junit.jupiter + junit-jupiter-engine + ${junit-jupiter-version} + + + org.apache.maven.surefire + common-java5 + ${surefire-version} + + + org.junit.vintage + junit-vintage-engine + 4.12.3 + + + org.opentest4j + opentest4j + 1.0.0 + + + org.apiguardian + apiguardian-api + 1.0.0 + + + + + + + \ No newline at end of file diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit54/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit54/pom.xml index ccbdff9a2a..574a8915da 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit54/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit54/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.5-SNAPSHOT + 4.0.5 org.eclipse.tycho.surefire.junit54 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit54/pom.xml.versionsBackup b/tycho-surefire/org.eclipse.tycho.surefire.junit54/pom.xml.versionsBackup new file mode 100644 index 0000000000..ccbdff9a2a --- /dev/null +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit54/pom.xml.versionsBackup @@ -0,0 +1,90 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho-surefire + 4.0.5-SNAPSHOT + + org.eclipse.tycho.surefire.junit54 + jar + Tycho Surefire OSGi JUnit 5.4 Runner + + + 1.4.1 + 5.4.1 + + + + + biz.aQute.bnd + bnd-maven-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + META-INF/** + + + org.apache.maven.surefire + surefire-junit-platform + ${surefire-version} + + + org.junit.platform + junit-platform-launcher + ${junit-platform-version} + + + org.junit.platform + junit-platform-engine + ${junit-platform-version} + + + org.junit.platform + junit-platform-commons + ${junit-platform-version} + + + org.junit.jupiter + junit-jupiter-engine + ${junit-jupiter-version} + + + org.apache.maven.surefire + common-java5 + ${surefire-version} + + + org.junit.vintage + junit-vintage-engine + ${junit-jupiter-version} + + + org.opentest4j + opentest4j + 1.1.1 + + + org.apiguardian + apiguardian-api + 1.0.0 + + + + + + + \ No newline at end of file diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit55/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit55/pom.xml index a4c373560d..fc52aea913 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit55/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit55/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.5-SNAPSHOT + 4.0.5 org.eclipse.tycho.surefire.junit55 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit55/pom.xml.versionsBackup b/tycho-surefire/org.eclipse.tycho.surefire.junit55/pom.xml.versionsBackup new file mode 100644 index 0000000000..a4c373560d --- /dev/null +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit55/pom.xml.versionsBackup @@ -0,0 +1,90 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho-surefire + 4.0.5-SNAPSHOT + + org.eclipse.tycho.surefire.junit55 + jar + Tycho Surefire OSGi JUnit 5.5 Runner + + + 1.5.1 + 5.5.1 + + + + + biz.aQute.bnd + bnd-maven-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + META-INF/** + + + org.apache.maven.surefire + surefire-junit-platform + ${surefire-version} + + + org.junit.platform + junit-platform-launcher + ${junit-platform-version} + + + org.junit.platform + junit-platform-engine + ${junit-platform-version} + + + org.junit.platform + junit-platform-commons + ${junit-platform-version} + + + org.junit.jupiter + junit-jupiter-engine + ${junit-jupiter-version} + + + org.apache.maven.surefire + common-java5 + ${surefire-version} + + + org.junit.vintage + junit-vintage-engine + ${junit-jupiter-version} + + + org.opentest4j + opentest4j + 1.1.1 + + + org.apiguardian + apiguardian-api + 1.0.0 + + + + + + + \ No newline at end of file diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml index 30e2c4f563..68c566ec3b 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.5-SNAPSHOT + 4.0.5 org.eclipse.tycho.surefire.junit56 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml.versionsBackup b/tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml.versionsBackup new file mode 100644 index 0000000000..30e2c4f563 --- /dev/null +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml.versionsBackup @@ -0,0 +1,90 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho-surefire + 4.0.5-SNAPSHOT + + org.eclipse.tycho.surefire.junit56 + jar + Tycho Surefire OSGi JUnit 5.6 Runner + + + 1.6.3 + 5.6.3 + + + + + biz.aQute.bnd + bnd-maven-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + META-INF/** + + + org.apache.maven.surefire + surefire-junit-platform + ${surefire-version} + + + org.junit.platform + junit-platform-launcher + ${junit-platform-version} + + + org.junit.platform + junit-platform-engine + ${junit-platform-version} + + + org.junit.platform + junit-platform-commons + ${junit-platform-version} + + + org.junit.jupiter + junit-jupiter-engine + ${junit-jupiter-version} + + + org.apache.maven.surefire + common-java5 + ${surefire-version} + + + org.junit.vintage + junit-vintage-engine + ${junit-jupiter-version} + + + org.opentest4j + opentest4j + 1.2.0 + + + org.apiguardian + apiguardian-api + 1.1.0 + + + + + + + \ No newline at end of file diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit57/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit57/pom.xml index 6e7de15117..8a92f8a1b8 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit57/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit57/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.5-SNAPSHOT + 4.0.5 org.eclipse.tycho.surefire.junit57 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit57/pom.xml.versionsBackup b/tycho-surefire/org.eclipse.tycho.surefire.junit57/pom.xml.versionsBackup new file mode 100644 index 0000000000..6e7de15117 --- /dev/null +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit57/pom.xml.versionsBackup @@ -0,0 +1,80 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho-surefire + 4.0.5-SNAPSHOT + + org.eclipse.tycho.surefire.junit57 + jar + Tycho Surefire OSGi JUnit 5.7 Runner + + + 1.7.2 + 5.7.2 + + + + + biz.aQute.bnd + bnd-maven-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + META-INF/** + + + org.apache.maven.surefire + surefire-junit-platform + ${surefire-version} + + + org.junit.platform + junit-platform-launcher + ${junit-platform-version} + + + org.junit.platform + junit-platform-engine + ${junit-platform-version} + + + org.junit.platform + junit-platform-commons + ${junit-platform-version} + + + org.junit.jupiter + junit-jupiter-engine + ${junit-jupiter-version} + + + org.apache.maven.surefire + common-java5 + ${surefire-version} + + + org.apiguardian + apiguardian-api + 1.1.0 + + + + + + + \ No newline at end of file diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/pom.xml index d88bcd47d8..37e41d9c58 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.5-SNAPSHOT + 4.0.5 org.eclipse.tycho.surefire.junit57withvintage jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/pom.xml.versionsBackup b/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/pom.xml.versionsBackup new file mode 100644 index 0000000000..d88bcd47d8 --- /dev/null +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/pom.xml.versionsBackup @@ -0,0 +1,90 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho-surefire + 4.0.5-SNAPSHOT + + org.eclipse.tycho.surefire.junit57withvintage + jar + Tycho Surefire OSGi JUnit 5.7 Runner with JUnit Vintage to execute JUnit 4.x tests as well + + + 1.7.2 + 5.7.2 + + + + + biz.aQute.bnd + bnd-maven-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + META-INF/** + + + org.apache.maven.surefire + surefire-junit-platform + ${surefire-version} + + + org.junit.platform + junit-platform-launcher + ${junit-platform-version} + + + org.junit.platform + junit-platform-engine + ${junit-platform-version} + + + org.junit.platform + junit-platform-commons + ${junit-platform-version} + + + org.junit.jupiter + junit-jupiter-engine + ${junit-jupiter-version} + + + org.apache.maven.surefire + common-java5 + ${surefire-version} + + + org.junit.vintage + junit-vintage-engine + ${junit-jupiter-version} + + + org.opentest4j + opentest4j + 1.2.0 + + + org.apiguardian + apiguardian-api + 1.1.0 + + + + + + + \ No newline at end of file diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit58/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit58/pom.xml index 223217c503..abf067caa6 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit58/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit58/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.5-SNAPSHOT + 4.0.5 org.eclipse.tycho.surefire.junit58 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit58/pom.xml.versionsBackup b/tycho-surefire/org.eclipse.tycho.surefire.junit58/pom.xml.versionsBackup new file mode 100644 index 0000000000..223217c503 --- /dev/null +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit58/pom.xml.versionsBackup @@ -0,0 +1,95 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho-surefire + 4.0.5-SNAPSHOT + + org.eclipse.tycho.surefire.junit58 + jar + Tycho Surefire OSGi JUnit 5.8 Runner + + + 1.8.2 + 5.8.2 + + + + + biz.aQute.bnd + bnd-maven-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + META-INF/** + + + org.apache.maven.surefire + surefire-junit-platform + ${surefire-version} + + + org.junit.platform + junit-platform-launcher + ${junit-platform-version} + + + org.junit.platform + junit-platform-engine + ${junit-platform-version} + + + org.junit.platform + junit-platform-commons + ${junit-platform-version} + + + org.junit.jupiter + junit-jupiter-engine + ${junit-jupiter-version} + + + org.junit.platform + junit-platform-suite-api + ${junit-platform-version} + + + org.junit.platform + junit-platform-suite-commons + ${junit-platform-version} + + + org.junit.platform + junit-platform-suite-engine + ${junit-platform-version} + + + org.apache.maven.surefire + common-java5 + ${surefire-version} + + + org.apiguardian + apiguardian-api + 1.1.2 + + + + + + + \ No newline at end of file diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/pom.xml index c1bc1a6a0d..05ab37be3f 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.5-SNAPSHOT + 4.0.5 org.eclipse.tycho.surefire.junit58withvintage jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/pom.xml.versionsBackup b/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/pom.xml.versionsBackup new file mode 100644 index 0000000000..c1bc1a6a0d --- /dev/null +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/pom.xml.versionsBackup @@ -0,0 +1,105 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho-surefire + 4.0.5-SNAPSHOT + + org.eclipse.tycho.surefire.junit58withvintage + jar + Tycho Surefire OSGi JUnit 5.8 Runner with JUnit Vintage to execute JUnit 4.x tests as well + + + 1.8.2 + 5.8.2 + + + + + biz.aQute.bnd + bnd-maven-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + META-INF/** + + + org.apache.maven.surefire + surefire-junit-platform + ${surefire-version} + + + org.junit.platform + junit-platform-launcher + ${junit-platform-version} + + + org.junit.platform + junit-platform-engine + ${junit-platform-version} + + + org.junit.platform + junit-platform-commons + ${junit-platform-version} + + + org.junit.jupiter + junit-jupiter-engine + ${junit-jupiter-version} + + + org.apache.maven.surefire + common-java5 + ${surefire-version} + + + org.junit.vintage + junit-vintage-engine + ${junit-jupiter-version} + + + org.junit.platform + junit-platform-suite-api + ${junit-platform-version} + + + org.junit.platform + junit-platform-suite-commons + ${junit-platform-version} + + + org.junit.platform + junit-platform-suite-engine + ${junit-platform-version} + + + org.opentest4j + opentest4j + 1.2.0 + + + org.apiguardian + apiguardian-api + 1.1.2 + + + + + + + \ No newline at end of file diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit59/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit59/pom.xml index 05ba03a431..41b908c16a 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit59/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit59/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.5-SNAPSHOT + 4.0.5 org.eclipse.tycho.surefire.junit59 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit59/pom.xml.versionsBackup b/tycho-surefire/org.eclipse.tycho.surefire.junit59/pom.xml.versionsBackup new file mode 100644 index 0000000000..05ba03a431 --- /dev/null +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit59/pom.xml.versionsBackup @@ -0,0 +1,95 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho-surefire + 4.0.5-SNAPSHOT + + org.eclipse.tycho.surefire.junit59 + jar + Tycho Surefire OSGi JUnit 5.9 Runner + + + 1.9.1 + 5.9.1 + + + + + biz.aQute.bnd + bnd-maven-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + META-INF/** + + + org.apache.maven.surefire + surefire-junit-platform + ${surefire-version} + + + org.junit.platform + junit-platform-launcher + ${junit-platform-version} + + + org.junit.platform + junit-platform-engine + ${junit-platform-version} + + + org.junit.platform + junit-platform-commons + ${junit-platform-version} + + + org.junit.jupiter + junit-jupiter-engine + ${junit-jupiter-version} + + + org.junit.platform + junit-platform-suite-api + ${junit-platform-version} + + + org.junit.platform + junit-platform-suite-commons + ${junit-platform-version} + + + org.junit.platform + junit-platform-suite-engine + ${junit-platform-version} + + + org.apache.maven.surefire + common-java5 + ${surefire-version} + + + org.apiguardian + apiguardian-api + 1.1.2 + + + + + + + \ No newline at end of file diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/pom.xml index cc0d2a9e6c..1ecd088678 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.5-SNAPSHOT + 4.0.5 org.eclipse.tycho.surefire.junit59withvintage jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/pom.xml.versionsBackup b/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/pom.xml.versionsBackup new file mode 100644 index 0000000000..cc0d2a9e6c --- /dev/null +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/pom.xml.versionsBackup @@ -0,0 +1,105 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho-surefire + 4.0.5-SNAPSHOT + + org.eclipse.tycho.surefire.junit59withvintage + jar + Tycho Surefire OSGi JUnit 5.9 Runner with JUnit Vintage to execute JUnit 4.x tests as well + + + 1.9.1 + 5.9.1 + + + + + biz.aQute.bnd + bnd-maven-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + META-INF/** + + + org.apache.maven.surefire + surefire-junit-platform + ${surefire-version} + + + org.junit.platform + junit-platform-launcher + ${junit-platform-version} + + + org.junit.platform + junit-platform-engine + ${junit-platform-version} + + + org.junit.platform + junit-platform-commons + ${junit-platform-version} + + + org.junit.jupiter + junit-jupiter-engine + ${junit-jupiter-version} + + + org.apache.maven.surefire + common-java5 + ${surefire-version} + + + org.junit.vintage + junit-vintage-engine + ${junit-jupiter-version} + + + org.junit.platform + junit-platform-suite-api + ${junit-platform-version} + + + org.junit.platform + junit-platform-suite-commons + ${junit-platform-version} + + + org.junit.platform + junit-platform-suite-engine + ${junit-platform-version} + + + org.opentest4j + opentest4j + 1.2.0 + + + org.apiguardian + apiguardian-api + 1.1.2 + + + + + + + \ No newline at end of file diff --git a/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml index e03f3540be..aee5f45999 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml @@ -14,7 +14,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 ../../pom.xml org.eclipse.tycho.surefire.osgibooter diff --git a/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml.versionsBackup b/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml.versionsBackup new file mode 100644 index 0000000000..e03f3540be --- /dev/null +++ b/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml.versionsBackup @@ -0,0 +1,192 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + ../../pom.xml + + org.eclipse.tycho.surefire.osgibooter + jar + Tycho Surefire OSGi Booter Eclipse Application + + 1.8 + ${java.version} + ${java.version} + + + + org.eclipse.platform + org.eclipse.equinox.app + 1.6.400 + + + org.eclipse.platform + org.eclipse.core.runtime + + + org.eclipse.platform + org.eclipse.e4.ui.workbench3 + 0.17.200 + + + * + * + + + + + org.eclipse.platform + org.eclipse.ui.workbench + + + * + * + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${surefire-version} + + + + + + src/main/resources + true + + about.html + + + + src/main/resources + false + + about.html + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + copy + generate-resources + + copy + + + target/jars + + + org.apache.maven.surefire + surefire-api + ${surefire-version} + + + org.apache.maven.surefire + surefire-logger-api + ${surefire-version} + + + org.apache.maven.surefire + surefire-booter + ${surefire-version} + + + org.apache.maven.surefire + maven-surefire-common + ${surefire-version} + + + org.apache.maven.surefire + surefire-extensions-api + ${surefire-version} + + + org.apache.maven.surefire + surefire-shared-utils + ${surefire-version} + + + org.apache.maven.plugins + maven-failsafe-plugin + ${surefire-version} + + + org.apache.maven.surefire + common-java5 + ${surefire-version} + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + ${java.version} + + + + biz.aQute.bnd + bnd-maven-plugin + + + bundle-manifest + process-classes + + bnd-process + + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + + diff --git a/tycho-surefire/org.eclipse.tycho.surefire.testng/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.testng/pom.xml index 329b3cdccb..dd328e4379 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.testng/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.testng/pom.xml @@ -10,7 +10,7 @@ org.eclipse.tycho tycho-surefire - 4.0.5-SNAPSHOT + 4.0.5 org.eclipse.tycho.surefire.testng jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.testng/pom.xml.versionsBackup b/tycho-surefire/org.eclipse.tycho.surefire.testng/pom.xml.versionsBackup new file mode 100644 index 0000000000..329b3cdccb --- /dev/null +++ b/tycho-surefire/org.eclipse.tycho.surefire.testng/pom.xml.versionsBackup @@ -0,0 +1,54 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho-surefire + 4.0.5-SNAPSHOT + + org.eclipse.tycho.surefire.testng + jar + Tycho Surefire OSGi TestNG Runner + + + + biz.aQute.bnd + bnd-maven-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + + + org.apache.maven.surefire + surefire-testng-utils + ${surefire-version} + + + org.apache.maven.surefire + surefire-testng + ${surefire-version} + + + org.apache.maven.surefire + surefire-grouper + ${surefire-version} + + + org.apache.maven.surefire + common-java5 + ${surefire-version} + + + + + + + \ No newline at end of file diff --git a/tycho-surefire/pom.xml b/tycho-surefire/pom.xml index 327f9f175d..db778e4bff 100644 --- a/tycho-surefire/pom.xml +++ b/tycho-surefire/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-surefire pom diff --git a/tycho-surefire/pom.xml.versionsBackup b/tycho-surefire/pom.xml.versionsBackup new file mode 100644 index 0000000000..327f9f175d --- /dev/null +++ b/tycho-surefire/pom.xml.versionsBackup @@ -0,0 +1,103 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-surefire + pom + Tycho Surefire Parent + + tycho-surefire-plugin + org.eclipse.tycho.surefire.osgibooter + org.eclipse.tycho.surefire.junit + org.eclipse.tycho.surefire.junit4 + org.eclipse.tycho.surefire.junit47 + org.eclipse.tycho.surefire.junit5 + org.eclipse.tycho.surefire.junit54 + org.eclipse.tycho.surefire.junit55 + org.eclipse.tycho.surefire.junit56 + org.eclipse.tycho.surefire.junit57 + org.eclipse.tycho.surefire.junit57withvintage + org.eclipse.tycho.surefire.junit58 + org.eclipse.tycho.surefire.junit58withvintage + org.eclipse.tycho.surefire.junit59 + org.eclipse.tycho.surefire.junit59withvintage + org.eclipse.tycho.surefire.testng + org.eclipse.tycho.bnd.executionlistener + + + + + src/main/resources + true + + about.html + + + + src/main/resources + false + + about.html + + + + + + + biz.aQute.bnd + bnd-maven-plugin + + + + bnd-process + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + + generate-resources + + unpack + + + ${project.build.outputDirectory} + + META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE* + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + + + \ No newline at end of file diff --git a/tycho-surefire/tycho-surefire-plugin/pom.xml b/tycho-surefire/tycho-surefire-plugin/pom.xml index 31f8ed461a..2cf43f2835 100644 --- a/tycho-surefire/tycho-surefire-plugin/pom.xml +++ b/tycho-surefire/tycho-surefire-plugin/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 ../../pom.xml tycho-surefire-plugin diff --git a/tycho-surefire/tycho-surefire-plugin/pom.xml.versionsBackup b/tycho-surefire/tycho-surefire-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..31f8ed461a --- /dev/null +++ b/tycho-surefire/tycho-surefire-plugin/pom.xml.versionsBackup @@ -0,0 +1,289 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + ../../pom.xml + + tycho-surefire-plugin + maven-plugin + Tycho Surefire Plugin + + ${minimal-maven-version} + + + + + org.codehaus.plexus + plexus-component-metadata + + + + generate-metadata + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + + + org.apache.maven + maven-plugin-api + + + org.apache.maven + maven-core + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.codehaus.plexus + plexus-utils + + + org.eclipse.tycho + tycho-core + ${project.version} + + + org.eclipse.tycho + sisu-equinox-launching + ${project.version} + + + biz.aQute.bnd + biz.aQute.bndlib + jar + + + org.eclipse.tycho + org.eclipse.tycho.surefire.osgibooter + ${project.version} + runtime + + + * + * + + + + + org.eclipse.tycho + org.eclipse.tycho.surefire.junit + ${project.version} + runtime + + + * + * + + + + + org.eclipse.tycho + org.eclipse.tycho.surefire.junit4 + ${project.version} + runtime + + + * + * + + + + + org.eclipse.tycho + org.eclipse.tycho.surefire.junit47 + ${project.version} + runtime + + + * + * + + + + + org.eclipse.tycho + org.eclipse.tycho.surefire.junit5 + ${project.version} + runtime + + + * + * + + + + + org.eclipse.tycho + org.eclipse.tycho.surefire.junit54 + ${project.version} + runtime + + + * + * + + + + + org.eclipse.tycho + org.eclipse.tycho.surefire.junit55 + ${project.version} + runtime + + + * + * + + + + + org.eclipse.tycho + org.eclipse.tycho.surefire.junit56 + ${project.version} + runtime + + + * + * + + + + + org.eclipse.tycho + org.eclipse.tycho.surefire.junit57 + ${project.version} + runtime + + + * + * + + + + + org.eclipse.tycho + org.eclipse.tycho.surefire.junit57withvintage + ${project.version} + runtime + + + * + * + + + + + org.eclipse.tycho + org.eclipse.tycho.surefire.junit58 + ${project.version} + runtime + + + * + * + + + + + org.eclipse.tycho + org.eclipse.tycho.surefire.junit58withvintage + ${project.version} + runtime + + + * + * + + + + + org.eclipse.tycho + org.eclipse.tycho.surefire.junit59 + ${project.version} + runtime + + + * + * + + + + + org.eclipse.tycho + org.eclipse.tycho.surefire.junit59withvintage + ${project.version} + runtime + + + * + * + + + + + org.eclipse.tycho + org.eclipse.tycho.surefire.testng + ${project.version} + runtime + + + * + * + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${surefire-version} + + + org.apache.maven.surefire + surefire-api + ${surefire-version} + + + org.apache.maven.surefire + maven-surefire-common + ${surefire-version} + + + org.mockito + mockito-core + test + + + org.eclipse.tycho + tycho-testing-harness + test + + + biz.aQute.bnd + biz.aQute.bnd.maven + ${bnd.version} + + + diff --git a/tycho-targetplatform/pom.xml b/tycho-targetplatform/pom.xml index d716046d8f..d4cbee99c0 100644 --- a/tycho-targetplatform/pom.xml +++ b/tycho-targetplatform/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-targetplatform Tycho Target Platform diff --git a/tycho-targetplatform/pom.xml.versionsBackup b/tycho-targetplatform/pom.xml.versionsBackup new file mode 100644 index 0000000000..d716046d8f --- /dev/null +++ b/tycho-targetplatform/pom.xml.versionsBackup @@ -0,0 +1,42 @@ + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-targetplatform + Tycho Target Platform + Contains the neccesary bits to handle target platform files. + + + org.eclipse.tycho + tycho-api + ${project.version} + + + org.codehaus.plexus + plexus-component-annotations + + + org.apache.maven + maven-core + + + commons-io + commons-io + + + biz.aQute.bnd + biz.aQute.bndlib + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + \ No newline at end of file diff --git a/tycho-testing-harness/pom.xml b/tycho-testing-harness/pom.xml index 43b78543c1..df00f93b47 100644 --- a/tycho-testing-harness/pom.xml +++ b/tycho-testing-harness/pom.xml @@ -17,7 +17,7 @@ tycho org.eclipse.tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-testing-harness diff --git a/tycho-testing-harness/pom.xml.versionsBackup b/tycho-testing-harness/pom.xml.versionsBackup new file mode 100644 index 0000000000..43b78543c1 --- /dev/null +++ b/tycho-testing-harness/pom.xml.versionsBackup @@ -0,0 +1,98 @@ + + + + + 4.0.0 + + + tycho + org.eclipse.tycho + 4.0.5-SNAPSHOT + + tycho-testing-harness + + Tycho Testing Harness + + + + maven-core + org.apache.maven + + + org.apache.maven.plugin-testing + maven-plugin-testing-harness + + + junit + junit + compile + + + org.hamcrest + hamcrest + 2.2 + compile + + + org.apache.maven.shared + maven-verifier + + + junit + junit + + + + + org.eclipse.tycho + tycho-api + ${project.version} + + + org.eclipse.tycho + ${project.version} + tycho-spi + + + org.eclipse.tycho + sisu-osgi-api + ${project.version} + + + + + + + true + src/main/resources + + **/*.properties + + + + false + src/main/resources + + **/*.properties + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + + diff --git a/tycho-versions-plugin/pom.xml b/tycho-versions-plugin/pom.xml index d438a26cf5..7dd70eef5b 100644 --- a/tycho-versions-plugin/pom.xml +++ b/tycho-versions-plugin/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho - 4.0.5-SNAPSHOT + 4.0.5 tycho-versions-plugin maven-plugin diff --git a/tycho-versions-plugin/pom.xml.versionsBackup b/tycho-versions-plugin/pom.xml.versionsBackup new file mode 100644 index 0000000000..d438a26cf5 --- /dev/null +++ b/tycho-versions-plugin/pom.xml.versionsBackup @@ -0,0 +1,77 @@ + + + + 4.0.0 + + org.eclipse.tycho + tycho + 4.0.5-SNAPSHOT + + tycho-versions-plugin + maven-plugin + + ${minimal-maven-version} + + Tycho Versions Plugin + + + org.apache.maven + maven-plugin-api + + + org.apache.maven + maven-core + + + org.apache.maven + maven-compat + test + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + de.pdark + decentxml + + + org.eclipse.tycho + tycho-core + ${project.version} + + + org.eclipse.tycho + tycho-spi + ${project.version} + + + org.eclipse.tycho + tycho-metadata-model + ${project.version} + + + org.eclipse.tycho + tycho-testing-harness + test + + + + + + org.codehaus.plexus + plexus-component-metadata + + + + \ No newline at end of file