Skip to content

Commit

Permalink
version for Spark 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickoswald committed Feb 13, 2018
1 parent 24005eb commit 591c84c
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CIMConnector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>ch.ninecode.cim</groupId>
<artifactId>CIMApplication</artifactId>
<relativePath>../pom.xml</relativePath>
<version>2.11-2.2.0-2.3.9</version>
<version>2.11-2.1.2-2.3.9</version>
</parent>
<artifactId>CIMConnector</artifactId>
<packaging>rar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion CIMEar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>ch.ninecode.cim</groupId>
<artifactId>CIMApplication</artifactId>
<relativePath>../pom.xml</relativePath>
<version>2.11-2.2.0-2.3.9</version>
<version>2.11-2.1.2-2.3.9</version>
</parent>
<artifactId>CIMEar</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion CIMWeb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>ch.ninecode.cim</groupId>
<artifactId>CIMApplication</artifactId>
<relativePath>../pom.xml</relativePath>
<version>2.11-2.2.0-2.3.9</version>
<version>2.11-2.1.2-2.3.9</version>
</parent>
<artifactId>CIMWeb</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion GridLAB-D/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>CIMApplication</artifactId>
<groupId>ch.ninecode.cim</groupId>
<relativePath>../pom.xml</relativePath>
<version>2.11-2.2.0-2.3.9</version>
<version>2.11-2.1.2-2.3.9</version>
</parent>
<artifactId>GridLAB-D</artifactId>
<groupId>ch.ninecode.gl</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ShortCircuit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>CIMApplication</artifactId>
<groupId>ch.ninecode.cim</groupId>
<relativePath>../pom.xml</relativePath>
<version>2.11-2.2.0-2.3.9</version>
<version>2.11-2.1.2-2.3.9</version>
</parent>
<artifactId>ShortCircuit</artifactId>
<groupId>ch.ninecode.sc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion SmartMeter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>CIMApplication</artifactId>
<groupId>ch.ninecode.cim</groupId>
<relativePath>../pom.xml</relativePath>
<version>2.11-2.2.0-2.3.9</version>
<version>2.11-2.1.2-2.3.9</version>
</parent>
<artifactId>SmartMeter</artifactId>
<groupId>ch.ninecode.sm</groupId>
Expand Down
2 changes: 1 addition & 1 deletion Spatial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>ch.ninecode.cim</groupId>
<artifactId>CIMApplication</artifactId>
<relativePath>../pom.xml</relativePath>
<version>2.11-2.2.0-2.3.9</version>
<version>2.11-2.1.2-2.3.9</version>
</parent>
<groupId>ch.ninecode.sp</groupId>
<artifactId>Spatial</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>ch.ninecode.cim</groupId>
<artifactId>CIMApplication</artifactId>
<!-- version>${version.dependency.scala}-${version.dependency.spark}-CIMAPPLICATION_VERSION</version -->
<version>2.11-2.2.0-2.3.9</version>
<version>2.11-2.1.2-2.3.9</version>
<packaging>pom</packaging>
<name>CIM Application Multimodule</name>

Expand All @@ -24,8 +24,8 @@

<!-- Spark versions -->
<version.dependency.hadoop>2.7.3</version.dependency.hadoop>
<version.dependency.spark>2.2.0</version.dependency.spark>
<version.dependency.cimreader>2.11-2.2.0-2.7.0</version.dependency.cimreader>
<version.dependency.spark>2.1.2</version.dependency.spark>
<version.dependency.cimreader>2.11-2.1.2-2.7.0</version.dependency.cimreader>

<!-- test versions -->
<version.dependency.junit>4.12</version.dependency.junit>
Expand Down

0 comments on commit 591c84c

Please sign in to comment.