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

Commit

Permalink
Updated Gaffer version to 2.0.0-alpha-0.5 (#1056)
Browse files Browse the repository at this point in the history
Co-authored-by: t92549 <t92549@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and t92549 authored Mar 7, 2023
1 parent 3ea447a commit 1fb1f2c
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
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

0 comments on commit 1fb1f2c

Please sign in to comment.