Skip to content

Commit

Permalink
fix(build): fix module order to re-enable central upload (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
chillleader authored Jan 12, 2023
1 parent d420e50 commit 2d4eac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
</properties>

<modules>
<module>connector-archetype-internal</module>
<module>connectors</module>
<module>bundle/mvn</module>
<module>connector-archetype-internal</module>
</modules>

<dependencyManagement>
Expand Down

0 comments on commit 2d4eac7

Please sign in to comment.