Skip to content

Commit a9481ee

Browse files
committed
Updated pom file for 4.3.0 release
1 parent 78de09d commit a9481ee

25 files changed

Lines changed: 31 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [4.3.0] - 2019-01-31
88

99
### Added
1010
- Filter executions by user and date
@@ -13,10 +13,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
[WOLF-262](https://opensource.ncsa.illinois.edu/jira/browse/WOLF-262)
1414
- Password reset page for DataWolf Editor
1515
[WOLF-263](https://opensource.ncsa.illinois.edu/jira/browse/WOLF-263)
16+
- LDAP Authentication support
17+
[WOLF-265](https://opensource.ncsa.illinois.edu/jira/browse/WOLF-265)
18+
- Endpoint to fetch user access token
19+
[WOLF-268](https://opensource.ncsa.illinois.edu/jira/browse/WOLF-268)
1620

1721
### Changed
1822
- Enable CORS by default
1923
[WOLF-264](https://opensource.ncsa.illinois.edu/jira/browse/WOLF-264)
24+
- Set login cookie path
25+
[WOLF-267](https://opensource.ncsa.illinois.edu/jira/browse/WOLF-267)
2026

2127
### Fixed
2228

datawolf-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>edu.illinois.ncsa</groupId>
77
<artifactId>datawolf</artifactId>
8-
<version>4.3.0-SNAPSHOT</version>
8+
<version>4.3.0</version>
99
</parent>
1010
<artifactId>datawolf-core</artifactId>
1111

datawolf-doc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>edu.illinois.ncsa</groupId>
55
<artifactId>datawolf</artifactId>
6-
<version>4.3.0-SNAPSHOT</version>
6+
<version>4.3.0</version>
77
</parent>
88
<artifactId>datawolf-doc</artifactId>
99
</project>

datawolf-domain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>edu.illinois.ncsa</groupId>
77
<artifactId>datawolf</artifactId>
8-
<version>4.3.0-SNAPSHOT</version>
8+
<version>4.3.0</version>
99
</parent>
1010
<artifactId>datawolf-domain</artifactId>
1111

datawolf-editor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>edu.illinois.ncsa</groupId>
66
<artifactId>datawolf</artifactId>
7-
<version>4.3.0-SNAPSHOT</version>
7+
<version>4.3.0</version>
88
</parent>
99
<packaging>war</packaging>
1010
<artifactId>datawolf-editor</artifactId>

datawolf-executor-commandline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>datawolf</artifactId>
66
<groupId>edu.illinois.ncsa</groupId>
7-
<version>4.3.0-SNAPSHOT</version>
7+
<version>4.3.0</version>
88
</parent>
99
<artifactId>datawolf-executor-commandline</artifactId>
1010

datawolf-executor-hpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>datawolf</artifactId>
66
<groupId>edu.illinois.ncsa</groupId>
7-
<version>4.3.0-SNAPSHOT</version>
7+
<version>4.3.0</version>
88
</parent>
99
<artifactId>datawolf-executor-hpc</artifactId>
1010

datawolf-executor-java-tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>datawolf</artifactId>
66
<groupId>edu.illinois.ncsa</groupId>
7-
<version>4.3.0-SNAPSHOT</version>
7+
<version>4.3.0</version>
88
</parent>
99
<artifactId>datawolf-executor-java-tool</artifactId>
1010

datawolf-executor-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datawolf</artifactId>
77
<groupId>edu.illinois.ncsa</groupId>
8-
<version>4.3.0-SNAPSHOT</version>
8+
<version>4.3.0</version>
99
</parent>
1010
<artifactId>datawolf-executor-java</artifactId>
1111

datawolf-jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>datawolf</artifactId>
66
<groupId>edu.illinois.ncsa</groupId>
7-
<version>4.3.0-SNAPSHOT</version>
7+
<version>4.3.0</version>
88
</parent>
99
<artifactId>datawolf-jpa</artifactId>
1010
<packaging>jar</packaging>

0 commit comments

Comments
 (0)