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 2018/10/11 11:17:46 UTC

[3/5] cayenne git commit: CAY-2484 maven plugins missing in 4.1.M2 release

CAY-2484 maven plugins missing in 4.1.M2 release


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

Branch: refs/heads/master
Commit: 1c0b7ba69c88a648bda29dae4cdd4b62e54c1d0f
Parents: ed5018c
Author: Nikita Timofeev <st...@gmail.com>
Authored: Thu Oct 11 11:45:34 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Thu Oct 11 11:45:34 2018 +0300

----------------------------------------------------------------------
 RELEASE-NOTES.txt                         | 1 +
 maven-plugins/cayenne-tools-itest/pom.xml | 8 +++++++-
 maven-plugins/pom.xml                     | 7 -------
 3 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/1c0b7ba6/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index ed5da9a..714a8ff 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -39,6 +39,7 @@ CAY-2470 Can't bind SQLExec parameters in a loop
 CAY-2472 Clear cached replacement query on mutation in all indirect queries
 CAY-2476 Modeller: Fixed wrong behaviour of code generation dialog
 CAY-2480 cayenne:cdbgen and cayenne:cgen have identical text in cayenne-maven-plugin
+CAY-2484 maven plugins missing in 4.1.M2 release
 
 ----------------------------------
 Release: 4.1.M2

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1c0b7ba6/maven-plugins/cayenne-tools-itest/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/cayenne-tools-itest/pom.xml b/maven-plugins/cayenne-tools-itest/pom.xml
index 76d5260..939b170 100644
--- a/maven-plugins/cayenne-tools-itest/pom.xml
+++ b/maven-plugins/cayenne-tools-itest/pom.xml
@@ -64,7 +64,13 @@
 
 	<build>
 		<plugins>
-			
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
 			<plugin>
 				<groupId>org.apache.cayenne.plugins</groupId>
 				<artifactId>cayenne-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1c0b7ba6/maven-plugins/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 4e2c579..87d6a00 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -112,13 +112,6 @@
 					</execution>
 				</executions>
 			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-deploy-plugin</artifactId>
-				<configuration>
-					<skip>true</skip>
-				</configuration>
-			</plugin>
 		</plugins>
 	</build>
 </project>