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 2019/12/19 17:50:01 UTC

[isis-app-helloworld] branch master updated: fixes version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fb530c4  fixes version
fb530c4 is described below

commit fb530c4eb2c7f14a5dfa535cb986421f644217f8
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Dec 19 17:49:03 2019 +0000

    fixes version
---
 pom.xml | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c848bef..fcdf776 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,11 +7,12 @@
 	<parent>
 		<groupId>org.apache.isis.app</groupId>
 		<artifactId>isis-app-starter-parent</artifactId>
-		<version>2.0.0-M3-SNAPSHOT</version>
+		<version>2.0.0-M2.20191216-0404-91276ff1</version>
 	</parent>
 
 	<groupId>org.apache.isis.starters</groupId>
 	<artifactId>helloworld</artifactId>
+	<version>2.0.0-M3-SNAPSHOT</version>
 
 	<name>Apache Isis App - HelloWorld</name>
 
@@ -125,6 +126,31 @@
 				</plugins>
 			</build>
 		</profile>
+		<profile>
+			<id>repo-incode-cloud</id>
+			<activation>
+				<property>
+					<name>!skip.repo-incode-cloud</name>
+				</property>
+			</activation>
+			<repositories>
+				<repository>
+					<releases>
+						<enabled>true</enabled>
+						<updatePolicy>always</updatePolicy>
+						<checksumPolicy>fail</checksumPolicy>
+					</releases>
+					<snapshots>
+						<enabled>false</enabled>
+						<updatePolicy>always</updatePolicy>
+						<checksumPolicy>fail</checksumPolicy>
+					</snapshots>
+					<id>repo-incode-cloud</id>
+					<name>repo.incode.cloud</name>
+					<url>https://repo.incode.work</url>
+				</repository>
+			</repositories>
+		</profile>
 	</profiles>
 
 </project>