Merge lp:~zorba-coders/zorba/bump-3.0 into lp:zorba

Proposed by Chris Hillery
Status: Merged
Approved by: Matthias Brantner
Approved revision: 11669
Merged at revision: 11669
Proposed branch: lp:~zorba-coders/zorba/bump-3.0
Merge into: lp:zorba
Diff against target: 77 lines (+8/-8)
6 files modified
CMakeLists.txt (+3/-3)
NOTICE.txt (+1/-1)
modules/sctx/sctx.jq (+1/-1)
modules/sequence/sequence.xq (+1/-1)
test/rbkt/Queries/zorba/versioning/zorba-version1.xq (+1/-1)
test/rbkt/Queries/zorba/versioning/zorba-version6.xq (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bump-3.0
Reviewer Review Type Date Requested Status
Matthias Brantner Approve
Chris Hillery Approve
Review via email: mp+193262@code.launchpad.net

Commit message

Bump version to 3.0!

To post a comment you must log in.
Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/bump-3.0/+merge/193262

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue result for https://code.launchpad.net/~zorba-coders/zorba/bump-3.0/+merge/193262

Stage "TestZorbaUbuntu" failed.
2 tests failed (8576 total tests run).

Check test results at http://jenkins.lambda.nu/job/TestZorbaUbuntu/399/testReport/ to view the results.

lp:~zorba-coders/zorba/bump-3.0 updated
11670. By Chris Hillery

Update zorba-version test cases.

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/bump-3.0/+merge/193262

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue succeeded - proposal merged!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2013-10-27 15:31:16 +0000
3+++ CMakeLists.txt 2013-10-30 15:49:53 +0000
4@@ -486,9 +486,9 @@
5 INCLUDE_DIRECTORIES(AFTER ${CMAKE_CURRENT_SOURCE_DIR}/include)
6
7 # zorba versioning
8-SET(ZORBA_MAJOR_NUMBER "2")
9-SET(ZORBA_MINOR_NUMBER "9")
10-SET(ZORBA_PATCH_NUMBER "1")
11+SET(ZORBA_MAJOR_NUMBER "3")
12+SET(ZORBA_MINOR_NUMBER "0")
13+SET(ZORBA_PATCH_NUMBER "0")
14 SET(ZORBA_VERSION ${ZORBA_MAJOR_NUMBER}.${ZORBA_MINOR_NUMBER}.${ZORBA_PATCH_NUMBER})
15 MESSAGE(STATUS "Zorba version number: ${ZORBA_VERSION}")
16
17
18=== modified file 'NOTICE.txt'
19--- NOTICE.txt 2013-09-18 18:51:34 +0000
20+++ NOTICE.txt 2013-10-30 15:49:53 +0000
21@@ -1,5 +1,5 @@
22 -----------
23-Zorba 2.9.1
24+Zorba 3.0.0
25 -----------
26
27 (Note: This file is generated automatically from NOTICE.xml.
28
29=== modified file 'modules/sctx/sctx.jq'
30--- modules/sctx/sctx.jq 2013-10-01 17:55:40 +0000
31+++ modules/sctx/sctx.jq 2013-10-30 15:49:53 +0000
32@@ -23,7 +23,7 @@
33 :
34 : @see http://www.w3.org/TR/xquery/#id-xq-static-context-components
35 : @author Nicolae Brinza
36- : @project Zorba/Static Context
37+ : @project Zorba/Introspection/Static Context/Static Context
38 :)
39 module namespace sctx = "http://zorba.io/modules/sctx";
40
41
42=== modified file 'modules/sequence/sequence.xq'
43--- modules/sequence/sequence.xq 2013-10-01 23:33:19 +0000
44+++ modules/sequence/sequence.xq 2013-10-30 15:49:53 +0000
45@@ -22,7 +22,7 @@
46 : This module provides an XQuery API to perform set operations on sequences.
47 :
48 : @author Paul J. Lucas
49- : @project Zorba/Sequence
50+ : @project Zorba/XML and JSON Data Model/Sequence/Sequence
51 :)
52
53 module namespace seq = "http://zorba.io/modules/sequence";
54
55=== modified file 'test/rbkt/Queries/zorba/versioning/zorba-version1.xq'
56--- test/rbkt/Queries/zorba/versioning/zorba-version1.xq 2013-08-09 08:27:30 +0000
57+++ test/rbkt/Queries/zorba/versioning/zorba-version1.xq 2013-10-30 15:49:53 +0000
58@@ -1,6 +1,6 @@
59 (: test that a query can declare a Zorba version it requires :)
60
61 declare namespace ver = "http://zorba.io/options/versioning";
62-declare option ver:zorba-version "2.0";
63+declare option ver:zorba-version "3.0";
64
65 1+1
66
67=== modified file 'test/rbkt/Queries/zorba/versioning/zorba-version6.xq'
68--- test/rbkt/Queries/zorba/versioning/zorba-version6.xq 2013-08-09 08:27:30 +0000
69+++ test/rbkt/Queries/zorba/versioning/zorba-version6.xq 2013-10-30 15:49:53 +0000
70@@ -1,6 +1,6 @@
71 (: test for declaring Zorba version including patch number :)
72
73 declare namespace ver = "http://zorba.io/options/versioning";
74-declare option ver:zorba-version "2.0.0";
75+declare option ver:zorba-version "3.0.0";
76
77 1+1

Subscribers

People subscribed via source and target branches