Update to snapshot version
This commit is contained in:
Родитель
75f398c1b6
Коммит
4c6f797a5a
|
@ -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>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче