Skip to content

Commit 5124685

Browse files
update travis url
1 parent f85acef commit 5124685

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<img src="https://raw.githubusercontent.com/kotlin-orm/ktorm-docs/master/source/images/logo-full.png" alt="Ktorm" width="300" />
33
</p>
44
<p align="center">
5-
<a href="https://www.travis-ci.org/vincentlauvlwj/Ktorm">
6-
<img src="https://www.travis-ci.org/vincentlauvlwj/Ktorm.svg?branch=master" alt="Build Status" />
5+
<a href="https://www.travis-ci.org/kotlin-orm/ktorm">
6+
<img src="https://www.travis-ci.org/kotlin-orm/ktorm.svg?branch=master" alt="Build Status" />
77
</a>
88
<a href="https://search.maven.org/search?q=g:%22me.liuwj.ktorm%22">
99
<img src="https://img.shields.io/maven-central/v/me.liuwj.ktorm/ktorm-core.svg?label=Maven%20Central" alt="Maven Central" />

README_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<img src="https://raw.githubusercontent.com/kotlin-orm/ktorm-docs/master/source/images/logo-full.png" alt="Ktorm" width="300" />
33
</p>
44
<p align="center">
5-
<a href="https://www.travis-ci.org/vincentlauvlwj/Ktorm">
6-
<img src="https://www.travis-ci.org/vincentlauvlwj/Ktorm.svg?branch=master" alt="Build Status" />
5+
<a href="https://www.travis-ci.org/kotlin-orm/ktorm">
6+
<img src="https://www.travis-ci.org/kotlin-orm/ktorm.svg?branch=master" alt="Build Status" />
77
</a>
88
<a href="https://search.maven.org/search?q=g:%22me.liuwj.ktorm%22">
99
<img src="https://img.shields.io/maven-central/v/me.liuwj.ktorm/ktorm-core.svg?label=Maven%20Central" alt="Maven Central" />

README_jp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<img src="https://raw.githubusercontent.com/kotlin-orm/ktorm-docs/master/source/images/logo-full.png" alt="Ktorm" width="300" />
33
</p>
44
<p align="center">
5-
<a href="https://www.travis-ci.org/vincentlauvlwj/Ktorm">
6-
<img src="https://www.travis-ci.org/vincentlauvlwj/Ktorm.svg?branch=master" alt="Build Status" />
5+
<a href="https://www.travis-ci.org/kotlin-orm/ktorm">
6+
<img src="https://www.travis-ci.org/kotlin-orm/ktorm.svg?branch=master" alt="Build Status" />
77
</a>
88
<a href="https://search.maven.org/search?q=g:%22me.liuwj.ktorm%22">
99
<img src="https://img.shields.io/maven-central/v/me.liuwj.ktorm/ktorm-core.svg?label=Maven%20Central" alt="Maven Central" />

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ subprojects { project ->
7878
pom {
7979
name = project.name
8080
description = "A lightweight ORM Framework for Kotlin with strong typed SQL DSL and sequence APIs."
81-
url = "https://github.com/vincentlauvlwj/Ktorm"
81+
url = "https://github.com/kotlin-orm/ktorm"
8282
licenses {
8383
license {
8484
name = "The Apache Software License, Version 2.0"
@@ -128,7 +128,7 @@ subprojects { project ->
128128
}
129129
}
130130
scm {
131-
url = "https://github.com/vincentlauvlwj/Ktorm.git"
131+
url = "https://github.com/kotlin-orm/ktorm.git"
132132
}
133133
}
134134
}
@@ -145,7 +145,7 @@ subprojects { project ->
145145
repo = "maven"
146146
name = project.name
147147
licenses = ["Apache-2.0"]
148-
vcsUrl = "https://github.com/vincentlauvlwj/Ktorm.git"
148+
vcsUrl = "https://github.com/kotlin-orm/ktorm.git"
149149
labels = ["Kotlin", "ORM", "SQL"]
150150

151151
version {

0 commit comments

Comments
 (0)