Skip to content

Commit 6c6949b

Browse files
Rebranding for UrbanCode as we support both Deploy and Build
2 parents 414567d + 7251704 commit 6c6949b

7 files changed

Lines changed: 16 additions & 10 deletions

File tree

.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>DaticalDB4UDeploy</name>
3+
<name>DaticalDB4UrbanCode</name>
44
<comment></comment>
55
<projects>
66
</projects>

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
DaticalDB4UDeploy
1+
DaticalDB4UrbanCode
22
=================
33

4-
This plugin brings Datical DB functionality to IBM UrbanCode uDeploy.
4+
This plugin brings Datical DB functionality to IBM UrbanCode Deploy and Build.
55

66
Two properties in the plugin step, Datical DB Install Directory and Datical DB Drivers Directory, read a default property at the resource (Agent) level. For each agent that is going to execute Datical DB, create a Resource Property called daticalDBCmd and daticalDBDriversDir.
77

@@ -57,3 +57,8 @@ Thus, we've added new new text boxes to each Datical DB Step, Datical DB JVM and
5757

5858
There is a known issue with placing multiple arguments in the "Datical DB JVM Arguments" text box. IBM Rational UrbanCode Deploy passes all properties as quoted strings. Thus, *--vmargs -Xms512M -Dmx512M* becomes *--vmargs "-Xms512M -Dmx512M"*. We are working with IBM on a resolution to this issue.
5959

60+
### Version 1.220 - December 3, 2015
61+
62+
Rebranding for UrbanCode as plugin works for both Deploy and Build
63+
64+

build.number

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
#Wed Mar 11 16:25:36 CDT 2015
2-
build.number=220
1+
#Build Number for ANT. Do not edit!
2+
#Thu Dec 03 15:06:56 CST 2015
3+
build.number=222

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project name="DaticalDB4UDeploy" default="dist" basedir=".">
2+
<project name="DaticalDB4UrbanCode" default="dist" basedir=".">
33
<description>
44
simple example build file
55
</description>
@@ -22,7 +22,7 @@
2222

2323
<mkdir dir="${dist}" />
2424

25-
<zip destfile="${dist}/DaticalDB4UDeploy-1.${build.number}.zip" basedir="." excludes=".git/*,**/dist,dist/*,**/doc" />
25+
<zip destfile="${dist}/DaticalDB4UrbanCode-1.${build.number}.zip" basedir="." excludes=".git/*,**/dist,dist/*,**/doc" />
2626
</target>
2727

2828
<target name="clean" description="clean up">

info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<integration type="Deploy"/>
1212

13-
<source url="http://www.github.com/Datical/DaticalDB4UDeploy"/>
13+
<source url="http://www.github.com/Datical/DaticalDB4UrbanCode"/>
1414

1515
<licenses>
1616
<license type="Apache 2.0"/>
@@ -34,7 +34,7 @@
3434
<meta content="Database,DevOps,Liquibase,YOLO" name="keywords"/>
3535
</meta-html>
3636

37-
<release-version>1.219</release-version>
37+
<release-version>1.221</release-version>
3838

3939
<release-notes>
4040
<release-note plugin-version="1.97">

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<plugin xmlns="http://www.urbancode.com/PluginXMLSchema_v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<header>
4-
<identifier version="22" id="com.datical.integration.udeploy.DaticalDB4UDeploy" name="Datical DB" />
4+
<identifier version="22" id="com.datical.integration.udeploy.DaticalDB4UrbanCode" name="Datical DB" />
55
<description>Datical DB makes it incredibly easy to automate and
66
manage database schema changes for high volume, complex releases,
77
across any environment, for any database. No agents required.

0 commit comments

Comments
 (0)