You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by mm...@apache.org on 2017/04/07 20:33:11 UTC

svn commit: r1790628 - /ctakes/trunk/ctakes-gui/pom.xml

Author: mminnah
Date: Fri Apr  7 20:33:11 2017
New Revision: 1790628

URL: http://svn.apache.org/viewvc?rev=1790628&view=rev
Log:
CTAKES-410 updating version dep. maven release plugin wont allow arbiruary or unreleased artifacts

Modified:
    ctakes/trunk/ctakes-gui/pom.xml

Modified: ctakes/trunk/ctakes-gui/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-gui/pom.xml?rev=1790628&r1=1790627&r2=1790628&view=diff
==============================================================================
--- ctakes/trunk/ctakes-gui/pom.xml (original)
+++ ctakes/trunk/ctakes-gui/pom.xml Fri Apr  7 20:33:11 2017
@@ -38,8 +38,8 @@
       <dependency>
          <groupId>io.github.lukehutch</groupId>
          <artifactId>fast-classpath-scanner</artifactId>
-         <version>LATEST</version>
+         <version>2.0.18</version>
       </dependency>
    </dependencies>
 
-</project>
\ No newline at end of file
+</project>