Skip to content

Commit

Permalink
Use JBoss snapshots repository for testing Narayana 6.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfeng committed Mar 28, 2023
1 parent bd4fabb commit 6e5f35b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<hibernate-reactive.version>2.0.0.Alpha2</hibernate-reactive.version>
<hibernate-validator.version>8.0.0.Final</hibernate-validator.version>
<hibernate-search.version>6.1.7.Final</hibernate-search.version>
<narayana.version>6.0.0.Final</narayana.version>
<narayana.version>6.0.1.Final-SNAPSHOT</narayana.version>
<agroal.version>2.1</agroal.version>
<jboss-transaction-spi.version>8.0.0.Final</jboss-transaction-spi.version>
<elasticsearch-opensource-components.version>8.6.2</elasticsearch-opensource-components.version>
Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>jboss-snapshots</id>
<name>JBoss Snapshots Repository</name>
<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<distributionManagement>
Expand Down

0 comments on commit 6e5f35b

Please sign in to comment.