You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2017/02/01 14:00:57 UTC

cayenne git commit: typo

Repository: cayenne
Updated Branches:
  refs/heads/master c63b6be2f -> a636fc155


typo


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/a636fc15
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/a636fc15
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/a636fc15

Branch: refs/heads/master
Commit: a636fc1552280a91025017747ee6d8a4d57f372f
Parents: c63b6be
Author: Nikita Timofeev <st...@gmail.com>
Authored: Wed Feb 1 17:00:51 2017 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Wed Feb 1 17:00:51 2017 +0300

----------------------------------------------------------------------
 itests/pom.xml    | 2 +-
 modeler/pom.xml   | 2 +-
 plugins/pom.xml   | 2 +-
 tutorials/pom.xml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/a636fc15/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index 92413cf..fbce44a 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -45,7 +45,7 @@
 					<skip>true</skip>
 				</configuration>
 			</plugin>
-			<!-- This ensures LICESNE and NOTICE inclusion in all jars -->
+			<!-- This ensures LICENSE and NOTICE inclusion in all jars -->
             <plugin>
                 <artifactId>maven-remote-resources-plugin</artifactId>
                 <configuration>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/a636fc15/modeler/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/pom.xml b/modeler/pom.xml
index 5296812..e03865b 100644
--- a/modeler/pom.xml
+++ b/modeler/pom.xml
@@ -45,7 +45,7 @@
 
 	<build>
 		<plugins>
-			<!-- This ensures LICESNE and NOTICE inclusion in all jars -->
+			<!-- This ensures LICENSE and NOTICE inclusion in all jars -->
             <plugin>
                 <artifactId>maven-remote-resources-plugin</artifactId>
                 <executions>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/a636fc15/plugins/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 51ab5fb..863b819 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -84,7 +84,7 @@
 
 	<build>
 		<plugins>
-			<!-- This ensures LICESNE and NOTICE inclusion in all jars -->
+			<!-- This ensures LICENSE and NOTICE inclusion in all jars -->
             <plugin>
                 <artifactId>maven-remote-resources-plugin</artifactId>
                 <executions>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/a636fc15/tutorials/pom.xml
----------------------------------------------------------------------
diff --git a/tutorials/pom.xml b/tutorials/pom.xml
index 97788f1..a2bf8c0 100644
--- a/tutorials/pom.xml
+++ b/tutorials/pom.xml
@@ -38,7 +38,7 @@
 
 	<build>
 		<plugins>
-			<!-- This ensures LICESNE and NOTICE inclusion in all jars -->
+			<!-- This ensures LICENSE and NOTICE inclusion in all jars -->
             <plugin>
                 <artifactId>maven-remote-resources-plugin</artifactId>
                 <executions>