Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to com.github.sbt #205

Merged
merged 2 commits into from
Mar 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ The latest version supporting Java 7 was `0.9.3`, while the latest version suppo

Latest:

Add the following to your `project/plugins.sbt` or `~/.sbt/0.13/plugins/plugins.sbt` file:
Add the following to your `project/plugins.sbt` or `~/.sbt/1.0/plugins/plugins.sbt` file:

addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")
addSbtPlugin("com.github.sbt" % "sbt-git" % "<version>")

Prior to sbt 0.13.5:

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
organization := "com.typesafe.sbt"
sonatypeProfileName := "com.typesafe"
organization := "com.github.sbt"
sonatypeProfileName := "com.github.sbt"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(if the sonatype profile name is equal to the organization I don't think it needs to be specified explicitly - but can't hurt)

name := "sbt-git"
licenses := Seq(("BSD-2-Clause", url("https://opensource.org/licenses/BSD-2-Clause")))
description := "An sbt plugin that offers git features directly inside sbt"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % sys.props("project.version"))
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % sys.props("project.version"))
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))
2 changes: 1 addition & 1 deletion src/sbt-test/git-versioning/find-tag/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % sys.props("project.version"))
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % sys.props("project.version"))
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % sys.props("project.version"))
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % sys.props("project.version"))
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % sys.props("project.version"))
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % sys.props("project.version"))
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % sys.props("project.version"))
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % sys.props("project.version"))
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))