Skip to content

Commit

Permalink
[1.0.7] Attempt to fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashendrickx committed Oct 18, 2023
1 parent 81996cd commit 09a4ceb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ The official [Bitwarden Passwordless.dev](https://passwordless.dev/) Java librar
<dependency>
<groupId>com.bitwarden</groupId>
<artifactId>passwordless</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```

**Gradle**: add to the `dependencies` in *gradle.build* file:

```groovy
implementation group: 'com.bitwarden', name: 'passwordless', version: '1.0.6'
implementation group: 'com.bitwarden', name: 'passwordless', version: '1.0.7'
```

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot-3-jdk-17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.bitwarden</groupId>
<artifactId>passwordless</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.bitwarden</groupId>
<artifactId>passwordless</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<name>passwordless</name>
<description>Passwordless.dev Java SDK</description>
<packaging>jar</packaging>
Expand All @@ -18,7 +18,7 @@

<scm>
<url>https://github.com/passwordless/passwordless-java</url>
<connection>scm:git:https://github.com/passwordless/passwordless-java.git</connection>
<connection>scm:git:git@github.com:passwordless/passwordless-java.git</connection>
<developerConnection>scm:git:[email protected]:passwordless/passwordless-java.git</developerConnection>
</scm>

Expand Down

0 comments on commit 09a4ceb

Please sign in to comment.