You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/03/09 07:03:57 UTC

[isis] branch post-m5-release updated (f68b926 -> 6fd3972)

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

ahuber pushed a change to branch post-m5-release
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from f68b926  ISIS-2450: updates to release process
     new ccb74ba  Removing m2e profile from core pom
     new 6fd3972  Removing m2e profile from core pom

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/pom.xml | 13 -------------
 1 file changed, 13 deletions(-)


[isis] 02/02: Removing m2e profile from core pom

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch post-m5-release
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 6fd39728345a65024cef60d7424e9c67b1778e0e
Author: mwhesse <mw...@gmail.com>
AuthorDate: Mon Mar 8 21:02:40 2021 +0700

    Removing m2e profile from core pom
---
 core/pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index c00fd2c..b43a6e4 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1593,20 +1593,6 @@
 			</build>
 		</profile>
 
-		<!-- 
-		<profile>
-			<id>m2e</id>
-			<activation>
-				<property>
-					<name>m2e.version</name>
-				</property>
-			</activation>
-			<build>
-				<directory>target-ide</directory>
-			</build>
-		</profile>
- 		-->
-
 		<profile>
 			<id>owasp</id>
 			<activation>


[isis] 01/02: Removing m2e profile from core pom

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch post-m5-release
in repository https://gitbox.apache.org/repos/asf/isis.git

commit ccb74ba0ee1cc77d830bbc1d2d307f417f34a5c4
Author: mwhesse <mw...@gmail.com>
AuthorDate: Mon Mar 8 21:01:09 2021 +0700

    Removing m2e profile from core pom
---
 core/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 90ce9b5..c00fd2c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1593,6 +1593,7 @@
 			</build>
 		</profile>
 
+		<!-- 
 		<profile>
 			<id>m2e</id>
 			<activation>
@@ -1604,7 +1605,7 @@
 				<directory>target-ide</directory>
 			</build>
 		</profile>
-
+ 		-->
 
 		<profile>
 			<id>owasp</id>