Skip to content

Commit

Permalink
update doc to latest version (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
xscript authored Aug 9, 2017
1 parent b39ff58 commit c5ba303
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion azure-webapp-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To use the Maven Plugin for Azure Web Apps in your Maven Java app, add the follo
<plugin>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-webapp-maven-plugin</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<configuration>
...
</configuration>
Expand Down
8 changes: 4 additions & 4 deletions samples/web-app-samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following configuration is applicable for below scenario:
<plugin>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-webapp-maven-plugin</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<configuration>
<!-- Referencing <serverId> in Maven's settings.xml to authenticate with Azure -->
<authentication>
Expand Down Expand Up @@ -91,7 +91,7 @@ The following configuration is applicable for below scenario:
<plugin>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-webapp-maven-plugin</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<configuration>
<!-- Referencing ${azure.auth.filePath} from Maven's settings.xml to authenticate with Azure -->
<authentication>
Expand Down Expand Up @@ -145,7 +145,7 @@ The following configuration is applicable for below scenario:
<plugin>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-webapp-maven-plugin</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<configuration>
<!-- Referencing <serverId> in Maven's settings.xml to authenticate with Azure -->
<authentication>
Expand Down Expand Up @@ -200,7 +200,7 @@ The following configuration is applicable for below scenario:
<plugin>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-webapp-maven-plugin</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<configuration>
<!-- Referencing <serverId> in Maven's settings.xml to authenticate with Azure -->
<authentication>
Expand Down

0 comments on commit c5ba303

Please sign in to comment.