Skip to content

Commit 3a40527

Browse files
committed
Fixed badges of version and CI in homepage. Removed leftover references to old org ojp-jdbc-proxy.
1 parent 0b02144 commit 3a40527

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,6 @@ jobs:
176176
uses: peter-evans/repository-dispatch@v3
177177
with:
178178
token: ${{ secrets.INTEGRATION_REPO_PAT }}
179-
repository: Open-JDBC-Proxy/ojp-framework-integration
179+
repository: Open-J-Proxy/ojp-framework-integration
180180
event-type: ojp-updated
181181
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
# Open J Proxy
33

4-
![Release](https://img.shields.io/github/v/release/Open-JDBC-Proxy/ojp?include_prereleases)
5-
[![Main CI](https://github.com/Open-JDBC-Proxy/ojp/actions/workflows/main.yml/badge.svg)](https://github.com/Open-JDBC-Proxy/ojp/actions/workflows/main.yml)
6-
[![Spring Boot/Micronaut/Quarkus Integration](https://github.com/Open-JDBC-Proxy/ojp-framework-integration/actions/workflows/main.yml/badge.svg)](https://github.com/Open-JDBC-Proxy/ojp-framework-integration/actions/workflows/main.yml)
4+
![Release](https://img.shields.io/github/v/release/Open-J-Proxy/ojp?include_prereleases)
5+
[![Main CI](https://github.com/Open-J-Proxy/ojp/actions/workflows/main.yml/badge.svg)](https://github.com/Open-J-Proxy/ojp/actions/workflows/main.yml)
6+
[![Spring Boot/Micronaut/Quarkus Integration](https://github.com/Open-J-Proxy/ojp-framework-integration/actions/workflows/main.yml/badge.svg)](https://github.com/Open-J-Proxy/ojp-framework-integration/actions/workflows/main.yml)
77

88
A JDBC Driver and Layer 7 Proxy Server to decouple applications from relational database connection management.
99

documents/code-contributions/setup_and_testing_ojp_source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
1. **Clone the repository**
1010
```bash
11-
git clone https://github.com/Open-JDBC-Proxy/ojp.git
11+
git clone https://github.com/Open-J-Proxy/ojp.git
1212
cd ojp
1313
```
1414

documents/fat-jar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ OpenJDK 64-Bit Server VM (build 22.0.1+8-16, mixed mode, sharing)
2828
### 1. Clone the Repository
2929

3030
```bash
31-
git clone https://github.com/Open-JDBC-Proxy/ojp.git
31+
git clone https://github.com/Open-J-Proxy/ojp.git
3232
cd ojp
3333
```
3434

ojp-jdbc-driver/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@
176176

177177
<!-- Add SCM and project info for Maven Central requirements -->
178178
<scm>
179-
<url>https://github.com/Open-JDBC-Proxy/ojp</url>
180-
<connection>scm:git:https://github.com/Open-JDBC-Proxy/ojp.git</connection>
181-
<developerConnection>scm:git:ssh://git@github.com:Open-JDBC-Proxy/ojp.git</developerConnection>
179+
<url>https://github.com/Open-J-Proxy/ojp</url>
180+
<connection>scm:git:https://github.com/Open-J-Proxy/ojp.git</connection>
181+
<developerConnection>scm:git:ssh://git@github.com:Open-J-Proxy/ojp.git</developerConnection>
182182
<tag>HEAD</tag>
183183
</scm>
184184

@@ -201,7 +201,7 @@
201201
</developer>
202202
</developers>
203203

204-
<url>https://github.com/Open-JDBC-Proxy/ojp</url>
204+
<url>https://github.com/Open-J-Proxy/ojp</url>
205205
<description>JDBC driver for OJP (Open J Proxy)</description>
206206

207207
</project>

ojp-server/src/main/java/org/openjproxy/grpc/server/ConnectionAcquisitionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* connection pool was exhausted. The solution relies on HikariCP's built-in timeout
1717
* mechanisms while providing enhanced error reporting with pool statistics.
1818
*
19-
* @see <a href="https://github.com/Open-JDBC-Proxy/ojp/issues/29">Issue #29</a>
19+
* @see <a href="https://github.com/Open-J-Proxy/ojp/issues/29">Issue #29</a>
2020
*/
2121
@Slf4j
2222
public class ConnectionAcquisitionManager {

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>pom</packaging>
1010

1111
<name>OJP Parent</name>
12-
<url>https://github.com/Open-JDBC-Proxy/ojp</url>
12+
<url>https://github.com/Open-J-Proxy/ojp</url>
1313
<description>Parent pom for OJP (Open J Proxy)</description>
1414

1515
<modules>
@@ -81,9 +81,9 @@
8181

8282
<!-- Add SCM and project info for Maven Central requirements -->
8383
<scm>
84-
<url>https://github.com/Open-JDBC-Proxy/ojp</url>
85-
<connection>scm:git:https://github.com/Open-JDBC-Proxy/ojp.git</connection>
86-
<developerConnection>scm:git:ssh://git@github.com/Open-JDBC-Proxy/ojp.git</developerConnection>
84+
<url>https://github.com/Open-J-Proxy/ojp</url>
85+
<connection>scm:git:https://github.com/Open-J-Proxy/ojp.git</connection>
86+
<developerConnection>scm:git:ssh://git@github.com/Open-J-Proxy/ojp.git</developerConnection>
8787
<tag>HEAD</tag>
8888
</scm>
8989

0 commit comments

Comments
 (0)