Skip to content

Commit 4841f91

Browse files
committed
fix: update Maven and Gradle dependency references to NighterDevelopment
1 parent ea5a782 commit 4841f91

3 files changed

Lines changed: 7 additions & 47 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,20 +117,20 @@ jobs:
117117
### 🔗 Maven Dependency
118118
```xml
119119
<dependency>
120-
<groupId>io.github.pluginlangcore</groupId>
121-
<artifactId>pluginlangcore</artifactId>
120+
<groupId>com.github.NighterDevelopment</groupId>
121+
<artifactId>PluginLangCore</artifactId>
122122
<version>${{ env.VERSION }}</version>
123123
</dependency>
124124
```
125125
126126
### 🔗 Gradle Dependency (Kotlin DSL)
127127
```kotlin
128-
implementation("io.github.pluginlangcore:pluginlangcore:${{ env.VERSION }}")
128+
implementation("com.github.NighterDevelopment:PluginLangCore:${{ env.VERSION }}")
129129
```
130130
131131
### 🔗 Gradle Dependency (Groovy)
132132
```groovy
133-
implementation 'io.github.pluginlangcore:pluginlangcore:${{ env.VERSION }}'
133+
implementation 'com.github.NighterDevelopment:PluginLangCore:${{ env.VERSION }}'
134134
```
135135
draft: false
136136
prerelease: false

.github/workflows/version-bump.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ A comprehensive, high-performance language and message management library for Mi
2828

2929
<dependencies>
3030
<dependency>
31-
<groupId>io.github.pluginlangcore</groupId>
32-
<artifactId>pluginlangcore</artifactId>
31+
<groupId>com.github.NighterDevelopment</groupId>
32+
<artifactId>PluginLangCore</artifactId>
3333
<version>1.0.0</version>
3434
<scope>compile</scope>
3535
</dependency>
@@ -44,7 +44,7 @@ repositories {
4444
}
4545
4646
dependencies {
47-
implementation 'io.github.pluginlangcore:pluginlangcore:1.0.0'
47+
implementation 'com.github.NighterDevelopment:PluginLangCore:1.0.0'
4848
}
4949
```
5050

0 commit comments

Comments
 (0)