Skip to content

Commit 5949567

Browse files
Prepare for 1.0.1 release.
1 parent f6fa55e commit 5949567

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.project
22
.settings/
3+
.vscode/
34
target/

CHANGELOG.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
ChangeLog
2-
=========
1+
# ChangeLog
2+
33
Changelog of Advanced Installer plugin for Bamboo.
44

5-
Advanced Installer TeamCity Plugin 1.0
6-
-----------------------
7-
### Official release
8-
First official release.
5+
### Advanced Installer Bamboo Plugin 1.0
6+
7+
* First official release.
8+
9+
### Advanced Installer Bamboo Plugin 1.0.1
10+
11+
Improvements
12+
* Updated debug message that was displayed when invalid root path was specified for AdvancedInstaller.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>caphyon.advinst.bamboo</groupId>
99
<artifactId>advinst-bamboo-plugin</artifactId>
10-
<version>1.1-SNAPHOT</version>
10+
<version>1.0.1</version>
1111

1212
<organization>
1313
<name>Caphyon</name>

0 commit comments

Comments
 (0)