Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jan 6, 2025
1 parent 8439f3f commit 4358a43
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 222 deletions.
18 changes: 12 additions & 6 deletions lib/metanorma/ogc/biblio.rng
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,11 @@ Detailed in https://www.relaton.org/model/creator/</a:documentation>
<a:documentation>An identifier of the person according to an international identifier scheme</a:documentation>
</ref>
</zeroOrMore>
<zeroOrMore>
<optional>
<ref name="contact">
<a:documentation>Contact information for the person, including URI, address, phone number, and email</a:documentation>
</ref>
</zeroOrMore>
</optional>
</element>
</define>
<define name="fullname">
Expand Down Expand Up @@ -454,11 +454,11 @@ real names (if the person is named with a pseudonym or user name); previous lega
<a:documentation>An identifier of the organization according to an international identifier scheme</a:documentation>
</ref>
</zeroOrMore>
<zeroOrMore>
<optional>
<ref name="contact">
<a:documentation>Contact information for the organization, including address, phone number, and email</a:documentation>
</ref>
</zeroOrMore>
</optional>
<optional>
<ref name="logo">
<a:documentation>A logo for the organization</a:documentation>
Expand Down Expand Up @@ -540,12 +540,18 @@ real names (if the person is named with a pseudonym or user name); previous lega
<!-- TODO may change -->
<define name="contact">
<a:documentation>Contact information for a person or organization</a:documentation>
<choice>
<zeroOrMore>
<ref name="address"/>
</zeroOrMore>
<zeroOrMore>
<ref name="phone"/>
</zeroOrMore>
<zeroOrMore>
<ref name="email"/>
</zeroOrMore>
<zeroOrMore>
<ref name="uri"/>
</choice>
</zeroOrMore>
</define>
<define name="phone">
<a:documentation>The phone number associated with a person or organization</a:documentation>
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/ogc/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module Ogc
VERSION = "2.6.9".freeze
VERSION = "2.6.10".freeze
end
end
2 changes: 1 addition & 1 deletion spec/metanorma/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1847,7 +1847,7 @@
<stage>approved</stage>
</status>
<copyright>
<from>2024</from>
<from>#{Date.today.year}</from>
<owner>
<organization>
<name>Open Geospatial Consortium</name>
Expand Down
Loading

0 comments on commit 4358a43

Please sign in to comment.