Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
#547 change the phase of these assemblies so release script testing p…
Browse files Browse the repository at this point in the history
…asses
  • Loading branch information
steveblackmon committed Jan 19, 2024
1 parent 0ad06db commit 4c19c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion streams-schemas/streams-schema-activitystreams/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<executions>
<execution>
<id>schemas</id>
<phase>package</phase>
<phase>process-test-resources</phase>
<goals>
<goal>single</goal>
</goals>
Expand Down
2 changes: 1 addition & 1 deletion streams-schemas/streams-schema-jsonschemaorg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<executions>
<execution>
<id>schemas</id>
<phase>package</phase>
<phase>process-test-resources</phase>
<goals>
<goal>single</goal>
</goals>
Expand Down

0 comments on commit 4c19c92

Please sign in to comment.