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

Releasing 1.0.0

parent 4822d821
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -4,7 +4,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.0-build-8-SNAPSHOT*
Current version: *1.0.0*

**Highlights**

@@ -30,9 +30,7 @@ and we're improving the jsonSchema-generating code when we finds issues and/or f

**Currently missing**

* Good tests
* Lot of javax.validation-API support
* Some jackson-/jsonSchema-features (Stuff we're not using)

I would really appreciate it if other developers wanted to start using and contributing improvements and features. 

@@ -50,7 +48,7 @@ Add this to you pom.xml:
    <dependency>
        <groupId>com.kjetland</groupId>
        <artifactId>mbknor-jackson-jsonschema_2.11</artifactId>
        <version>1.0.0-build-8-SNAPSHOT</version>
        <version>1.0.0</version>
    </dependency>    

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

    "com.kjetland" % "mbknor-jackson-jsonschema" %% "1.0.0-build-8-SNAPSHOT"
    "com.kjetland" % "mbknor-jackson-jsonschema" %% "1.0.0"


Code
+2 −1
Original line number Diff line number Diff line
@@ -2,10 +2,11 @@
lazy val commonSettings = Seq(
  organization := "com.kjetland",
  organizationName := "mbknor",
  version := "1.0.0-build-8-SNAPSHOT",
  version := "1.0.0",
  scalaVersion := "2.11.8",
  publishMavenStyle := true,
  publishArtifact in Test := false,
  pomIncludeRepository := { _ => false },
//  publishTo := {
//    val nexus = "http://nexus.nextgentel.net/content/repositories/"
//    if (isSnapshot.value)