Skip to content

Commit 748bea4

Browse files
committed
Update version in manifests and changelog
1 parent 0273a70 commit 748bea4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@
1010
+ Update interface name so as be intuitive
1111
+ Update corresponding test cases
1212
+ Include Issue/PR templates
13-
+ Include Contribution template
13+
+ Include Contribution template
14+
### V1.1.1-SNAPSHOT
15+
+ Minor refactoring
16+
+ Update documentation
17+
+ Update templates

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'com.github.kt3k.coveralls' version '2.6.3'
55
}
66

7-
version '1.1.0-SNAPSHOT'
7+
version '1.1.1-SNAPSHOT'
88

99
tasks.withType(JavaCompile) {
1010
options.encoding = "UTF-8"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.api.util</groupId>
44
<artifactId>ApiSecurity</artifactId>
5-
<version>1.1.0-SNAPSHOT</version>
5+
<version>1.1.1-SNAPSHOT</version>
66
<build>
77
<plugins>
88
<plugin>

0 commit comments

Comments
 (0)