Skip to content

Commit

Permalink
Fixes #410 - Refresh 'Create an Azure Service Bus Queue' example (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Feb 1, 2024
1 parent 1e6f1fb commit 073c2a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 3 additions & 6 deletions containerapp/create-manual-job/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>examples.azure.containerapp</groupId>
<artifactId>project</artifactId>
<version>1-SNAPSHOT</version>
</parent>
<groupId>examples.azure.containerapp</groupId>
<artifactId>create-manual-job</artifactId>
<version>1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ACA :: Create a manual job</name>
<name>Create a manual job</name>
</project>
9 changes: 3 additions & 6 deletions servicebus/create-queue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>examples.azure.servicebus</groupId>
<artifactId>project</artifactId>
<version>1-SNAPSHOT</version>
</parent>
<groupId>examples.azure.servicebus</groupId>
<artifactId>servicebus-create-queue</artifactId>
<version>1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Azure Service Bus :: Create an Azure Service Bus Queue</name>
<name>Create an Azure Service Bus Queue</name>
</project>

0 comments on commit 073c2a0

Please sign in to comment.