Skip to content

Commit

Permalink
Merge pull request #232 from mkurz/org.playframework
Browse files Browse the repository at this point in the history
Switch to `org.playframework` groupId
  • Loading branch information
mkurz authored Oct 5, 2023
2 parents d4ab42f + 99f5647 commit 1335fef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![OpenCollective](https://img.shields.io/opencollective/all/playframework?label=financial%20contributors&logo=open-collective)](https://opencollective.com/playframework)

[![Build Status](https://github.com/playframework/play-file-watch/actions/workflows/build-test.yml/badge.svg)](https://github.com/playframework/play-file-watch/actions/workflows/build-test.yml)
[![Maven](https://img.shields.io/maven-central/v/com.typesafe.play/play-file-watch_2.13.svg?logo=apache-maven)](https://mvnrepository.com/artifact/com.typesafe.play/play-file-watch_2.13)
[![Maven](https://img.shields.io/maven-central/v/org.playframework/play-file-watch_2.13.svg?logo=apache-maven)](https://mvnrepository.com/artifact/org.playframework/play-file-watch_2.13)
[![Repository size](https://img.shields.io/github/repo-size/playframework/play-file-watch.svg?logo=git)](https://github.com/playframework/play-file-watch)
[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://api.mergify.com/v1/badges/playframework/play-file-watch&style=flat)](https://mergify.com)
Expand Down
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ lazy val `play-file-watch` = project
"org.specs2" %% "specs2-core" % "4.20.2" % Test
),
Test / parallelExecution := false,
mimaPreviousArtifacts := Set(
organization.value %% name.value % previousStableVersion.value
.getOrElse(throw new Error("Unable to determine previous version"))
),
mimaFailOnNoPrevious := false, // TODO: revert
mimaBinaryIssueFilters ++= Seq(
)
)
Expand Down
2 changes: 1 addition & 1 deletion project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object Common extends AutoPlugin {

override def globalSettings =
Seq(
organization := "com.typesafe.play",
organization := "org.playframework",
organizationName := "The Play Framework Project",
organizationHomepage := Some(url("https://playframework.com/")),
homepage := Some(url(s"https://github.com/playframework/${repoName}")),
Expand Down

0 comments on commit 1335fef

Please sign in to comment.