Skip to content

Commit 591c84c

Browse files
committed
version for Spark 1.1.2
1 parent 24005eb commit 591c84c

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

CIMConnector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>ch.ninecode.cim</groupId>
88
<artifactId>CIMApplication</artifactId>
99
<relativePath>../pom.xml</relativePath>
10-
<version>2.11-2.2.0-2.3.9</version>
10+
<version>2.11-2.1.2-2.3.9</version>
1111
</parent>
1212
<artifactId>CIMConnector</artifactId>
1313
<packaging>rar</packaging>

CIMEar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>ch.ninecode.cim</groupId>
88
<artifactId>CIMApplication</artifactId>
99
<relativePath>../pom.xml</relativePath>
10-
<version>2.11-2.2.0-2.3.9</version>
10+
<version>2.11-2.1.2-2.3.9</version>
1111
</parent>
1212
<artifactId>CIMEar</artifactId>
1313
<packaging>ear</packaging>

CIMWeb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>ch.ninecode.cim</groupId>
88
<artifactId>CIMApplication</artifactId>
99
<relativePath>../pom.xml</relativePath>
10-
<version>2.11-2.2.0-2.3.9</version>
10+
<version>2.11-2.1.2-2.3.9</version>
1111
</parent>
1212
<artifactId>CIMWeb</artifactId>
1313
<packaging>war</packaging>

GridLAB-D/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>CIMApplication</artifactId>
88
<groupId>ch.ninecode.cim</groupId>
99
<relativePath>../pom.xml</relativePath>
10-
<version>2.11-2.2.0-2.3.9</version>
10+
<version>2.11-2.1.2-2.3.9</version>
1111
</parent>
1212
<artifactId>GridLAB-D</artifactId>
1313
<groupId>ch.ninecode.gl</groupId>

ShortCircuit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>CIMApplication</artifactId>
88
<groupId>ch.ninecode.cim</groupId>
99
<relativePath>../pom.xml</relativePath>
10-
<version>2.11-2.2.0-2.3.9</version>
10+
<version>2.11-2.1.2-2.3.9</version>
1111
</parent>
1212
<artifactId>ShortCircuit</artifactId>
1313
<groupId>ch.ninecode.sc</groupId>

SmartMeter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>CIMApplication</artifactId>
88
<groupId>ch.ninecode.cim</groupId>
99
<relativePath>../pom.xml</relativePath>
10-
<version>2.11-2.2.0-2.3.9</version>
10+
<version>2.11-2.1.2-2.3.9</version>
1111
</parent>
1212
<artifactId>SmartMeter</artifactId>
1313
<groupId>ch.ninecode.sm</groupId>

Spatial/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>ch.ninecode.cim</groupId>
88
<artifactId>CIMApplication</artifactId>
99
<relativePath>../pom.xml</relativePath>
10-
<version>2.11-2.2.0-2.3.9</version>
10+
<version>2.11-2.1.2-2.3.9</version>
1111
</parent>
1212
<groupId>ch.ninecode.sp</groupId>
1313
<artifactId>Spatial</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>ch.ninecode.cim</groupId>
77
<artifactId>CIMApplication</artifactId>
88
<!-- version>${version.dependency.scala}-${version.dependency.spark}-CIMAPPLICATION_VERSION</version -->
9-
<version>2.11-2.2.0-2.3.9</version>
9+
<version>2.11-2.1.2-2.3.9</version>
1010
<packaging>pom</packaging>
1111
<name>CIM Application Multimodule</name>
1212

@@ -24,8 +24,8 @@
2424

2525
<!-- Spark versions -->
2626
<version.dependency.hadoop>2.7.3</version.dependency.hadoop>
27-
<version.dependency.spark>2.2.0</version.dependency.spark>
28-
<version.dependency.cimreader>2.11-2.2.0-2.7.0</version.dependency.cimreader>
27+
<version.dependency.spark>2.1.2</version.dependency.spark>
28+
<version.dependency.cimreader>2.11-2.1.2-2.7.0</version.dependency.cimreader>
2929

3030
<!-- test versions -->
3131
<version.dependency.junit>4.12</version.dependency.junit>

0 commit comments

Comments
 (0)