forked from pentaho/pdi-platform-utils-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarket_entry.xml
executable file
·23 lines (23 loc) · 957 Bytes
/
market_entry.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<market>
<market_entry>
<id>BAServerUtils</id>
<type>Step</type>
<name>BA Server Utils</name>
<description>Collection of kettle steps to interact with BA Server services.</description>
<documentation_url>https://github.com/webdetails/kettle-baserver-utils/blob/release/README.md</documentation_url>
<author>Webdetails</author>
<author_url>http://www.webdetails.pt</author_url>
<license>MPL 2.0</license>
<versions>
<version>
<branch>@project.stage@</branch>
<version>@project.version@</version>
<name>@project.revision@</name>
<package_url>http://ci.pentaho.com/job/Webdetails-kettle-ba-server-utils/lastSuccessfulBuild/artifact/dist/@project.package@</package_url>
<source_url>https://github.com/webdetails/kettle-baserver-utils</source_url>
<min_parent_version>5.0</min_parent_version>
</version>
</versions>
</market_entry>
</market>