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

Updated Gaffer version to 2.0.0-alpha-0.5 #1056

Merged
merged 1 commit into from
Mar 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gaffer tools is built using maven. This process will automatically pull in depen
projects below.


Gaffer (uk.gov.gchq.gaffer:gaffer2:2.0.0-alpha-0.4):
Gaffer (uk.gov.gchq.gaffer:gaffer2:2.0.0-alpha-0.5):

- Apache License, Version 2.0

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>gaffer2</artifactId>
<version>2.0.0-alpha-0.4</version>
<version>2.0.0-alpha-0.5</version>
</parent>

<artifactId>gaffer-tools</artifactId>
Expand All @@ -31,7 +31,7 @@
<!-- For <modules> see default profile -->

<properties>
<gaffer.version>2.0.0-alpha-0.4</gaffer.version>
<gaffer.version>2.0.0-alpha-0.5</gaffer.version>
<scm.url>
https://github.com/gchq/gaffer-tools
</scm.url>
Expand Down
2 changes: 1 addition & 1 deletion python-shell/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.0-alpha-0.4"
__version__ = "2.0.0-alpha-0.5"

__title__ = "gafferpy"
__description__ = "Gaffer Python Shell"
Expand Down
2 changes: 1 addition & 1 deletion python-shell/src/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.0-alpha-0.4"
__version__ = "2.0.0-alpha-0.5"

__title__ = "gafferpy"
__description__ = "Gaffer Python Shell"
Expand Down
2 changes: 1 addition & 1 deletion python-shell/src/fishbowl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.0-alpha-0.4"
__version__ = "2.0.0-alpha-0.5"

__title__ = "fishbowl"
__description__ = "Gaffer Python Shell"
Expand Down
2 changes: 1 addition & 1 deletion python-shell/src/gafferpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.0-alpha-0.4"
__version__ = "2.0.0-alpha-0.5"

__title__ = "gafferpy"
__description__ = "Gaffer Python Shell"
Expand Down
2 changes: 1 addition & 1 deletion python-shell/src/gafferpy_examples/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.0-alpha-0.4"
__version__ = "2.0.0-alpha-0.5"

__title__ = "gafferpy_examples"
__description__ = "Gaffer Python Shell"
Expand Down
2 changes: 1 addition & 1 deletion python-shell/src/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.0-alpha-0.4"
__version__ = "2.0.0-alpha-0.5"

__title__ = "gafferpy"
__description__ = "Gaffer Python Shell"
Expand Down