From 5d928be7d0b30afc03399e5fccbb10f3ea424cc2 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sat, 25 Sep 2021 18:37:51 -0400 Subject: [PATCH] 1.8.3-SNAPSHOT --- build.sbt | 2 +- mvn-scalaxb/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 3ec71af7..f4a69054 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import Dependencies._ import Common._ -ThisBuild / version := "1.8.2-SNAPSHOT" +ThisBuild / version := "1.8.3-SNAPSHOT" ThisBuild / organization := "org.scalaxb" ThisBuild / homepage := Option(url("http://scalaxb.org")) ThisBuild / licenses := List("MIT License" -> url("https://github.com/eed3si9n/scalaxb/blob/master/LICENSE")) diff --git a/mvn-scalaxb/pom.xml b/mvn-scalaxb/pom.xml index 977b1a18..3abc368b 100644 --- a/mvn-scalaxb/pom.xml +++ b/mvn-scalaxb/pom.xml @@ -10,7 +10,7 @@ org.scalaxb scalaxb-maven-plugin - 1.8.1 + 1.8.3-SNAPSHOT maven-plugin scalaxb Maven Plugin