Skip to content

Commit

Permalink
[TYCHO] Move to official release
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiArthurB committed Jan 21, 2022
1 parent b6b0df7 commit c9262c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
7 changes: 1 addition & 6 deletions msi.gama.parent/pom.xml
Expand Up @@ -31,11 +31,6 @@
<layout>default</layout>
</pluginRepository>

<pluginRepository>
<id>tycho-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
</pluginRepository>

<pluginRepository>
<id>jzy3d-releases</id>
<name>Jzy3d Releases</name>
Expand Down Expand Up @@ -261,7 +256,7 @@
<batik.version>1.7</batik.version>
<p2-maven.version>1.2.0-SNAPSHOT</p2-maven.version>
<jetty-maven.version>8.1.5.v20120716</jetty-maven.version>
<tycho.version>2.6.0-SNAPSHOT</tycho.version>
<tycho.version>2.6.0</tycho.version>
<jdk.version>17</jdk.version>
<project.version>1.8.2-SNAPSHOT</project.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
9 changes: 1 addition & 8 deletions msi.gama.processor/pom.xml
Expand Up @@ -22,16 +22,9 @@
</snapshotRepository>
</distributionManagement>

<pluginRepositories>
<pluginRepository>
<id>tycho-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
</pluginRepository>
</pluginRepositories>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho.version>2.6.0-SNAPSHOT</tycho.version>
<tycho.version>2.6.0</tycho.version>
<jdk.version>17</jdk.version>
</properties>

Expand Down
9 changes: 1 addition & 8 deletions ummisco.gama.annotations/pom.xml
Expand Up @@ -20,16 +20,9 @@
</snapshotRepository>
</distributionManagement>

<pluginRepositories>
<pluginRepository>
<id>tycho-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
</pluginRepository>
</pluginRepositories>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho.version>2.6.0-SNAPSHOT</tycho.version>
<tycho.version>2.6.0</tycho.version>
<jdk.version>17</jdk.version>
</properties>

Expand Down

0 comments on commit c9262c1

Please sign in to comment.