Skip to content

Commit

Permalink
version numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Jul 4, 2024
1 parent 2ed56bb commit cfb418c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class adwords:
package = "com.zms.catalog.opensearch"

# Revision
revision = "1.8.4"
revision = "1.8.5"

# Type
type = "ZMSRecordSet"
Expand Down Expand Up @@ -93,19 +93,16 @@ class Attrs:
category = {"custom":1
,"default":""
,"id":"category"
,"keys":["##"
,"return ["
," ('direkt','Direkteinstiege'),"
," ('universitaet','Universität'),"
," ('study','Studium'),"
," ('forschung','Forschung'),"
," ('weiterbildung','Weiterbildung'),"
," ('fakultaeten','Fakultäten'),"
," ('institute','Institute und Zentren'),"
," ('microsites','Microsites'),"
," ('apps','Applikationen'),"
," ('extern','Externe Seiten')"
,"]"]
,"keys":["direkt"
,"universitaet"
,"study"
,"forschung"
,"weiterbildung"
,"fakultaeten"
,"institute"
,"microsites"
,"apps"
,"extern"]
,"mandatory":0
,"multilang":0
,"name":"Category"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class opensearch_connector:
package = "com.zms.catalog.opensearch"

# Revision
revision = "1.7.6"
revision = "1.8.0"

# Type
type = "ZMSLibrary"
Expand Down

0 comments on commit cfb418c

Please sign in to comment.