File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'maven-publish'
4
4
apply plugin : ' signing'
5
5
6
6
// Define the version and group for the Maven package
7
- version = " 1.1.2 "
7
+ version = " 1.1.3 "
8
8
group = " net.servicestack"
9
9
10
10
if (project. hasProperty(' versionSuffix' )) {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'maven-publish'
4
4
apply plugin : ' signing'
5
5
6
6
// Define the version and group for the Maven package
7
- version = " 1.1.2 "
7
+ version = " 1.1.3 "
8
8
group = " net.servicestack"
9
9
10
10
if (project. hasProperty(' versionSuffix' )) {
Original file line number Diff line number Diff line change 47
47
<dependency >
48
48
<groupId >pl.pragmatists</groupId >
49
49
<artifactId >JUnitParams</artifactId >
50
- <version >1.1.2 </version >
50
+ <version >1.1.3 </version >
51
51
<scope >test</scope >
52
52
</dependency >
53
53
</dependencies >
You can’t perform that action at this time.
0 commit comments