You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2016/11/11 06:14:05 UTC

svn commit: r1769249 - /directory/shared/trunk/pom.xml

Author: elecharny
Date: Fri Nov 11 06:14:04 2016
New Revision: 1769249

URL: http://svn.apache.org/viewvc?rev=1769249&view=rev
Log:
Used the latest project and skin versions

Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=1769249&r1=1769248&r2=1769249&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Fri Nov 11 06:14:04 2016
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.project</groupId>
     <artifactId>project</artifactId>
-    <version>38-SNAPSHOT</version>
+    <version>38</version>
     <relativePath />
   </parent>
 
@@ -40,7 +40,7 @@
     <maven.compiler.target>1.7</maven.compiler.target>
     
     <!-- Set versions for depending projects -->
-    <skin.version>1.0.3-SNAPSHOT</skin.version>
+    <skin.version>1.0.3</skin.version>
     <org.apache.directory.junit.junit-addons.version>0.1</org.apache.directory.junit.junit-addons.version>
     <org.apache.directory.checkstyle-configuration.version>0.3</org.apache.directory.checkstyle-configuration.version>