Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-10-03 20:25:09 +0000
committerJesse McConnell2011-10-03 20:25:09 +0000
commit33a823536d8bf6707b8f24e2949a5fab528f9bd5 (patch)
tree3d32c8d25be1c20b64e0b218940d638f931b40c9
parent1308506d9a62490fea558d34389ad05a1a7322a6 (diff)
downloadorg.eclipse.jetty.releng.products-33a823536d8bf6707b8f24e2949a5fab528f9bd5.tar.gz
org.eclipse.jetty.releng.products-33a823536d8bf6707b8f24e2949a5fab528f9bd5.tar.xz
org.eclipse.jetty.releng.products-33a823536d8bf6707b8f24e2949a5fab528f9bd5.zip
update tycho version
-rw-r--r--pom.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 0392a9e..b99e4db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
<signing-plugin-version>1.0.5</signing-plugin-version>
- <tycho-version>0.11.1</tycho-version>
+ <tycho-version>0.13.0</tycho-version>
<!--orbit-site>http://download.eclipse.org/tools/orbit/committers/drops/I20110825153626/repository</orbit-site-->
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20110907174232/repository</orbit-site>
</properties>
@@ -166,21 +166,21 @@
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
+ <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-packaging-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<includeSources>true</includeSources>
</configuration>
</plugin>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
+ <groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
@@ -244,8 +244,8 @@ when tycho is built using a patched version of p2.publisher
</plugin>
<plugin>
<inherited>true</inherited>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-source-plugin</artifactId>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
@@ -262,7 +262,7 @@ when tycho is built using a patched version of p2.publisher
<pluginManagement>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
+ <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-publisher-director</artifactId>
<version>${tycho-version}</version>
<configuration>
@@ -282,7 +282,7 @@ when tycho is built using a patched version of p2.publisher
</plugin>
<plugin>
<groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-compiler-plugin</artifactId>
+ <artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<encoding>UTF-8</encoding>

Back to the top