Loading README.md +3 −3 Original line number Diff line number Diff line Loading @@ -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.7* Current version: *1.0.8* **Highlights** Loading Loading @@ -48,7 +48,7 @@ Add this to you pom.xml: <dependency> <groupId>com.kjetland</groupId> <artifactId>mbknor-jackson-jsonschema_2.11</artifactId> <version>1.0.7</version> <version>1.0.8</version> </dependency> Using sbt Loading @@ -56,7 +56,7 @@ Using sbt Add this to you sbt build-config: "com.kjetland" % "mbknor-jackson-jsonschema" %% "1.0.7" "com.kjetland" % "mbknor-jackson-jsonschema" %% "1.0.8" Code Loading build.sbt +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lazy val commonSettings = Seq( organization := "com.kjetland", organizationName := "mbknor", version := "1.0.8-SNAPSHOT", version := "1.0.8", scalaVersion := "2.11.8", crossScalaVersions := Seq("2.10.4", "2.11.8"), publishMavenStyle := true, Loading release-hoto.md 0 → 100644 +11 −0 Original line number Diff line number Diff line Change version multiple places in README.md Clean and test cross scala version sbt clean; sbt +test; Deploy to maven central: sbt +publish-signed No newline at end of file Loading
README.md +3 −3 Original line number Diff line number Diff line Loading @@ -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.7* Current version: *1.0.8* **Highlights** Loading Loading @@ -48,7 +48,7 @@ Add this to you pom.xml: <dependency> <groupId>com.kjetland</groupId> <artifactId>mbknor-jackson-jsonschema_2.11</artifactId> <version>1.0.7</version> <version>1.0.8</version> </dependency> Using sbt Loading @@ -56,7 +56,7 @@ Using sbt Add this to you sbt build-config: "com.kjetland" % "mbknor-jackson-jsonschema" %% "1.0.7" "com.kjetland" % "mbknor-jackson-jsonschema" %% "1.0.8" Code Loading
build.sbt +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lazy val commonSettings = Seq( organization := "com.kjetland", organizationName := "mbknor", version := "1.0.8-SNAPSHOT", version := "1.0.8", scalaVersion := "2.11.8", crossScalaVersions := Seq("2.10.4", "2.11.8"), publishMavenStyle := true, Loading
release-hoto.md 0 → 100644 +11 −0 Original line number Diff line number Diff line Change version multiple places in README.md Clean and test cross scala version sbt clean; sbt +test; Deploy to maven central: sbt +publish-signed No newline at end of file