Skip to content

Commit

Permalink
version 0.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
brido4125 authored and uhm0311 committed Jul 3, 2024
1 parent 71865dd commit c272605
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
2024-07-01 [version 0.0.1-SNAPSHOT]
## 🐣 New Features
* arcus-test-container 0.0.1-SNAPSHOT is opened. (Apache License 2.0)
* Add ArcusContainer for single node cache server.
* Add ArcusClusterContainer for cluster cache servers.
## ✅ Testing
* Add unit test for ArcusContainer and ArcusClusterContainer.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ ___
### Gradle
```groovy
dependencies {
testImplementation "com.jam2in:arcus-test-container:1.0.0-SNAPSHOT"
testImplementation "com.jam2in.arcus:arcus-test-container:0.0.1-SNAPSHOT"
}
```

### Maven
```xml
<dependency>
<groupId>com.jam2in</groupId>
<groupId>com.jam2in.arcus</groupId>
<artifactId>arcus-test-container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
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>com.jam2in</groupId>
<groupId>com.jam2in.arcus</groupId>
<artifactId>arcus-test-container</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down

0 comments on commit c272605

Please sign in to comment.