Skip to content

Commit e33032a

Browse files
committed
Update to 0.9.3-SNAPSHOT.
1 parent 45f2f14 commit e33032a

18 files changed

Lines changed: 22 additions & 17 deletions

File tree

  • bundles
    • org.opensmarthouse.core.auth.apitoken.provider
    • org.opensmarthouse.core.auth.apitoken
    • org.opensmarthouse.core.auth.cookie
    • org.opensmarthouse.core.auth.jwt.provider
    • org.opensmarthouse.core.auth.jwt
    • org.opensmarthouse.core.auth.local.provider
    • org.opensmarthouse.core.auth.local
    • org.opensmarthouse.core.auth.password
    • org.opensmarthouse.core.io.auth
    • org.opensmarthouse.core.io.http.auth.apitoken
    • org.opensmarthouse.core.io.http.auth.cookie
    • org.opensmarthouse.core.io.http.auth.jwt
    • org.opensmarthouse.core.io.http.facade
    • org.opensmarthouse.core.io.rest.auth.local
    • org.opensmarthouse.core.io.rest.auth
    • org.opensmarthouse.core.item.auth
    • org.opensmarthouse.core.karaf.jaas

bundles/org.opensmarthouse.core.auth.apitoken.provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opensmarthouse.core.bundles</groupId>
88
<artifactId>org.opensmarthouse.core.reactor.bundles</artifactId>
9-
<version>0.9.2-SNAPSHOT</version>
9+
<version>0.9.3-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>org.opensmarthouse.core.auth.apitoken.provider</artifactId>

bundles/org.opensmarthouse.core.auth.apitoken/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opensmarthouse.core.bundles</groupId>
88
<artifactId>org.opensmarthouse.core.reactor.bundles</artifactId>
9-
<version>0.9.2-SNAPSHOT</version>
9+
<version>0.9.3-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>org.opensmarthouse.core.auth.apitoken</artifactId>

bundles/org.opensmarthouse.core.auth.cookie/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opensmarthouse.core.bundles</groupId>
88
<artifactId>org.opensmarthouse.core.reactor.bundles</artifactId>
9-
<version>0.9.2-SNAPSHOT</version>
9+
<version>0.9.3-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>org.opensmarthouse.core.auth.cookie</artifactId>

bundles/org.opensmarthouse.core.auth.jwt.provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opensmarthouse.core.bundles</groupId>
88
<artifactId>org.opensmarthouse.core.reactor.bundles</artifactId>
9-
<version>0.9.2-SNAPSHOT</version>
9+
<version>0.9.3-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>org.opensmarthouse.core.auth.jwt.provider</artifactId>

bundles/org.opensmarthouse.core.auth.jwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opensmarthouse.core.bundles</groupId>
88
<artifactId>org.opensmarthouse.core.reactor.bundles</artifactId>
9-
<version>0.9.2-SNAPSHOT</version>
9+
<version>0.9.3-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>org.opensmarthouse.core.auth.jwt</artifactId>

bundles/org.opensmarthouse.core.auth.local.provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opensmarthouse.core.bundles</groupId>
88
<artifactId>org.opensmarthouse.core.reactor.bundles</artifactId>
9-
<version>0.9.2-SNAPSHOT</version>
9+
<version>0.9.3-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>org.opensmarthouse.core.auth.local.provider</artifactId>

bundles/org.opensmarthouse.core.auth.local/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opensmarthouse.core.bundles</groupId>
88
<artifactId>org.opensmarthouse.core.reactor.bundles</artifactId>
9-
<version>0.9.2-SNAPSHOT</version>
9+
<version>0.9.3-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>org.opensmarthouse.core.auth.local</artifactId>

bundles/org.opensmarthouse.core.auth.password/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opensmarthouse.core.bundles</groupId>
88
<artifactId>org.opensmarthouse.core.reactor.bundles</artifactId>
9-
<version>0.9.2-SNAPSHOT</version>
9+
<version>0.9.3-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>org.opensmarthouse.core.auth.password</artifactId>

bundles/org.opensmarthouse.core.io.auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opensmarthouse.core.bundles</groupId>
88
<artifactId>org.opensmarthouse.core.reactor.bundles</artifactId>
9-
<version>0.9.2-SNAPSHOT</version>
9+
<version>0.9.3-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>org.opensmarthouse.core.io.auth</artifactId>

bundles/org.opensmarthouse.core.io.http.auth.apitoken/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opensmarthouse.core.bundles</groupId>
88
<artifactId>org.opensmarthouse.core.reactor.bundles</artifactId>
9-
<version>0.9.2-SNAPSHOT</version>
9+
<version>0.9.3-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>org.opensmarthouse.core.io.http.auth.apitoken</artifactId>

0 commit comments

Comments
 (0)