Commit ee128ccd authored by Morten Kjetland's avatar Morten Kjetland
Browse files

Releasing 1.0.10

parent 3448a02a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ Jackson jsonSchema Generator
This projects aims to do a better job than the original [jackson-module-jsonSchema](https://github.com/FasterXML/jackson-module-jsonSchema)
in generating jsonSchema from your POJOs using Jackson @Annotations.

Current version: *1.0.9*
Current version: *1.0.10*

**Highlights**

@@ -52,7 +52,7 @@ Add this to you pom.xml:
    <dependency>
        <groupId>com.kjetland</groupId>
        <artifactId>mbknor-jackson-jsonschema_2.11</artifactId>
        <version>1.0.9</version>
        <version>1.0.10</version>
    </dependency>    

Using sbt
@@ -60,7 +60,7 @@ Using sbt
 
Add this to you sbt build-config:

    "com.kjetland" % "mbknor-jackson-jsonschema" %% "1.0.9"
    "com.kjetland" % "mbknor-jackson-jsonschema" %% "1.0.10"


Code - Using Scala
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
lazy val commonSettings = Seq(
  organization := "com.kjetland",
  organizationName := "mbknor",
  version := "1.0.10-SNAPSHOT",
  version := "1.0.10",
  scalaVersion := "2.12.0",
  crossScalaVersions := Seq("2.10.4", "2.11.8", "2.12.0"),
  publishMavenStyle := true,
+4 −1
Original line number Diff line number Diff line
Change version in build.sbt and multiple places in README.md
Change version in 

* build.sbt
* and multiple places in README.md

Clean and test cross scala version