This commit is contained in:
Yang Cao 2018-08-13 21:52:47 -04:00
Родитель a759d0dd81
Коммит edee296b96
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -29,7 +29,7 @@ Maven is the preferred way to referencing this library.
<dependency>
<groupId>com.microsoft.alm</groupId>
<artifactId>auth-providers</artifactId>
   <version>0.6.3</version>
   <version>0.6.4</version>
</dependency>
```
@ -39,7 +39,7 @@ If only interested in specific modules:
<dependency>
<groupId>com.microsoft.alm</groupId>
<artifactId>auth-secure-storage</artifactId>
   <version>0.6.3</version>
   <version>0.6.4</version>
</dependency>
```
@ -47,7 +47,7 @@ If only interested in specific modules:
<dependency>
<groupId>com.microsoft.alm</groupId>
<artifactId>auth-core</artifactId>
   <version>0.6.3</version>
   <version>0.6.4</version>
</dependency>
```

Просмотреть файл

@ -6,7 +6,7 @@ Licensed under the MIT license. See License.txt in the project root. -->
<parent>
<groupId>com.microsoft.alm</groupId>
<artifactId>auth-lib-parent</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.5-SNAPSHOT</version>
</parent>
<artifactId>auth-sample</artifactId>
<packaging>jar</packaging>