Skip to content

Commit 8509819

Browse files
author
terrypacker
committed
Adding release notes and bumping version numbers for 2.7.0 release.
1 parent a921796 commit 8509819

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+84
-32
lines changed

ASCII File Data Source/RELEASE-NOTES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*Version 1.2.1*
2+
* Upgraded to work with core version 2.7.x
3+
14
*Version 1.2.0*
25
* Upgraded to work with core version 2.6.x
36

ASCII File Data Source/module.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=asciiFile
2-
version=1.2.0
2+
version=1.2.1
33
coreVersion=2.7
44
description=ASCII File Reader
55
descriptionKey=file.desc

ASCII File Data Source/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.infiniteautomation.mango</groupId>
55
<artifactId>ascii-ds</artifactId>
66
<name>Ascii File Data Source</name>
7-
<version>1.2.0</version>
7+
<version>1.2.1</version>
88
<build>
99
<sourceDirectory>src</sourceDirectory>
1010
<testSourceDirectory>test</testSourceDirectory>

Crowd/RELEASE-NOTES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*Version 2.1.1*
2+
* Upgraded to work with core version 2.7.x
3+
14
*Version 2.1.0*
25
* Upgraded to work with core version 2.6.x
36

Crowd/module.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=crowd
2-
version=2.1.0
2+
version=2.1.1
33
coreVersion=2.7
44

55
description=Crowd Single Sign-On integration

Crowd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.infiniteautomation.mango</groupId>
55
<artifactId>crowd</artifactId>
66
<name>Crowd Login Management</name>
7-
<version>2.1.0</version>
7+
<version>2.1.1</version>
88
<build>
99
<sourceDirectory>src</sourceDirectory>
1010
<testSourceDirectory>test</testSourceDirectory>

EnvCan Data Source/RELEASE-NOTES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*Version 1.1.1
2+
* Upgraded to work with core version 2.7.x
3+
14
*Version 1.0.0
25
* Upgraded to work with core version 2.6.x
36

EnvCan Data Source/module.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=envcands
2-
version=1.0.0
2+
version=1.0.1
33
coreVersion=2.7
44
description=Data source that reads data from Environment Canada web pages
55
descriptionKey=envcands.description

EnvCan Data Source/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.infiniteautomation.mango</groupId>
55
<artifactId>envcan-ds</artifactId>
66
<name>Environment Canada Data Source</name>
7-
<version>1.0.0</version>
7+
<version>1.0.1</version>
88
<build>
99
<sourceDirectory>src</sourceDirectory>
1010
<testSourceDirectory>test</testSourceDirectory>

Graphical views/RELEASE-NOTES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*Version 1.6.2*
22
* Fixed bug where large number of events would slow page loading, now latest 10 un-acknowledged events for a point are shown
3+
* Upgraded to work with core version 2.7.x
34

45
*Version 1.6.1*
56
* Fixed style bug where during editing the font family was different than during viewing, this caused the layout to be slightly out of alignment

0 commit comments

Comments
 (0)