You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/03/24 21:27:49 UTC

[maven-archetypes] branch master updated: fixed property name: maven.compiler.* instead of project.compiler.*

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archetypes.git


The following commit(s) were added to refs/heads/master by this push:
     new 95a8d51  fixed property name: maven.compiler.* instead of project.compiler.*
95a8d51 is described below

commit 95a8d516cf0b90149a2df4522ee44d344ace7c0f
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Mar 24 22:27:46 2018 +0100

    fixed property name: maven.compiler.* instead of project.compiler.*
---
 .../src/main/resources-filtered/archetype-resources/pom.xml           | 4 ++--
 .../src/main/resources/archetype-resources/pom.xml                    | 4 ++--
 .../src/main/resources-filtered/archetype-resources/pom.xml           | 4 ++--
 .../src/main/resources-filtered/archetype-resources/pom.xml           | 4 ++--
 .../src/main/resources-filtered/archetype-resources/pom.xml           | 4 ++--
 .../src/main/resources-filtered/archetype-resources/pom.xml           | 4 ++--
 .../src/main/resources-filtered/archetype-resources/pom.xml           | 4 ++--
 .../src/main/resources-filtered/archetype-resources/pom.xml           | 4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/maven-archetype-archetype/src/main/resources-filtered/archetype-resources/pom.xml b/maven-archetype-archetype/src/main/resources-filtered/archetype-resources/pom.xml
index a248be3..63029a0 100644
--- a/maven-archetype-archetype/src/main/resources-filtered/archetype-resources/pom.xml
+++ b/maven-archetype-archetype/src/main/resources-filtered/archetype-resources/pom.xml
@@ -16,8 +16,8 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.compiler.source>1.7</project.compiler.source>
-    <project.compiler.target>1.7</project.compiler.target>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
   </properties>
 
   <build>
diff --git a/maven-archetype-archetype/src/main/resources-filtered/archetype-resources/src/main/resources/archetype-resources/pom.xml b/maven-archetype-archetype/src/main/resources-filtered/archetype-resources/src/main/resources/archetype-resources/pom.xml
index 2e4b270..1c4e805 100644
--- a/maven-archetype-archetype/src/main/resources-filtered/archetype-resources/src/main/resources/archetype-resources/pom.xml
+++ b/maven-archetype-archetype/src/main/resources-filtered/archetype-resources/src/main/resources/archetype-resources/pom.xml
@@ -10,8 +10,8 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.compiler.source>1.7</project.compiler.source>
-    <project.compiler.target>1.7</project.compiler.target>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
   </properties>
 
   <dependencies>
diff --git a/maven-archetype-plugin/src/main/resources-filtered/archetype-resources/pom.xml b/maven-archetype-plugin/src/main/resources-filtered/archetype-resources/pom.xml
index d0d20e3..a571129 100644
--- a/maven-archetype-plugin/src/main/resources-filtered/archetype-resources/pom.xml
+++ b/maven-archetype-plugin/src/main/resources-filtered/archetype-resources/pom.xml
@@ -36,8 +36,8 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.compiler.source>1.7</project.compiler.source>
-    <project.compiler.target>1.7</project.compiler.target>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
     <maven.version>3.3.9</maven.version>
   </properties>
 
diff --git a/maven-archetype-portlet/src/main/resources-filtered/archetype-resources/pom.xml b/maven-archetype-portlet/src/main/resources-filtered/archetype-resources/pom.xml
index ad728d2..a7df4cf 100644
--- a/maven-archetype-portlet/src/main/resources-filtered/archetype-resources/pom.xml
+++ b/maven-archetype-portlet/src/main/resources-filtered/archetype-resources/pom.xml
@@ -15,8 +15,8 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.compiler.source>1.7</project.compiler.source>
-    <project.compiler.target>1.7</project.compiler.target>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
   </properties>
 
   <dependencies>
diff --git a/maven-archetype-profiles/src/main/resources-filtered/archetype-resources/pom.xml b/maven-archetype-profiles/src/main/resources-filtered/archetype-resources/pom.xml
index 6e82d0d..dbbd1b8 100644
--- a/maven-archetype-profiles/src/main/resources-filtered/archetype-resources/pom.xml
+++ b/maven-archetype-profiles/src/main/resources-filtered/archetype-resources/pom.xml
@@ -14,8 +14,8 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.compiler.source>1.7</project.compiler.source>
-    <project.compiler.target>1.7</project.compiler.target>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
   </properties>
 
   <dependencies>
diff --git a/maven-archetype-quickstart/src/main/resources-filtered/archetype-resources/pom.xml b/maven-archetype-quickstart/src/main/resources-filtered/archetype-resources/pom.xml
index 4182644..925b86f 100644
--- a/maven-archetype-quickstart/src/main/resources-filtered/archetype-resources/pom.xml
+++ b/maven-archetype-quickstart/src/main/resources-filtered/archetype-resources/pom.xml
@@ -14,8 +14,8 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.compiler.source>1.7</project.compiler.source>
-    <project.compiler.target>1.7</project.compiler.target>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
   </properties>
 
   <dependencies>
diff --git a/maven-archetype-simple/src/main/resources-filtered/archetype-resources/pom.xml b/maven-archetype-simple/src/main/resources-filtered/archetype-resources/pom.xml
index 3070334..fddc7f3 100644
--- a/maven-archetype-simple/src/main/resources-filtered/archetype-resources/pom.xml
+++ b/maven-archetype-simple/src/main/resources-filtered/archetype-resources/pom.xml
@@ -15,8 +15,8 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.compiler.source>1.7</project.compiler.source>
-    <project.compiler.target>1.7</project.compiler.target>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
   </properties>
 
   <dependencies>
diff --git a/maven-archetype-webapp/src/main/resources-filtered/archetype-resources/pom.xml b/maven-archetype-webapp/src/main/resources-filtered/archetype-resources/pom.xml
index 2f11ad0..a1b2bcf 100644
--- a/maven-archetype-webapp/src/main/resources-filtered/archetype-resources/pom.xml
+++ b/maven-archetype-webapp/src/main/resources-filtered/archetype-resources/pom.xml
@@ -15,8 +15,8 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.compiler.source>1.7</project.compiler.source>
-    <project.compiler.target>1.7</project.compiler.target>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
   </properties>
 
   <dependencies>

-- 
To stop receiving notification emails like this one, please contact
hboutemy@apache.org.