Skip to content

Commit ee6172d

Browse files
Merge pull request #83 from scalecube/update-dependecies
Updated dependencies [skip ci] prepare for next development iteration
1 parent 67fe87c commit ee6172d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.scalecube</groupId>
66
<artifactId>scalecube-security-parent</artifactId>
7-
<version>1.0.11-RC1</version>
7+
<version>1.0.11-RC2-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>scalecube-security-jwt</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>scalecube-security-parent</artifactId>
13-
<version>1.0.11-RC1</version>
13+
<version>1.0.11-RC2-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>ScaleCube Security</name>
@@ -20,7 +20,7 @@
2020
<connection>scm:git:[email protected]:scalecube/scalecube-security.git</connection>
2121
<developerConnection>scm:git:[email protected]:scalecube/scalecube-security.git
2222
</developerConnection>
23-
<tag>v1.0.11-RC1</tag>
23+
<tag>HEAD</tag>
2424
</scm>
2525

2626
<modules>

tokens/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.scalecube</groupId>
77
<artifactId>scalecube-security-parent</artifactId>
8-
<version>1.0.11-RC1</version>
8+
<version>1.0.11-RC2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>scalecube-security-tokens</artifactId>

0 commit comments

Comments
 (0)