Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #119 from datawire/develop
Browse files Browse the repository at this point in the history
Release 2.0.9
  • Loading branch information
bozzzzo authored Sep 2, 2016
2 parents f52e1a4 + cd530ba commit 932e2b4
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.8
current_version = 2.0.9
commit = False
tag = False
tag_name = "v{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion quark/discovery-3.0.q
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
quark 1.0;

package datawire_mdk_discovery 2.0.8;
package datawire_mdk_discovery 2.0.9;

include discovery-protocol-3.0.q;
include synapse.q;
Expand Down
2 changes: 1 addition & 1 deletion quark/introspection-1.0.q
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
quark 1.0;

package datawire_mdk_introspection 2.0.8;
package datawire_mdk_introspection 2.0.9;

/*
* Copyright 2016 Datawire. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion quark/mdk-2.0.q
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
quark 1.0;

package datawire_mdk 2.0.8;
package datawire_mdk 2.0.9;

// DATAWIRE MDK

Expand Down
2 changes: 1 addition & 1 deletion quark/mdk_runtime.q
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
quark 1.0;

package datawire_mdk_runtime 2.0.8;
package datawire_mdk_runtime 2.0.9;

include actors_core.q;
include actors_promise.q;
Expand Down
2 changes: 1 addition & 1 deletion quark/protocol-1.0.q
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
quark 1.0;

package datawire_mdk_protocol 2.0.8;
package datawire_mdk_protocol 2.0.9;

import quark.concurrent;
import quark.reflect;
Expand Down
2 changes: 1 addition & 1 deletion quark/tracing-2.0.q
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
quark 1.0;

package datawire_mdk_tracing 2.0.8;
package datawire_mdk_tracing 2.0.9;

include protocol-1.0.q;
include introspection-1.0.q;
Expand Down
2 changes: 1 addition & 1 deletion quark/util-1.0.q
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
quark 1.0;

package datawire_mdk_util 2.0.8;
package datawire_mdk_util 2.0.9;

use js bluebird 3.4.1;
include mdk_promises.js;
Expand Down
1 change: 1 addition & 0 deletions scripts/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def upload_jar():
Upload jar to ossrh.
"""
check_call("openssl aes-256-cbc -K $encrypted_530a0926551f_key -iv $encrypted_530a0926551f_iv -in ci/cikey.asc.enc -out ci/cikey.asc -d", shell=True)
check_call("gpg --fast-import ci/cikey.asc")
check_call(["mvn", "-P", "release",
"-f", "output/java/mdk-2.0",
"--settings", "ci/mvnsettings.xml",
Expand Down

0 comments on commit 932e2b4

Please sign in to comment.