Skip to content

Commit

Permalink
DOC: Fix groupId.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhm0311 authored and jhpark816 committed Jul 3, 2024
1 parent 9268eea commit 71865dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ ___
### Gradle
```groovy
dependencies {
testImplementation "org.jam2in:arcus-test-container:1.0.0-SNAPSHOT"
testImplementation "com.jam2in:arcus-test-container:1.0.0-SNAPSHOT"
}
```

### Maven
```xml
<dependency>
<groupId>org.jam2in</groupId>
<groupId>com.jam2in</groupId>
<artifactId>arcus-test-container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.jam2in</groupId>
<groupId>com.jam2in</groupId>
<artifactId>arcus-test-container</artifactId>
<version>1.0-SNAPSHOT</version>

Expand Down

0 comments on commit 71865dd

Please sign in to comment.