forked from liquibase/liquibase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RELEASING.txt
48 lines (38 loc) · 1.38 KB
/
RELEASING.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
update changelog.txt
set java home
set path=%path%;gpg
mvn release:prepare
mvn release:perform
upload target/checkout/liquibase-maven-integration/target/site to phpinclude
upload target/checkout/liquibase-core/target/site to phpinclude
upload new version of site to server
update version info on /download
release version on jira
POST MESSAGES TO:
- forum
- blog
- sourceforge project
- javalobby
- freshmeat
- wikipedia
- Newly supported database lists
Sample messages:
--------------------------------------------------------
CORE
---------------------------------------------------------
Liquibase 1.4.0 has been released. Major features include:
- IntelliJ Plug-in Support
- Added support for specifying schemas in change log
- MaxDB/SAPDB Support
- Refactored Code
- Can specify data types as java.sql.Types.*
- Support for composite foreign keys
- Improved Maven support
- Bug Fixes
Upgrading is simply a matter of replacing the liquibase.jar file. To take advantage of newer change log features, change your XSD declaration to:
<databasechangelog xmlns="http://www.liquibase.org/xml/ns/dbchangelog/1.4";
xsi="http://www.w3.org/2001/XMLSchema-instance";
schemalocation="http://www.liquibase.org/xml/ns/dbchangelog/1.4
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.4.xsd";>
Download Liquibase 1.4 from:
http://www.liquibase.org/download