Skip to content

Commit

Permalink
Merge pull request #634 from xuwei-k/master-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Oct 7, 2023
2 parents 6792efb + 99367ed commit af3c63e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ Contacts
- [mailing list](http://groups.google.com/group/scalaxb)
- [@scalaxb](http://twitter.com/scalaxb)

[1]: https://github.com/eed3si9n/scalaxb/blob/master/INSTALL.md
[1]: https://github.com/eed3si9n/scalaxb/blob/HEAD/INSTALL.md
[2]: http://scalaxb.org/mvn-scalaxb
[3]: http://scalaxb.org/issue-reporting-guideline
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Common._
ThisBuild / version := "1.10.1-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"))
ThisBuild / licenses := List("MIT License" -> url("https://github.com/eed3si9n/scalaxb/blob/HEAD/LICENSE"))
ThisBuild / description := """scalaxb is an XML data-binding tool for Scala that supports W3C XML Schema (xsd) and wsdl."""
ThisBuild / publishMavenStyle := true
ThisBuild / pomIncludeRepository := { x => false }
Expand Down
2 changes: 1 addition & 1 deletion mvn-scalaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<licenses>
<license>
<name>The MIT License</name>
<url>https://raw.github.com/eed3si9n/scalaxb/master/mvn-scalaxb/LICENSE</url>
<url>https://raw.github.com/eed3si9n/scalaxb/HEAD/mvn-scalaxb/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down

0 comments on commit af3c63e

Please sign in to comment.