File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments