Skip to content

Commit

Permalink
Merge pull request #456 from boozallen/373-fix-chart-deployment
Browse files Browse the repository at this point in the history
[#373] fix chart deployment
  • Loading branch information
ewilkins-csi authored Nov 5, 2024
2 parents 4f8df35 + 003f996 commit 81fe8f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extensions/extensions-helm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</properties>
</profile>
<profile>
<id>release</id>
<id>ci</id>
<properties>
<overwrite.dependencies>true</overwrite.dependencies>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
<version>${version.aissemble}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<!-- Spark hasn't migrated to Jakarta packages yet. Will need to shade it if we want to fully migrate. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
<version>${version.aissemble}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<!-- Spark hasn't migrated to Jakarta packages yet. Will need to shade it if we want to fully migrate. -->
Expand Down

0 comments on commit 81fe8f4

Please sign in to comment.