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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ i.e. adjust your XTF repository `pom.xml` configuration by adding (if not there
<repository>
<id>jboss-snapshots-repository</id>
<name>JBoss Snapshots Repository</name>
<url>https://repository.jboss.org/nexus/content/repositories/snapshots</url>
<url>https://repository.jboss.org/nexus/repository/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ complete then click the "Release" button which makes the new XTF tag publicly av
### Automatic deploy to XTF Snapshots repository when pushing branch
The XTF project is using GitHub _actions_ to deploy XTF snapshots to the JBoss Snapshots repository:

https://repository.jboss.org/nexus/content/repositories/snapshots
https://repository.jboss.org/nexus/repository/snapshots/

This works automatically when a branch is pushed to the "upstream" repo.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
<repository>
<id>jboss-releases-repository</id>
<name>JBoss Releases Repository</name>
<url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2</url>
<url>https://repository.jboss.org/nexus/repository/jbossqe-eap/</url>
</repository>
<snapshotRepository>
<id>jboss-snapshots-repository</id>
<name>JBoss Snapshots Repository</name>
<url>https://repository.jboss.org/nexus/content/repositories/snapshots</url>
<url>https://repository.jboss.org/nexus/repository/snapshots/</url>
</snapshotRepository>
</distributionManagement>

Expand Down