Skip to content

Commit

Permalink
Use latest tycho version 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsievers committed Mar 15, 2012
1 parent 8c39ae3 commit ee06573
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion exercises/Exercise_01_Create_RCP_Bundle/README.html
Expand Up @@ -71,7 +71,7 @@ <h2>Exercise 1: Create and build a "Hello World" RCP plugin using Tycho</h2>

<pre>
&lt;properties&gt;
&lt;tycho-version&gt;0.13.0&lt;/tycho-version&gt;
&lt;tycho-version&gt;0.14.1&lt;/tycho-version&gt;
&lt;/properties&gt;
</pre>
</li>
Expand Down
Expand Up @@ -8,7 +8,7 @@

<!-- this is the parent POM from which all modules inherit common settings -->
<properties>
<tycho-version>0.13.0</tycho-version>
<tycho-version>0.14.1</tycho-version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion exercises/Exercise_03_Add_Feature/tychodemo.parent/pom.xml
Expand Up @@ -10,7 +10,7 @@

<!-- this is the parent POM from which all modules inherit common settings -->
<properties>
<tycho-version>0.13.0</tycho-version>
<tycho-version>0.14.1</tycho-version>
</properties>

<repositories>
Expand Down
Expand Up @@ -10,7 +10,7 @@

<!-- this is the parent POM from which all modules inherit common settings -->
<properties>
<tycho-version>0.13.0</tycho-version>
<tycho-version>0.14.1</tycho-version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion exercises/Exercise_05_Add_Product/tychodemo.parent/pom.xml
Expand Up @@ -10,7 +10,7 @@

<!-- this is the parent POM from which all modules inherit common settings -->
<properties>
<tycho-version>0.13.0</tycho-version>
<tycho-version>0.14.1</tycho-version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion exercises/Exercise_06_Solution/tychodemo.parent/pom.xml
Expand Up @@ -10,7 +10,7 @@

<!-- this is the parent POM from which all modules inherit common settings -->
<properties>
<tycho-version>0.13.0</tycho-version>
<tycho-version>0.14.1</tycho-version>
</properties>

<build>
Expand Down
Expand Up @@ -10,7 +10,7 @@

<!-- this is the parent POM from which all modules inherit common settings -->
<properties>
<tycho-version>0.13.0</tycho-version>
<tycho-version>0.14.1</tycho-version>
</properties>

<build>
Expand Down
Expand Up @@ -10,7 +10,7 @@

<!-- this is the parent POM from which all modules inherit common settings -->
<properties>
<tycho-version>0.13.0</tycho-version>
<tycho-version>0.14.1</tycho-version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion tychodemo.parent/pom.xml
Expand Up @@ -14,7 +14,7 @@
</prerequisites>

<properties>
<tycho-version>0.13.0</tycho-version>
<tycho-version>0.14.1</tycho-version>
</properties>
<repositories>
<!-- configure p2 repository to resolve against -->
Expand Down

0 comments on commit ee06573

Please sign in to comment.