Skip to content

Commit

Permalink
version 1.11.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
minkikim89 committed Jul 30, 2020
1 parent 24b869e commit 4e0b911
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2020-07-30 [version 1.11.6.2]
* [Doc] Fix the javadoc generation errors

2020-07-22 [version 1.11.6]
* [FEATURE] added old string key generator for the backward compatibility.
* [FEATURE] upgrade to the latest log4j version (2.8.2 => 2.13.3).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ The artifact for arcus-spring is in the central Maven repository. To use it, add
<dependency>
<groupId>com.navercorp.arcus</groupId>
<artifactId>arcus-spring</artifactId>
<version>1.11.6</version>
<version>1.11.6.2</version>
</dependency>
</dependencies>
```

#### Gradle (build.gradle)
```
dependencies {
compile 'com.navercorp.arcus:arcus-spring:1.11.6'
compile 'com.navercorp.arcus:arcus-spring:1.11.6.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>arcus-spring</name>
<packaging>jar</packaging>
<url>https://github.com/naver/arcus-spring</url>
<version>1.11.6</version>
<version>1.11.6.2</version>

<properties>
<org.springframework.version>4.3.0.RELEASE</org.springframework.version>
Expand Down

0 comments on commit 4e0b911

Please sign in to comment.