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/17 14:29:27 UTC

[isis-app-simpleapp] branch master updated: bumps to use an interim release

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-simpleapp.git


The following commit(s) were added to refs/heads/master by this push:
     new 408b43c  bumps to use an interim release
408b43c is described below

commit 408b43c682b33fd0b4b5bf6333b86f01624f5cdf
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Dec 17 15:27:20 2019 +0100

    bumps to use an interim release
---
 pom.xml | 30 +++++++++++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b9e2aab..69ceb87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,11 +6,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>simpleapp</artifactId>
+    <version>2.0.0-M3-SNAPSHOT</version>
 
     <name>Apache Isis App - SimpleApp Parent</name>
 
@@ -59,4 +60,31 @@
         <module>webapp</module>
     </modules>
 
+    <profiles>
+        <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>