Skip to content

Commit a80a958

Browse files
committed
Update JCA provider links to version 2.8.1 in documentation files.
1 parent 3d7114b commit a80a958

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AzureJavaSDK/JCA/integrate_keyvault_JCA_provider_with_jarsigner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before beginning, ensure you have the following:
2525

2626
### Step 1: Download and Configure JCA Provider Jar
2727

28-
1. Download the [JCA](https://repo1.maven.org/maven2/com/azure/azure-security-keyvault-jca/2.9.0/azure-security-keyvault-jca-2.9.0.jar) Provider Jar.
28+
1. Download the [JCA](https://repo1.maven.org/maven2/com/azure/azure-security-keyvault-jca/2.8.1/azure-security-keyvault-jca-2.8.1.jar) Provider Jar.
2929
2. If you are using Java8, you need to add the JCA provider jar to the class path.
3030
1. Place the jar under the folder `${JAVA_HOME}/jre/lib/ext`
3131
- ![img.jpg](../Ressources/JCA/place_jar.jpg)
@@ -134,7 +134,7 @@ az role assignment create \
134134
| Parameter | Description |Example|
135135
|---|---|---|
136136
| **PARAM_YOUR_JAR_FILE_PATH** | The path to your jar file you wish to sign. | /path/to/your/jarfile.jar |
137-
| **PARAM_JCA_PROVIDER_JAR_PATH** | The path to the jca provider jar file. | /path/to/your/azure-security-keyvault-jca-2.9.0.jar |
137+
| **PARAM_JCA_PROVIDER_JAR_PATH** | The path to the jca provider jar file. | /path/to/your/azure-security-keyvault-jca-2.8.1.jar |
138138

139139
1. If you are using Java8, try to sign the jar using below command
140140
```bash

AzureJavaSDK/JCA/integrate_keyvault_JCA_provider_with_jarsigner_powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before beginning, ensure you have the following:
2525

2626
### Step 1: Download and Configure JCA Provider Jar
2727

28-
1. Download the [JCA](https://repo1.maven.org/maven2/com/azure/azure-security-keyvault-jca/2.9.0/azure-security-keyvault-jca-2.9.0.jar) Provider Jar.
28+
1. Download the [JCA](https://repo1.maven.org/maven2/com/azure/azure-security-keyvault-jca/2.8.1/azure-security-keyvault-jca-2.8.1.jar) Provider Jar.
2929
2. If you are using Java8, you need to add the JCA provider jar to the class path.
3030
1. Place the jar under the folder `${JAVA_HOME}/jre/lib/ext`
3131
- ![img.jpg](../Ressources/JCA/place_jar.jpg)
@@ -131,7 +131,7 @@ az role assignment create `
131131
| Parameter | Description |Example|
132132
|---|---|---|
133133
| **PARAM_YOUR_JAR_FILE_PATH** | The path to your jar file you wish to sign. | C:\path\to\your\jarfile.jar |
134-
| **PARAM_JCA_PROVIDER_JAR_PATH** | The path to the jca provider jar file. | C:\path\to\your\azure-security-keyvault-jca-2.9.0.jar |
134+
| **PARAM_JCA_PROVIDER_JAR_PATH** | The path to the jca provider jar file. | C:\path\to\your\azure-security-keyvault-jca-2.8.1.jar |
135135
136136
1. If you are using Java8, try to sign the jar using below command
137137
```powershell

0 commit comments

Comments
 (0)