Skip to content

Commit

Permalink
[138] athenz use standard convention for artifact Ids and jar names
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Avetisyan committed Jun 14, 2017
1 parent d4e8e3f commit 2bb2383
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docs/dev_centralized_access.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ the dependency on the Athenz auth_core Library:
```
<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>auth_core</artifactId>
<artifactId>athenz-auth-core</artifactId>
<version>1.X.Y</version>
</dependency>
```
Expand Down Expand Up @@ -85,7 +85,7 @@ the dependency on the Athenz zms java client Library:
```
<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>zms_java_client</artifactId>
<artifactId>athenz-zms-java-client</artifactId>
<version>1.X.Y</version>
</dependency>
```
Expand Down
6 changes: 3 additions & 3 deletions docs/dev_decentralized_access.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ the dependency on the Athenz auth_core Library:
```
<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>auth_core</artifactId>
<artifactId>athenz-auth-core</artifactId>
<version>1.X.Y</version>
</dependency>
```
Expand Down Expand Up @@ -92,7 +92,7 @@ the dependency on the ZTS Java Client Library:
```
<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>zts_java_client</artifactId>
<artifactId>athenz-zts-java-client</artifactId>
<version>1.X.Y</version>
</dependency>
```
Expand Down Expand Up @@ -393,7 +393,7 @@ your dependency on the ZPE Java Client Library:
```
<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>zpe_java_client</artifactId>
<artifactId>athenz-zpe-java-client</artifactId>
<version>1.X.Y</version>
</dependency>
```
Expand Down
8 changes: 4 additions & 4 deletions docs/example_java_centralized_access.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ to make sure you're using the latest release version:
```
<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>auth_core</artifactId>
<version>1.1.1</version>
<artifactId>athenz-auth-core</artifactId>
<version>1.7.13</version>
</dependency>
<repositories>
Expand Down Expand Up @@ -231,8 +231,8 @@ to make sure you're using the latest release version:
```
<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>zms_java_client</artifactId>
<version>1.1.1</version>
<artifactId>athenz-zms-java-client</artifactId>
<version>1.7.13</version>
</dependency>
<repositories>
Expand Down
12 changes: 6 additions & 6 deletions docs/example_java_decentralized_access.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,13 @@ pages to make sure you're using the latest release version:
```
<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>auth_core</artifactId>
<version>1.1.1</version>
<artifactId>athenz-auth-core</artifactId>
<version>1.7.13</version>
</dependency>
<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>zts_java_client</artifactId>
<version>1.1.1</version>
<artifactId>athenz-zts-java-client</artifactId>
<version>1.7.13</version>
</dependency>
<repositories>
Expand Down Expand Up @@ -281,8 +281,8 @@ to make sure you're using the latest release version:
```
<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>zpe_java_client</artifactId>
<version>1.1.1</version>
<artifactId>athenz-zpe-java-client</artifactId>
<version>1.7.13</version>
</dependency>
<repositories>
Expand Down

0 comments on commit 2bb2383

Please sign in to comment.