You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2015/04/08 10:14:21 UTC

svn commit: r1672028 - in /chemistry/dotcmis/trunk: DotCMIS/Properties/AssemblyInfo.cs NOTICE README release.bat

Author: fmui
Date: Wed Apr  8 08:14:20 2015
New Revision: 1672028

URL: http://svn.apache.org/r1672028
Log:
DotCMIS: preparation for 0.7 release

Modified:
    chemistry/dotcmis/trunk/DotCMIS/Properties/AssemblyInfo.cs
    chemistry/dotcmis/trunk/NOTICE
    chemistry/dotcmis/trunk/README
    chemistry/dotcmis/trunk/release.bat

Modified: chemistry/dotcmis/trunk/DotCMIS/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/chemistry/dotcmis/trunk/DotCMIS/Properties/AssemblyInfo.cs?rev=1672028&r1=1672027&r2=1672028&view=diff
==============================================================================
--- chemistry/dotcmis/trunk/DotCMIS/Properties/AssemblyInfo.cs (original)
+++ chemistry/dotcmis/trunk/DotCMIS/Properties/AssemblyInfo.cs Wed Apr  8 08:14:20 2015
@@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.6.0.0")]
-[assembly: AssemblyFileVersion("0.6.0.0")]
+[assembly: AssemblyVersion("0.7.0.0")]
+[assembly: AssemblyFileVersion("0.7.0.0")]

Modified: chemistry/dotcmis/trunk/NOTICE
URL: http://svn.apache.org/viewvc/chemistry/dotcmis/trunk/NOTICE?rev=1672028&r1=1672027&r2=1672028&view=diff
==============================================================================
--- chemistry/dotcmis/trunk/NOTICE (original)
+++ chemistry/dotcmis/trunk/NOTICE Wed Apr  8 08:14:20 2015
@@ -1,2 +1,2 @@
 Apache Chemistry DotCMIS
-Copyright 2009-2013 The Apache Software Foundation
\ No newline at end of file
+Copyright 2009-2015 The Apache Software Foundation
\ No newline at end of file

Modified: chemistry/dotcmis/trunk/README
URL: http://svn.apache.org/viewvc/chemistry/dotcmis/trunk/README?rev=1672028&r1=1672027&r2=1672028&view=diff
==============================================================================
--- chemistry/dotcmis/trunk/README (original)
+++ chemistry/dotcmis/trunk/README Wed Apr  8 08:14:20 2015
@@ -1,4 +1,4 @@
-Apache Chemistry DotCMIS 0.5
+Apache Chemistry DotCMIS 0.7
 ============================
 
 Apache Chemistry DotCMIS is a Content Management Interoperability Services (CMIS)
@@ -16,9 +16,16 @@ If you find a problem, please let us kno
 Change log 
 ----------
 
+DotCMIS 0.7:
+
+- Bug fixes.
+- Minor improvements.
+
+
 DotCMIS 0.6:
 
 - Bug fixes.
+- Minor improvements.
 
 
 DotCMIS 0.5:

Modified: chemistry/dotcmis/trunk/release.bat
URL: http://svn.apache.org/viewvc/chemistry/dotcmis/trunk/release.bat?rev=1672028&r1=1672027&r2=1672028&view=diff
==============================================================================
--- chemistry/dotcmis/trunk/release.bat (original)
+++ chemistry/dotcmis/trunk/release.bat Wed Apr  8 08:14:20 2015
@@ -22,7 +22,7 @@ rem
 rem This batch file creates a release.
 rem It requires Cygwin.
 
-set DOTCMISVERSION=0.6
+set DOTCMISVERSION=0.7
 set DOTCMISZIPSRC=chemistry-dotcmis-%DOTCMISVERSION%-src.zip
 set DOTCMISZIPBIN=chemistry-dotcmis-%DOTCMISVERSION%-bin.zip
 set DOTCMISRC=RC1