Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[scouter.client] build repository update to eclipse 2018-09
  • Loading branch information
gunlee01 committed Jan 2, 2019
1 parent 1ec2a15 commit 5ade217
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions scouter.client.build/pom.xml
Expand Up @@ -11,15 +11,25 @@
<module>../scouter.client.product</module>
</modules>
<properties>
<tycho-version>1.2.0</tycho-version>
<tycho-version>1.3.0</tycho-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<repositories>
<repository>
<id>eclipse-photon</id>
<!-- <repository> -->
<!-- <id>eclipse-simultaneous</id> -->
<!-- <layout>p2</layout> -->
<!-- <url>http://download.eclipse.org/releases/2018-12/</url> -->
<!-- </repository> -->
<repository>
<id>eclipse-simultaneous-2018-09</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/photon</url>
<url>http://download.eclipse.org/releases/2018-09/</url>
</repository>
<!-- <repository> -->
<!-- <id>eclipse-photon</id> -->
<!-- <layout>p2</layout> -->
<!-- <url>http://download.eclipse.org/releases/photon</url> -->
<!-- </repository> -->
</repositories>
<build>
<plugins>
Expand Down

0 comments on commit 5ade217

Please sign in to comment.