Skip to content

Commit 4950c38

Browse files
committed
feat: update repo URLs
1 parent 705a540 commit 4950c38

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
JDBC Adapter
22
====
33

4-
[![build](https://github.com/jcasbin/jdbc-adapter/actions/workflows/maven-ci.yml/badge.svg)](https://github.com/jcasbin/jdbc-adapter/actions/workflows/maven-ci.yml)
5-
[![codecov](https://codecov.io/gh/jcasbin/jdbc-adapter/branch/master/graph/badge.svg?token=YoXB4Wmvrb)](https://codecov.io/gh/jcasbin/jdbc-adapter)
4+
[![build](https://github.com/apache/casbin-jcasbin-jdbc-adapter/actions/workflows/maven-ci.yml/badge.svg)](https://github.com/apache/casbin-jcasbin-jdbc-adapter/actions/workflows/maven-ci.yml)
5+
[![codecov](https://codecov.io/gh/apache/casbin-jcasbin-jdbc-adapter/branch/master/graph/badge.svg?token=YoXB4Wmvrb)](https://codecov.io/gh/apache/casbin-jcasbin-jdbc-adapter)
66
[![Javadocs](https://www.javadoc.io/badge/org.casbin/jdbc-adapter.svg)](https://www.javadoc.io/doc/org.casbin/jdbc-adapter)
77
[![Maven Central](https://img.shields.io/maven-central/v/org.casbin/jdbc-adapter.svg)](https://mvnrepository.com/artifact/org.casbin/jdbc-adapter/latest)
88
[![Discord](https://img.shields.io/discord/1022748306096537660?logo=discord&label=discord&color=5865F2)](https://discord.gg/S5UjpzGZjN)

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010

1111
<name>JDBC Adapter for JCasbin</name>
1212
<description>Load policy from JDBC supported database or save policy to it</description>
13-
<url>https://github.com/jcasbin/jdbc-adapter</url>
13+
<url>https://github.com/apache/casbin-jcasbin-jdbc-adapter</url>
1414
<inceptionYear>2018</inceptionYear>
1515

1616
<issueManagement>
1717
<system>Github</system>
18-
<url>https://github.com/jcasbin/jdbc-adapter/issues</url>
18+
<url>https://github.com/apache/casbin-jcasbin-jdbc-adapter/issues</url>
1919
</issueManagement>
2020

2121
<parent>
@@ -31,8 +31,8 @@
3131
</license>
3232
</licenses>
3333
<scm>
34-
<url>https://github.com/jcasbin/jdbc-adapter</url>
35-
<connection>git@github.com:jcasbin/jdbc-adapter.git</connection>
34+
<url>https://github.com/apache/casbin-jcasbin-jdbc-adapter</url>
35+
<connection>git@github.com:apache/casbin-jcasbin-jdbc-adapter.git</connection>
3636
<developerConnection>https://github.com/hsluoyz</developerConnection>
3737
</scm>
3838
<developers>

0 commit comments

Comments
 (0)