[sikuli] 116/385: switched module dependencies to ${project.version}

Gilles Filippini pini at moszumanska.debian.org
Sun Jun 29 19:25:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

pini pushed a commit to tag upstream/1.1.0_beta1
in repository sikuli.

commit 208bd973fc3136c91e635f16a76c82566c9b8aef
Author: Raimund Hocke <rmhdevelop at me.com>
Date:   Mon Jan 6 13:19:53 2014 +0100

    switched module dependencies to ${project.version}
---
 API/pom.xml    | 8 ++++----
 Basics/pom.xml | 4 ----
 Guide/pom.xml  | 2 +-
 IDE/pom.xml    | 4 ++--
 Jython/pom.xml | 2 +-
 Libs/pom.xml   | 1 +
 MacApp/pom.xml | 1 +
 OpenCV/pom.xml | 2 +-
 8 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/API/pom.xml b/API/pom.xml
index 98d99cb..1649f4f 100755
--- a/API/pom.xml
+++ b/API/pom.xml
@@ -26,22 +26,22 @@
     <dependency>
       <groupId>org.sikuli</groupId>
       <artifactId>SikuliX-Jython</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.sikuli</groupId>
       <artifactId>SikuliX-Basics</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.sikuli</groupId>
       <artifactId>SikuliX-Natives</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.sikuli</groupId>
       <artifactId>SikuliX-OpenCV</artifactId>
-      <version>2.4.7-SNAPSHOT</version>
+      <version>2.4.7</version>
     </dependency>
 	</dependencies>
 
diff --git a/Basics/pom.xml b/Basics/pom.xml
index 86d9328..6c1853f 100755
--- a/Basics/pom.xml
+++ b/Basics/pom.xml
@@ -22,25 +22,21 @@
 	<version>1.1.0-SNAPSHOT</version>
   
 	<dependencies>
-    
     <dependency>
 			<groupId>commons-cli</groupId>
 			<artifactId>commons-cli</artifactId>
 			<version>1.2</version>
 		</dependency>
-
 		<dependency>
 			<groupId>com.melloware</groupId>
 			<artifactId>jintellitype</artifactId>
 			<version>1.3.7</version>
 		</dependency>
-
 		<dependency>
 			<groupId>jxgrabkey</groupId>
 			<artifactId>jxgrabkey</artifactId>
 			<version>1.0</version>
 		</dependency>
-
 		<dependency>
 			<groupId>org.swinglabs</groupId>
 			<artifactId>swing-layout</artifactId>
diff --git a/Guide/pom.xml b/Guide/pom.xml
index e34a847..bcdaa62 100644
--- a/Guide/pom.xml
+++ b/Guide/pom.xml
@@ -25,7 +25,7 @@
     <dependency>
       <groupId>org.sikuli</groupId>
       <artifactId>SikuliX-API</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/IDE/pom.xml b/IDE/pom.xml
index f72e30c..32a1188 100755
--- a/IDE/pom.xml
+++ b/IDE/pom.xml
@@ -26,12 +26,12 @@
     <dependency>
       <groupId>org.sikuli</groupId>
       <artifactId>SikuliX-API</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.sikuli</groupId>
       <artifactId>SikuliX-Jython</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>com.googlecode.json-simple</groupId>
diff --git a/Jython/pom.xml b/Jython/pom.xml
index fae611c..d1f47d3 100755
--- a/Jython/pom.xml
+++ b/Jython/pom.xml
@@ -35,7 +35,7 @@
     <dependency>
       <groupId>org.sikuli</groupId>
       <artifactId>SikuliX-Basics</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.python</groupId>
diff --git a/Libs/pom.xml b/Libs/pom.xml
index a4dc5ed..97bfeb2 100644
--- a/Libs/pom.xml
+++ b/Libs/pom.xml
@@ -24,6 +24,7 @@
   <build>
     <defaultGoal>clean install</defaultGoal>
     <plugins>
+      <!-- to suppress sources in any case -->
       <plugin>
         <artifactId>maven-source-plugin</artifactId>
         <version>2.2.1</version>
diff --git a/MacApp/pom.xml b/MacApp/pom.xml
index 16a23e6..c71a496 100644
--- a/MacApp/pom.xml
+++ b/MacApp/pom.xml
@@ -25,6 +25,7 @@
   <build>
 		<finalName>${project.version}-9</finalName>
     <plugins>
+      <!-- to suppress sources in any case -->
       <plugin>
         <artifactId>maven-source-plugin</artifactId>
         <version>2.2.1</version>
diff --git a/OpenCV/pom.xml b/OpenCV/pom.xml
index a95b388..2985fdf 100644
--- a/OpenCV/pom.xml
+++ b/OpenCV/pom.xml
@@ -20,7 +20,7 @@
 
   <groupId>org.sikuli</groupId>
   <artifactId>SikuliX-OpenCV</artifactId>
-  <version>2.4.7-SNAPSHOT</version>
+  <version>2.4.7</version>
 
   <build>
     <defaultGoal>clean install</defaultGoal>  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git



More information about the pkg-java-commits mailing list