Skip to content

Commit 6ac26c3

Browse files
Merge pull request #82 from scalecube/develop
Fixed javadoc [skip ci] prepare release v1.0.10
1 parent a966ab2 commit 6ac26c3

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
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.10-SNAPSHOT</version>
7+
<version>1.0.10</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.10-SNAPSHOT</version>
13+
<version>1.0.10</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>HEAD</tag>
23+
<tag>v1.0.10</tag>
2424
</scm>
2525

2626
<modules>

tokens/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>io.scalecube</groupId>
97
<artifactId>scalecube-security-parent</artifactId>
10-
<version>1.0.10-SNAPSHOT</version>
8+
<version>1.0.10</version>
119
</parent>
1210

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

0 commit comments

Comments
 (0)