This commit is contained in:
Yang Cao 2016-07-01 12:42:27 -04:00
Родитель 75f398c1b6
Коммит 4c6f797a5a
7 изменённых файлов: 9 добавлений и 9 удалений

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

@ -31,7 +31,7 @@ Maven is the preferred way to referencing this library.
<dependency>
<groupId>com.microsoft.alm</groupId>
<artifactId>auth-providers</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</dependency>
```
@ -41,7 +41,7 @@ If only interested in specific modules:
<dependency>
<groupId>com.microsoft.alm</groupId>
<artifactId>auth-secure-storage</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</dependency>
```
@ -49,7 +49,7 @@ If only interested in specific modules:
<dependency>
<groupId>com.microsoft.alm</groupId>
<artifactId>auth-core</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</dependency>
```

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

@ -5,7 +5,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.2.2</version>
<version>0.3.0-SNAPSHOT</version>
</parent>
<artifactId>auth-common</artifactId>
<packaging>jar</packaging>

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

@ -5,7 +5,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.2.2</version>
<version>0.3.0-SNAPSHOT</version>
</parent>
<artifactId>auth-core</artifactId>
<packaging>jar</packaging>

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

@ -5,7 +5,7 @@ Licensed under the MIT license. See License.txt in the project root. -->
<groupId>com.microsoft.alm</groupId>
<artifactId>auth-lib-parent</artifactId>
<version>0.2.2</version>
<version>0.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Authentication Library for Visual Studio Team Services and Team Foundation Server</name>

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

@ -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.2.2</version>
<version>0.3.0-SNAPSHOT</version>
</parent>
<artifactId>auth-providers</artifactId>
<packaging>jar</packaging>

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

@ -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.2.2</version>
<version>0.3.0-SNAPSHOT</version>
</parent>
<artifactId>auth-sample</artifactId>
<packaging>jar</packaging>

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

@ -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.2.2</version>
<version>0.3.0-SNAPSHOT</version>
</parent>
<artifactId>auth-secure-storage</artifactId>
<packaging>jar</packaging>