Revision: 19211
          http://sourceforge.net/p/gate/code/19211
Author:   markagreenwood
Date:     2016-04-08 18:22:42 +0000 (Fri, 08 Apr 2016)
Log Message:
-----------
moved the version number to 9.0-SNAPSHOT and updated the pom.xml

Modified Paths:
--------------
    gate/branches/sawdust2/build/deploy/maven/gate-core.pom.template
    gate/branches/sawdust2/build/version.txt

Modified: gate/branches/sawdust2/build/deploy/maven/gate-core.pom.template
===================================================================
--- gate/branches/sawdust2/build/deploy/maven/gate-core.pom.template    
2016-04-08 17:22:09 UTC (rev 19210)
+++ gate/branches/sawdust2/build/deploy/maven/gate-core.pom.template    
2016-04-08 18:22:42 UTC (rev 19211)
@@ -27,13 +27,71 @@
             <version>5.0.3</version>
             <scope>compile</scope>
         </dependency>
+       
+       <dependency>
+            <groupId>org.eclipse.aether</groupId>
+            <artifactId>aether-api</artifactId>
+            <version>1.1.0</version>
+            <scope>runtime</scope>
+        </dependency>
+        
         <dependency>
-            <groupId>uk.ac.gate</groupId>
-            <artifactId>gate-compiler-jdt</artifactId>
-            <version>4.3.2-P20140317-1600</version>
-            <scope>compile</scope>
+            <groupId>org.eclipse.aether</groupId>
+            <artifactId>aether-util</artifactId>
+            <version>1.1.0</version>
+            <scope>runtime</scope>
         </dependency>
+        
+        <dependency>
+            <groupId>org.eclipse.aether</groupId>
+            <artifactId>aether-impl</artifactId>
+            <version>1.1.0</version>
+            <scope>runtime</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.eclipse.aether</groupId>
+            <artifactId>aether-connector-basic</artifactId>
+            <version>1.1.0</version>
+            <scope>runtime</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.eclipse.aether</groupId>
+            <artifactId>aether-transport-file</artifactId>
+            <version>1.1.0</version>
+            <scope>runtime</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.eclipse.aether</groupId>
+            <artifactId>aether-transport-http</artifactId>
+            <version>1.1.0</version>
+            <scope>runtime</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.eclipse.aether</groupId>
+            <artifactId>aether-transport-wagon</artifactId>
+            <version>1.1.0</version>
+            <scope>runtime</scope>
+        </dependency>
 
+    
+           <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-aether-provider</artifactId>
+            <version>3.3.9</version>
+            <scope>runtime</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-ssh</artifactId>
+            <version>2.10</version>
+            <scope>runtime</scope>
+        </dependency>
+       
         <!-- needed to ensure the same version across configurations -->
         <dependency>
             <groupId>commons-logging</groupId>

Modified: gate/branches/sawdust2/build/version.txt
===================================================================
--- gate/branches/sawdust2/build/version.txt    2016-04-08 17:22:09 UTC (rev 
19210)
+++ gate/branches/sawdust2/build/version.txt    2016-04-08 18:22:42 UTC (rev 
19211)
@@ -1 +1 @@
-8.2-SNAPSHOT
\ No newline at end of file
+9.0-SNAPSHOT
\ No newline at end of file

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to