Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

run: mvn -DskipTests=true clean deploy
run: mvn -P flatten-pom -DskipTests=true clean deploy
6 changes: 1 addition & 5 deletions embabel-common-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
<name>Embabel Common Test Parent</name>
<description>Embabel Test Classes and Framework shared across Embabel Modules.</description>

<properties>
<mockk.version>1.13.3</mockk.version>
</properties>

<modules>
<module>embabel-common-test-dependencies</module>
<module>embabel-common-test-ai</module>
Expand All @@ -40,7 +36,7 @@
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk-jvm</artifactId>
<version>${mockk.version}</version>
<scope>compile</scope>
</dependency>

</dependencies>
Expand Down