You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2017/11/17 17:50:46 UTC

[camel] 07/07: camel-quickfix: pom.xml: remove permgen profile which was used on java 7 and below

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

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit adb819bd5b5e791fc7e1ab3cc4ba6c16efebfb9b
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Fri Nov 17 18:47:54 2017 +0100

    camel-quickfix: pom.xml: remove permgen profile which was used on java 7 and below
---
 components/camel-quickfix/pom.xml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/components/camel-quickfix/pom.xml b/components/camel-quickfix/pom.xml
index e1da14b..ed90438 100644
--- a/components/camel-quickfix/pom.xml
+++ b/components/camel-quickfix/pom.xml
@@ -88,26 +88,4 @@
     </dependency>
   </dependencies>
 
-  <profiles>
-    <profile>
-      <id>permgen</id>
-      <activation>
-        <jdk>(,1.7]</jdk>
-      </activation>
-      <build>
-        <plugins>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-surefire-plugin</artifactId>
-              <configuration>
-                <forkCount>1</forkCount>
-                <reuseForks>false</reuseForks>
-                <argLine>-XX:MaxPermSize=160m</argLine>
-              </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-
 </project>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.