You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/03/14 19:09:54 UTC

[isis] branch ISIS-2975 updated: ISIS-2975: experiments (21)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch ISIS-2975
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/ISIS-2975 by this push:
     new 7bd602d  ISIS-2975: experiments (21)
7bd602d is described below

commit 7bd602ddfba4b61a712a33d986a1d5efef5055d1
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 14 19:09:45 2022 +0000

    ISIS-2975: experiments (21)
---
 isis-parent/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/isis-parent/pom.xml b/isis-parent/pom.xml
index 409cbaa..67bbb39 100644
--- a/isis-parent/pom.xml
+++ b/isis-parent/pom.xml
@@ -306,16 +306,16 @@ under the License.
 			<name>Apache Release Distribution Repository</name>
 			<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
 		</repository>
-		<snapshotRepository>
-			<id>apache.snapshots.https</id>
-			<name>${distMgmtSnapshotsName}</name>
-			<url>${distMgmtSnapshotsUrl}</url>
-		</snapshotRepository>
 		<repository>
 			<id>github</id>
 			<name>Github Releases</name>
 			<url>https://maven.pkg.github.com/apache/isis</url>
 		</repository>
+		<snapshotRepository>
+			<id>apache.snapshots.https</id>
+			<name>${distMgmtSnapshotsName}</name>
+			<url>${distMgmtSnapshotsUrl}</url>
+		</snapshotRepository>
 	</distributionManagement>
 
 	<properties>