Skip to content

Commit

Permalink
Merge pull request #760 from atlassian/release-6.0.1
Browse files Browse the repository at this point in the history
Hotfix release 6.0.1
  • Loading branch information
SergeyMoroz0703 committed Dec 15, 2021
2 parents 4361031 + 30bb46f commit d593de1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/util/bamboo/bamboo_dataset_generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.atlassian.bamboo</groupId>
<artifactId>bamboo-specs-parent</artifactId>
<version>8.0.3</version>
<version>8.1.0</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -88,17 +88,17 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.7</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.7</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.7</version>
<version>2.16.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions app/util/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

from util.project_paths import JIRA_YML, CONFLUENCE_YML, BITBUCKET_YML, JSM_YML, CROWD_YML, BAMBOO_YML

TOOLKIT_VERSION = '6.0.0'
UNSUPPORTED_VERSION = '4.0.0'
TOOLKIT_VERSION = '6.0.1'
UNSUPPORTED_VERSION = '4.1.0'


def read_yml_file(file):
Expand Down

0 comments on commit d593de1

Please sign in to comment.