Skip to content

Commit 62b0d33

Browse files
committed
Update groupId
1 parent 1ca6aa2 commit 62b0d33

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Additionally, you'll need the following dependency, which includes the LiquidJav
4747
#### Maven
4848
```xml
4949
<dependency>
50-
<groupId>io.github.rcosta358</groupId>
50+
<groupId>io.github.liquid-java</groupId>
5151
<artifactId>liquidjava-api</artifactId>
5252
<version>0.0.3</version>
5353
</dependency>
@@ -60,7 +60,7 @@ repositories {
6060
}
6161
6262
dependencies {
63-
implementation 'io.github.rcosta358:liquidjava-api:0.0.3'
63+
implementation 'io.github.liquid-java:liquidjava-api:0.0.3'
6464
}
6565
```
6666

liquidjava-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>io.github.rcosta358</groupId>
6+
<groupId>io.github.liquid-java</groupId>
77
<artifactId>liquidjava-api</artifactId>
88
<version>0.0.3</version>
99
<name>liquidjava-api</name>

liquidjava-api/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mvn -Dgpg.skip=false -Dmaven.deploy.skip=false clean deploy

liquidjava-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<version>${version.memcompiler}</version>
4949
</dependency>
5050
<dependency>
51-
<groupId>io.github.rcosta358</groupId>
51+
<groupId>io.github.liquid-java</groupId>
5252
<artifactId>liquidjava-api</artifactId>
5353
<version>0.0.3</version>
5454
</dependency>

liquidjava-verifier/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
</dependency>
173173

174174
<dependency>
175-
<groupId>io.github.rcosta358</groupId>
175+
<groupId>io.github.liquid-java</groupId>
176176
<artifactId>liquidjava-api</artifactId>
177177
<version>0.0.3</version>
178178
</dependency>

0 commit comments

Comments
 (0)