Skip to content

Commit

Permalink
Release 0.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Sep 17, 2024
1 parent 54fd726 commit bffbe50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion convex-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<executions>
<execution>
<id>create-archive</id>
<phase>install</phase>
<phase>site</phase>
<goals>
<goal>single</goal>
</goals>
Expand Down
2 changes: 1 addition & 1 deletion convex-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<execution>
<id>create-archive</id>
<!-- Use install phase so it doesn't go in deployed Maven artifacts' -->
<phase>install</phase>
<phase>site</phase>
<goals>
<goal>single</goal>
</goals>
Expand Down

0 comments on commit bffbe50

Please sign in to comment.