Skip to content

Commit

Permalink
Merge branch 'master' into scala-2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mduerig committed Apr 27, 2018
2 parents aca28c3 + dfd50ed commit 9fa06b7
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>michid</groupId>
<artifactId>script-oak-parent_2.11</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>./script-oak-parent/pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions script-oak-core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<parent>
<groupId>michid</groupId>
<artifactId>script-oak-parent_2.11</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../script-oak-parent/pom.xml</relativePath>
</parent>

<artifactId>script-oak-core-test_2.11</artifactId>
<name>Script Oak Core Test</name>

<properties>
<oak.version>1.10-SNAPSHOT</oak.version>
<oak.version>1.9.0</oak.version>
</properties>

<build>
Expand Down Expand Up @@ -54,7 +54,7 @@
</dependency>
<dependency>
<groupId>michid</groupId>
<artifactId>script-oak-1.10_2.11</artifactId>
<artifactId>script-oak-1.9.0_2.11</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion script-oak-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>michid</groupId>
<artifactId>script-oak-parent_2.11</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../script-oak-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions script-oak-fixture-reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>michid</groupId>
<artifactId>script-oak-parent_2.11</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../script-oak-parent/pom.xml</relativePath>
</parent>

Expand All @@ -15,6 +15,6 @@

<modules>
<module>script-oak-fixtures</module>
<module>script-oak-1.10</module>
<module>script-oak-1.9.0</module>
</modules>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@
<parent>
<groupId>michid</groupId>
<artifactId>script-oak-parent_2.11</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../../script-oak-parent/pom.xml</relativePath>
</parent>

<artifactId>script-oak-1.10_2.11</artifactId>
<name>Script Oak 1.10 Fixture</name>
<artifactId>script-oak-1.9.0_2.11</artifactId>
<name>Script Oak 1.9.0 Fixture</name>

<properties>
<!-- michid depend on released version of oak-segment-tar with tool api -->
<oak.fixture.version>1.10-SNAPSHOT</oak.fixture.version>
<oak.fixture.version>1.9.0</oak.fixture.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion script-oak-fixture-reactor/script-oak-fixtures/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>michid</groupId>
<artifactId>script-oak-parent_2.11</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../../script-oak-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ package object fixtures {
}

val oakFixtures: Map[String, OakFixture] = Map(
oak_1_10.oakVersion -> oak_1_10
oak_1_9_0.oakVersion -> oak_1_9_0
)

val latest: OakFixture = oak_1_10
val latest: OakFixture = oak_1_9_0

object oak_1_10 extends OakFixture {
val oakVersion = "oak-1.10"
object oak_1_9_0 extends OakFixture {
val oakVersion = "oak-1.9.0"

override def toString: String = oakVersion

Expand Down
4 changes: 2 additions & 2 deletions script-oak-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>michid</groupId>
<artifactId>script-oak-parent_2.11</artifactId>
<name>Script Oak Parent POM</name>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-tooling-api</artifactId>
<version>1.0-SNAPSHOT</version> <!-- michid remove snapshot dependency -->
<version>1.0</version>
</dependency>

<!-- Misc -->
Expand Down
2 changes: 1 addition & 1 deletion script-oak-shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>michid</groupId>
<artifactId>script-oak-parent_2.11</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../script-oak-parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 9fa06b7

Please sign in to comment.