Skip to content

Commit

Permalink
move to version 3.2.0 for Maven Central release
Browse files Browse the repository at this point in the history
  • Loading branch information
Derrick Oswald committed Nov 19, 2018
1 parent fcee268 commit 8186656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val cimreader = (project in file(".")).
settings(
organization := "ch.ninecode.cim",
name := "CIMReader",
version := "2.3.1-3.1.0",
version := "2.3.1-3.2.0",
scalaVersion := "2.11.8",
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
javaOptions += "-Xss4m",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>ch.ninecode.cim</groupId>
<artifactId>CIMReader</artifactId>
<!-- version>${version.dependency.scala}-${version.dependency.spark}-CIMREADER_VERSION</version -->
<version>2.11-2.3.1-3.1.0</version>
<version>2.11-2.3.1-3.2.0</version>
<name>${project.artifactId}</name>
<description>Expose CIM data files as Spark RDD</description>
<inceptionYear>2015</inceptionYear>
Expand Down

0 comments on commit 8186656

Please sign in to comment.