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 committed Jul 2, 2024
1 parent f01cf16 commit 8ef810a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ___
### Gradle
```groovy
dependencies {
testImplementation "org.jam2in:arcus-test-container:1.0.0-SNAPSHOT"
testImplementation "org.jam2in:arcus-test-container:0.0.1-SNAPSHOT"
}
```

Expand All @@ -19,7 +19,7 @@ dependencies {
<dependency>
<groupId>org.jam2in</groupId>
<artifactId>arcus-test-container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.jam2in</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 8ef810a

Please sign in to comment.