Author: max.andersen(a)jboss.com
Date: 2010-03-23 18:17:38 -0400 (Tue, 23 Mar 2010)
New Revision: 20996
Modified:
trunk/parent-pom.xml
Log:
tycho 0.8.0
Modified: trunk/parent-pom.xml
===================================================================
--- trunk/parent-pom.xml 2010-03-23 21:45:59 UTC (rev 20995)
+++ trunk/parent-pom.xml 2010-03-23 22:17:38 UTC (rev 20996)
@@ -8,7 +8,7 @@
<packaging>pom</packaging>
<properties>
- <tychoVersion>0.7.0</tychoVersion>
+ <tychoVersion>0.8.0</tychoVersion>
</properties>
<build>
@@ -19,17 +19,28 @@
<version>${tychoVersion}</version>
<extensions>true</extensions>
</plugin>
- <plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tychoVersion}</version>
- <configuration>
- <resolver>p2</resolver>
- </configuration>
- </plugin>
+
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <version>${tychoVersion}</version>
+ <configuration>
+ <resolver>p2</resolver>
+ <environments>
+
+ <environment>
+ <os>macosx</os>
+ <ws>cocoa</ws>
+ <arch>x86_64</arch>
+ </environment>
+ </environments>
+ </configuration>
+ </plugin>
+
</plugins>
</build>
+
<repositories>
<repository>
<id>galileo</id>
@@ -42,6 +53,17 @@
<enabled>true</enabled>
</releases>
</repository>
+
+
</repositories>
+<pluginRepositories>
+ <pluginRepository>
+ <id>tycho</id>
+
<
url>http://repository.sonatype.org/content/repositories/all-001//</...
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </pluginRepository>
+ </pluginRepositories>
</project>