Skip to content

Commit 71cb20c

Browse files
committed
Update links to the Lightbend GitHub organization
1 parent 02bb828 commit 71cb20c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GenJavaDoc
22

3-
[![Build Status](https://travis-ci.org/typesafehub/genjavadoc.svg?branch=master)](https://travis-ci.org/typesafehub/genjavadoc)
3+
[![Build Status](https://travis-ci.org/lightbend/genjavadoc.svg?branch=master)](https://travis-ci.org/lightbend/genjavadoc)
44

55
This project’s goal is the creation of real JavaDoc for Scala projects. While ScalaDoc—the native API documentation format of Scala—has several benefits over JavaDoc, Java programmers are very much used to having access to API documentation in a syntax matching their programming language of choice. Another motivating factor may be that javadoc-JARs are supported within IDE, e.g. showing tooltip help texts.
66

RELEASING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Creating a regular release
22

3-
1. Create a [new release](https://github.com/typesafehub/genjavadoc/releases/new) with:
3+
1. Create a [new release](https://github.com/lightbend/genjavadoc/releases/new) with:
44
* the next tag version (e.g. `v0.11`)
55
* title and release description including notable changes
6-
* link to the [milestone](https://github.com/typesafehub/genjavadoc/milestones) showing an overview of closed issues for this release
6+
* link to the [milestone](https://github.com/lightbend/genjavadoc/milestones) showing an overview of closed issues for this release
77
2. Checkout the newly created tag and publish the release by running `sbt publishSigned`. You will have to have Sonatype OSS repository rights to publish under `com.typesafe` organisation.
88
3. Login to [Sonatype](https://oss.sonatype.org/) to close and release the repository.
99

@@ -16,4 +16,4 @@ It is often the case when this compiler plugin needs to be released for a newly
1616
* tag, if the master has unlrealeased features or bug fixes. In this case you will need to cherry pick the commit that adds support for the new Scala version.
1717
2. Create a file `version.sbt` containing `version in ThisBuild := "0.11"` which sets the version to be back-released. This will override the automatic version derivation from the git history.
1818
3. Publish the release by running `sbt publishSigned`. You will have to have Sonatype OSS repository rights to publish under `com.typesafe` organisation.
19-
4. Login to [Sonatype](https://oss.sonatype.org/) to close and release the repository.
19+
4. Login to [Sonatype](https://oss.sonatype.org/) to close and release the repository.

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ lazy val defaults = Seq(
7676
},
7777
pomExtra :=
7878
(<inceptionYear>2012</inceptionYear>
79-
<url>http://github.com/typesafehub/genjavadoc</url>
79+
<url>http://github.com/lightbend/genjavadoc</url>
8080
<licenses>
8181
<license>
8282
<name>Apache 2</name>
@@ -85,8 +85,8 @@ lazy val defaults = Seq(
8585
</license>
8686
</licenses>
8787
<scm>
88-
<url>git://github.com/typesafehub/genjavadoc.git</url>
89-
<connection>scm:git:git@github.com:typesafehub/genjavadoc.git</connection>
88+
<url>git://github.com/lightbend/genjavadoc.git</url>
89+
<connection>scm:git:git@github.com:lightbend/genjavadoc.git</connection>
9090
</scm>) ++ makeDevelopersXml(Map(
9191
"rkuhn" -> "Roland Kuhn")))
9292

0 commit comments

Comments
 (0)