Author: gk
Date: Tue May 30 08:46:56 2017
New Revision: 1796809
URL: http://svn.apache.org/viewvc?rev=1796809&view=rev
Log:
- update meta data
Modified:
turbine/fulcrum/trunk/security/README
turbine/fulcrum/trunk/security/src/changes/changes.xml
Modified: turbine/fulcrum/trunk/security/README
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/README?rev=1796809&r1=1796808&r2=1796809&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/README (original)
+++ turbine/fulcrum/trunk/security/README Tue May 30 08:46:56 2017
@@ -14,7 +14,11 @@ Using scm-publish Plugin, cft. http://co
* Verify turbine.scmPubCheckoutDirectory is matching property
checkoutDirectory of goal scm-publish:publish-scm.
-* Once you have the site checked out locally, as it is multi-module project
(with submodules) execute
+* Once you have the site checked out locally, as it is multi-module project
(with submodules) execute first
+
+ mvn clean install
+
+* then
mvn site site:stage
@@ -30,6 +34,6 @@ This will build the documentation into t
This will generate the site into turbine.site.cache folder
(target/turbine-sites by default) and print any changes to STDOUT.
-* To deploy run the same command adding -Dusername=<username> -Dpassword=<pw>
and remove the argument scmpublish.dryRun or set it to false. Check if
tryUpdate is set to false to get a clean working copy again). Alternatively, if
you have set scmpublish.skipCheckin=true in the previous step, you have to do a
manual commit.
+* To deploy run the same command (adding -Dusername=<username>
-Dpassword=<pw>) remove the argument scmpublish.dryRun or set it to false.
Check if tryUpdate is set to false to get a clean working copy again).
Alternatively, if you have set scmpublish.skipCheckin=true in the previous
step, you have to do a manual commit.
Modified: turbine/fulcrum/trunk/security/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/src/changes/changes.xml?rev=1796809&r1=1796808&r2=1796809&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/src/changes/changes.xml (original)
+++ turbine/fulcrum/trunk/security/src/changes/changes.xml Tue May 30 08:46:56
2017
@@ -26,15 +26,19 @@
<body>
<release version="1.1.1" date="in Subversion">
<action type="update" dev="gk">
- Update to JUnit4
+ Updated to JUnit 4
Configurable global group in Turbine and dynamic model
- Optional second level permission check, i.e. TurbineRole and
TurbineGroup impl are optional in Turbine ACL and Torque Manager, only
TurbineUser interface implementation is required
+ Optional second level permission check, i.e. TurbineRole and
TurbineGroup impl are optional in Turbine ACL and Torque Manager, only
TurbineUser interface implementation is required.
+ Resolve TRB-98
</action>
<action type="update" dev="gk">
Torque Fulcrum and Default schema, support for Peer interface, global
group name configurable in model manager
</action>
</release>
<release version="1.1.0" date="">
+ <action type="update" dev="gk">
+ Updated to Torque 4.0
+ </action>
<action type="update" dev="tv">
Updated to Hibernate 3.6.7
</action>