Skip to content

Instantly share code, notes, and snippets.

View jonespm's full-sized avatar
🥊
"Sometimes you get the bug, sometimes the bug gets lucky!"

Code Hugger (Matthew Jones) jonespm

🥊
"Sometimes you get the bug, sometimes the bug gets lucky!"
View GitHub Profile
var oauth = require('oauth-sign');
var action = 'https://lti.tools/saltire/tp';
var method = 'POST';
var timestamp = Math.round(Date.now() / 1000);
var params = {
// LTI Required Parameters
lti_message_type: 'basic-lti-launch-request',
lti_version: 'LTI-1p0',
resource_link_id: 'resourceLinkId',
// OAuth 1.0a Required Parameters

Releasing sakai involves changing versions and creating tags and deploying artifacts to maven repo's.

Versioning the new version

For this task we will leverage the maven versions plugin http://mojo.codehaus.org/versions-maven-plugin/ When a branch is ready to be made a version the first thing is to update versions

In order to ensure all the versions were updated accuratley its important to find out how many versions there currently are with something like: