diff --git a/README.md b/README.md index 6b76f9f47..cec8803bb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ and the object back to XML. Status ------ -The latest is 1.0.1. Some things may not work. +The latest is 1.0.2. Some things may not work. I'd really appreciate if you could run it against your favorite xsd file and let me know the result. diff --git a/cli/src/main/ls/1.0.2.json b/cli/src/main/ls/1.0.2.json new file mode 100644 index 000000000..c1e24a2fd --- /dev/null +++ b/cli/src/main/ls/1.0.2.json @@ -0,0 +1,29 @@ +{ + "organization" : "org.scalaxb", + "name" : "scalaxb", + "version" : "1.0.2", + "description" : "scalaxb is an XML data-binding tool for Scala that supports W3C XML Schema (xsd) and wsdl.", + "site" : "http://scalaxb.org", + "tags" : [ "xml", "soap", "wsdl", "code-generation" ], + "docs" : "", + "resolvers" : [ "https://oss.sonatype.org/content/repositories/public" ], + "dependencies" : [ { + "organization" : "org.scala-sbt", + "name" : "launcher-interface", + "version" : "0.12.1" + }, { + "organization" : "com.github.scopt", + "name" : "scopt_2.9.1", + "version" : "2.1.0" + }, { + "organization" : "log4j", + "name" : "log4j", + "version" : "1.2.17" + } ], + "scalas" : [ "2.10.1", "2.9.2", "2.9.1" ], + "licenses" : [ { + "name" : "MIT License", + "url" : "https://github.com/eed3si9n/scalaxb/blob/master/LICENSE" + } ], + "sbt" : false +} \ No newline at end of file diff --git a/mvn-scalaxb/pom.xml b/mvn-scalaxb/pom.xml index b698f07a5..8ba3de411 100644 --- a/mvn-scalaxb/pom.xml +++ b/mvn-scalaxb/pom.xml @@ -10,7 +10,7 @@ org.scalaxb scalaxb-maven-plugin - 1.0.2-SNAPSHOT + 1.0.2 maven-plugin scalaxb Maven Plugin diff --git a/project/build.scala b/project/build.scala index 08dc781e8..b031f0055 100644 --- a/project/build.scala +++ b/project/build.scala @@ -8,13 +8,13 @@ object Builds extends Build { import conscript.Harness.conscriptSettings lazy val buildSettings = Defaults.defaultSettings ++ customLsSettings ++ Seq( - version := "1.0.2-SNAPSHOT", + version := "1.0.2", organization := "org.scalaxb", homepage := Some(url("http://scalaxb.org")), licenses := Seq("MIT License" -> url("https://github.com/eed3si9n/scalaxb/blob/master/LICENSE")), description := """scalaxb is an XML data-binding tool for Scala that supports W3C XML Schema (xsd) and wsdl.""", - scalaVersion := "2.10.0", - crossScalaVersions := Seq("2.10.0", "2.9.2", "2.9.1"), + scalaVersion := "2.10.1", + crossScalaVersions := Seq("2.10.1", "2.9.2", "2.9.1"), scalacOptions := Seq("-deprecation", "-unchecked"), pomExtra := ( git@github.com:eed3si9n/scalaxb.git diff --git a/sbt-scalaxb/src/main/ls/1.0.2.json b/sbt-scalaxb/src/main/ls/1.0.2.json new file mode 100644 index 000000000..621dd66e0 --- /dev/null +++ b/sbt-scalaxb/src/main/ls/1.0.2.json @@ -0,0 +1,17 @@ +{ + "organization" : "org.scalaxb", + "name" : "sbt-scalaxb", + "version" : "1.0.2", + "description" : "sbt plugin to run scalaxb", + "site" : "http://scalaxb.org", + "tags" : [ "xml", "soap", "wsdl", "code-generation" ], + "docs" : "", + "resolvers" : [ "https://oss.sonatype.org/content/repositories/public" ], + "dependencies" : [ ], + "scalas" : [ "2.9.2" ], + "licenses" : [ { + "name" : "MIT License", + "url" : "https://github.com/eed3si9n/scalaxb/blob/master/LICENSE" + } ], + "sbt" : true +} \ No newline at end of file diff --git a/src/main/conscript/scalaxb/launchconfig b/src/main/conscript/scalaxb/launchconfig index 9089e8b66..e3c5d40fd 100644 --- a/src/main/conscript/scalaxb/launchconfig +++ b/src/main/conscript/scalaxb/launchconfig @@ -1,11 +1,11 @@ [app] - version: 1.0.1 + version: 1.0.2 org: org.scalaxb name: scalaxb_2.10 class: scalaxb.compiler.SbtApp cross-versioned: false [scala] - version: 2.10.0 + version: 2.10.1 [repositories] sonatype-public: https://oss.sonatype.org/content/repositories/public/ maven-central