Skip to content

Commit

Permalink
Add relative paths to pom to appease (hopefully) the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanGiles committed Jul 14, 2024
1 parent 36dbac4 commit b2f9c4d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions aspire4j/extensions/azure/azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<groupId>com.microsoft.aspire</groupId>
<artifactId>aspire4j-sdk-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>aspire4j-extensions-azure</artifactId>
Expand Down
1 change: 1 addition & 0 deletions aspire4j/extensions/azure/eventhubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<groupId>com.microsoft.aspire</groupId>
<artifactId>aspire4j-sdk-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>aspire4j-extensions-azure-eventhubs</artifactId>
Expand Down
1 change: 1 addition & 0 deletions aspire4j/extensions/azure/openai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<groupId>com.microsoft.aspire</groupId>
<artifactId>aspire4j-sdk-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>aspire4j-extensions-azure-openai</artifactId>
Expand Down
1 change: 1 addition & 0 deletions aspire4j/extensions/azure/storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<groupId>com.microsoft.aspire</groupId>
<artifactId>aspire4j-sdk-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>aspire4j-extensions-azure-storage</artifactId>
Expand Down
1 change: 1 addition & 0 deletions aspire4j/extensions/dotnet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<groupId>com.microsoft.aspire</groupId>
<artifactId>aspire4j-sdk-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>aspire4j-extensions-dotnet</artifactId>
Expand Down
1 change: 1 addition & 0 deletions aspire4j/extensions/micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<groupId>com.microsoft.aspire</groupId>
<artifactId>aspire4j-sdk-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>aspire4j-extensions-micronaut</artifactId>
Expand Down
1 change: 1 addition & 0 deletions aspire4j/extensions/microservice-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<groupId>com.microsoft.aspire</groupId>
<artifactId>aspire4j-sdk-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>aspire4j-extensions-microservice-common</artifactId>
Expand Down
1 change: 1 addition & 0 deletions aspire4j/extensions/quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<groupId>com.microsoft.aspire</groupId>
<artifactId>aspire4j-sdk-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>aspire4j-extensions-quarkus</artifactId>
Expand Down
1 change: 1 addition & 0 deletions aspire4j/extensions/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<groupId>com.microsoft.aspire</groupId>
<artifactId>aspire4j-sdk-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>aspire4j-extensions-spring</artifactId>
Expand Down

0 comments on commit b2f9c4d

Please sign in to comment.