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 2017/03/14 08:39:40 UTC

svn commit: r1786853 - in /chemistry/portcmis/trunk: NOTICE PortCMIS/PortCMIS.nuspec PortCMISWin/PortCMISWin.nuspec README release.bat

Author: fmui
Date: Tue Mar 14 08:39:39 2017
New Revision: 1786853

URL: http://svn.apache.org/viewvc?rev=1786853&view=rev
Log:
PortCMIS release preparation

Modified:
    chemistry/portcmis/trunk/NOTICE
    chemistry/portcmis/trunk/PortCMIS/PortCMIS.nuspec
    chemistry/portcmis/trunk/PortCMISWin/PortCMISWin.nuspec
    chemistry/portcmis/trunk/README
    chemistry/portcmis/trunk/release.bat

Modified: chemistry/portcmis/trunk/NOTICE
URL: http://svn.apache.org/viewvc/chemistry/portcmis/trunk/NOTICE?rev=1786853&r1=1786852&r2=1786853&view=diff
==============================================================================
--- chemistry/portcmis/trunk/NOTICE (original)
+++ chemistry/portcmis/trunk/NOTICE Tue Mar 14 08:39:39 2017
@@ -1,2 +1,2 @@
 Apache Chemistry PortCMIS
-Copyright 2016-2017 The Apache Software Foundation
\ No newline at end of file
+Copyright 2015-2017 The Apache Software Foundation
\ No newline at end of file

Modified: chemistry/portcmis/trunk/PortCMIS/PortCMIS.nuspec
URL: http://svn.apache.org/viewvc/chemistry/portcmis/trunk/PortCMIS/PortCMIS.nuspec?rev=1786853&r1=1786852&r2=1786853&view=diff
==============================================================================
--- chemistry/portcmis/trunk/PortCMIS/PortCMIS.nuspec (original)
+++ chemistry/portcmis/trunk/PortCMIS/PortCMIS.nuspec Tue Mar 14 08:39:39 2017
@@ -9,8 +9,8 @@
     <licenseUrl>https://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <description>$description$</description>
-    <releaseNotes>Initial release.</releaseNotes>
-    <copyright>Copyright 2016-2017</copyright>
+    <releaseNotes>See https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310936&amp;version=12337841</releaseNotes>
+    <copyright>Copyright 2015-2017</copyright>
     <tags>CMIS</tags>
   </metadata>
 </package>
\ No newline at end of file

Modified: chemistry/portcmis/trunk/PortCMISWin/PortCMISWin.nuspec
URL: http://svn.apache.org/viewvc/chemistry/portcmis/trunk/PortCMISWin/PortCMISWin.nuspec?rev=1786853&r1=1786852&r2=1786853&view=diff
==============================================================================
--- chemistry/portcmis/trunk/PortCMISWin/PortCMISWin.nuspec (original)
+++ chemistry/portcmis/trunk/PortCMISWin/PortCMISWin.nuspec Tue Mar 14 08:39:39 2017
@@ -2,15 +2,15 @@
 <package >
   <metadata>
     <id>$id$</id>
-    <version>0.0.2.0</version>
+    <version>0.2.0.0</version>
     <title>PortCMIS for Store Apps</title>
     <authors>Apache Software Foundation</authors>
     <owners>Apache Software Foundation</owners>
     <licenseUrl>https://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <description>CMIS Client Library for .Net</description>
-    <releaseNotes>Initial release.</releaseNotes>
-    <copyright>Copyright 2016-2017</copyright>
+    <releaseNotes>See https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310936&amp;version=12337841</releaseNotes>
+    <copyright>Copyright 2015-2017</copyright>
     <tags>CMIS</tags>
   </metadata>
 </package>
\ No newline at end of file

Modified: chemistry/portcmis/trunk/README
URL: http://svn.apache.org/viewvc/chemistry/portcmis/trunk/README?rev=1786853&r1=1786852&r2=1786853&view=diff
==============================================================================
--- chemistry/portcmis/trunk/README (original)
+++ chemistry/portcmis/trunk/README Tue Mar 14 08:39:39 2017
@@ -59,12 +59,13 @@ Change log
 
 PortCMIS 0.2:
 
-Bug fix release
+- Bug fix release
+- See https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310936&version=12337841
 
 
 PortCMIS 0.1:
 
-Initial release
+- Initial release
 
   
 Strong-Name signing

Modified: chemistry/portcmis/trunk/release.bat
URL: http://svn.apache.org/viewvc/chemistry/portcmis/trunk/release.bat?rev=1786853&r1=1786852&r2=1786853&view=diff
==============================================================================
--- chemistry/portcmis/trunk/release.bat (original)
+++ chemistry/portcmis/trunk/release.bat Tue Mar 14 08:39:39 2017
@@ -45,6 +45,10 @@ rmdir /S /Q release-bin
 mkdir release-bin
 rmdir /S /Q release-nupkg
 mkdir release-nupkg
+rmdir /S /Q dist-dev
+mkdir dist-dev
+rmdir /S /Q publish
+mkdir publish
 
 echo Copying readme, etc...
 copy LICENSE release-src
@@ -124,6 +128,47 @@ gpg --print-md SHA512 %PORTCMISZIPNUPKG%
 
 cd ..
 
-echo Creating RC tag
-rem svn copy https://svn.apache.org/repos/asf/chemistry/portcmis/trunk https://svn.apache.org/repos/asf/chemistry/portcmis/tags/chemistry-portcmis-%PORTCMISVERSION%-%PORTCMISRC%
-
+echo ========================================================================
+echo.
+echo Next steps:
+echo -----------
+echo.
+echo - Check artifacts!!!
+echo.
+echo - Create RC tag:
+echo   svn copy https://svn.apache.org/repos/asf/chemistry/portcmis/trunk https://svn.apache.org/repos/asf/chemistry/portcmis/tags/chemistry-portcmis-%PORTCMISVERSION%-%PORTCMISRC%
+echo.
+echo - Upload to dist/dev:
+echo   cd dist-dev
+echo   svn co https://dist.apache.org/repos/dist/dev/chemistry .
+echo   mkdir chemistry-portcmis-%PORTCMISVERSION%-%PORTCMISRC%
+echo   cd chemistry-portcmis-%PORTCMISVERSION%-%PORTCMISRC%
+echo   copy ..\..\artifacts\* .
+echo   svn add .
+echo   svn commit -m 'added PortCMIS %PORTCMISVERSION% artifacts'
+echo   cd ..\..
+echo.
+echo - Send vote mail and wait 72 hours
+echo.
+echo - Upload to dist/release:
+echo   cd publish
+echo   svn co https://dist.apache.org/repos/dist/release/chemistry/portcmis .
+echo   mkdir %PORTCMISVERSION%
+echo   cd %PORTCMISVERSION%
+echo   copy ..\..\artifacts\* .
+echo   svn add .
+echo   svn commit -m 'added PortCMIS %PORTCMISVERSION% release to dist'
+echo   cd ..\..
+echo.
+echo - Update website
+echo.
+echo - Close JIRA version and create a new one
+echo.
+echo - Rename tag:
+echo   svn mv https://svn.apache.org/repos/asf/chemistry/portcmis/tags/chemistry-portcmis-%PORTCMISVERSION%-%PORTCMISRC% https://svn.apache.org/repos/asf/chemistry/portcmis/tags/chemistry-portcmis-%PORTCMISVERSION% -m 'renamed tag after successful release'
+echo.
+echo - Update DOAP file
+echo.
+echo - Send mail to email to announce@apache.org (with GPG signature)
+echo.
+echo - Remove previous versions from https://dist.apache.org/repos/dist/release/chemistry/portcmis