Skip to content

Commit

Permalink
Bumps up plugin-profiles version for eclipse oxygen.
Browse files Browse the repository at this point in the history
  • Loading branch information
wpopielarski committed Aug 31, 2017
1 parent bba3114 commit 3ba7be7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

mvn -Peclipse-luna -Pscala-ide-nightly -Pscala-2.11.x clean install
mvn -Peclipse-neon -Pscala-ide-dev -Pscala-2.12.x -Dscala.version=2.12.2 clean install
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.scala-ide</groupId>
<artifactId>plugin-profiles</artifactId>
<version>1.0.13</version>
<version>1.0.14</version>
</parent>

<groupId>org.scala.tools.eclipse</groupId>
Expand All @@ -18,6 +18,10 @@
<name>Scala Search</name>
<packaging>pom</packaging>

<properties>
<weaving.hook.plugin.version>1.2.0.v20160929-1449</weaving.hook.plugin.version>
</properties>

<modules>
<module>org.scala.tools.eclipse.search</module>
<module>org.scala.tools.eclipse.search.tests</module>
Expand Down

0 comments on commit 3ba7be7

Please sign in to comment.