Skip to content

Commit

Permalink
1.8.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Sep 25, 2021
1 parent 136a3a4 commit 5d928be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -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"))
Expand Down
2 changes: 1 addition & 1 deletion mvn-scalaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.scalaxb</groupId>
<artifactId>scalaxb-maven-plugin</artifactId>
<version>1.8.1</version>
<version>1.8.3-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>scalaxb Maven Plugin</name>
Expand Down

0 comments on commit 5d928be

Please sign in to comment.