Skip to content

Commit

Permalink
Merge pull request #105 from fabiocarvalho777/release
Browse files Browse the repository at this point in the history
Releasing 2.3.0
  • Loading branch information
fabiocarvalho777 authored Feb 20, 2018
2 parents 9cfc1d3 + ea361d9 commit 51470f0
Show file tree
Hide file tree
Showing 322 changed files with 83,690 additions and 19 deletions.
2 changes: 1 addition & 1 deletion butterfly-cli-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.paypal.butterfly</groupId>
<artifactId>butterfly-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion butterfly-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.paypal.butterfly</groupId>
<artifactId>butterfly-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion butterfly-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.paypal.butterfly</groupId>
<artifactId>butterfly-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion butterfly-extensions-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.paypal.butterfly</groupId>
<artifactId>butterfly-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion butterfly-facade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.paypal.butterfly</groupId>
<artifactId>butterfly-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion butterfly-metrics-couchdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.paypal.butterfly</groupId>
<artifactId>butterfly-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion butterfly-metrics-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.paypal.butterfly</groupId>
<artifactId>butterfly-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion butterfly-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.paypal.butterfly</groupId>
<artifactId>butterfly-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions docs/Extension-development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ When developing a Butterfly extension, it is very helpful to run it from the IDE

Refer to the following javadocs to develop your own Butterfly extension:

1. [butterfly-extensions-api](https://paypal.github.io/butterfly/javadocs/2.2.0/butterfly-extensions-api/index.html): API component to be used by Butterfly extensions when providing their transformation and upgrade templates.
1. [butterfly-utilities](https://paypal.github.io/butterfly/javadocs/2.2.0/butterfly-utilities/index.html): multiple types of ready-to-use transformation utilities.
1. [butterfly-extensions-api](https://paypal.github.io/butterfly/javadocs/2.3.0/butterfly-extensions-api/index.html): API component to be used by Butterfly extensions when providing their transformation and upgrade templates.
1. [butterfly-utilities](https://paypal.github.io/butterfly/javadocs/2.3.0/butterfly-utilities/index.html): multiple types of ready-to-use transformation utilities.
2 changes: 1 addition & 1 deletion docs/Installing-Butterfly.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See [butterfly tap](https://github.com/paypal/homebrew-butterfly) for instructio

## Installing Butterfly from zip file

1. Download and extract [butterfly-cli-package.zip](https://repo1.maven.org/maven2/com/paypal/butterfly/butterfly-cli-package/2.2.0/butterfly-cli-package-2.2.0.zip) file
1. Download and extract [butterfly-cli-package.zip](https://repo1.maven.org/maven2/com/paypal/butterfly/butterfly-cli-package/2.3.0/butterfly-cli-package-2.3.0.zip) file
1. Cd to the `butterfly` folder and run `butterfly`. If you see its help, Butterfly has been installed properly
1. Run `butterfly –l` and notice that you have no Butterfly extensions at this point, as seen below

Expand Down
10 changes: 7 additions & 3 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@
## 2.3.0

#### Release date
TBD
February 20th, 2018.

#### New features and enhancements
TBD
* [52 - Create Butterfly brew installer](https://github.com/paypal/butterfly/issues/52)
* [87 - Add `butterfly -l` output samples to how-to install document](https://github.com/paypal/butterfly/issues/87)
* [95 - Create a TU that, given a XML file, returns the indentation used on it](https://github.com/paypal/butterfly/issues/95)
* [51 - InsertLine TU should allow insertions before the matched line](https://github.com/paypal/butterfly/issues/51)
* [84 - Add TOs to add or change pom file parent preserving file formatting and comments](https://github.com/paypal/butterfly/issues/84)

#### Bug fixes
TBD
* [82 - If an inexistent version is requested with u argument, the error is not reported properly](https://github.com/paypal/butterfly/issues/82)

## 2.2.0

Expand Down
Binary file modified docs/jar/sample-extension-1.0.0.jar
Binary file not shown.
64 changes: 64 additions & 0 deletions docs/javadocs/2.3.0/butterfly-extensions-api/allclasses-frame.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_161) on Tue Feb 20 15:21:38 CST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (butterfly-extensions-api 2.3.0 API)</title>
<meta name="date" content="2018-02-20">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="com/paypal/butterfly/extensions/api/utilities/Abort.html" title="class in com.paypal.butterfly.extensions.api.utilities" target="classFrame">Abort</a></li>
<li><a href="com/paypal/butterfly/extensions/api/metrics/AbortDetails.html" title="class in com.paypal.butterfly.extensions.api.metrics" target="classFrame">AbortDetails</a></li>
<li><a href="com/paypal/butterfly/extensions/api/operations/AddElement.html" title="interface in com.paypal.butterfly.extensions.api.operations" target="classFrame"><span class="interfaceName">AddElement</span></a></li>
<li><a href="com/paypal/butterfly/extensions/api/operations/AddElement.IfPresent.html" title="enum in com.paypal.butterfly.extensions.api.operations" target="classFrame">AddElement.IfPresent</a></li>
<li><a href="com/paypal/butterfly/extensions/api/operations/AddElementTO.html" title="class in com.paypal.butterfly.extensions.api.operations" target="classFrame">AddElementTO</a></li>
<li><a href="com/paypal/butterfly/extensions/api/exception/ApplicationValidationException.html" title="class in com.paypal.butterfly.extensions.api.exception" target="classFrame">ApplicationValidationException</a></li>
<li><a href="com/paypal/butterfly/extensions/api/exception/ButterflyException.html" title="class in com.paypal.butterfly.extensions.api.exception" target="classFrame">ButterflyException</a></li>
<li><a href="com/paypal/butterfly/extensions/api/exception/ButterflyRuntimeException.html" title="class in com.paypal.butterfly.extensions.api.exception" target="classFrame">ButterflyRuntimeException</a></li>
<li><a href="com/paypal/butterfly/extensions/api/operations/ChangeOrRemoveElement.html" title="interface in com.paypal.butterfly.extensions.api.operations" target="classFrame"><span class="interfaceName">ChangeOrRemoveElement</span></a></li>
<li><a href="com/paypal/butterfly/extensions/api/operations/ChangeOrRemoveElement.IfNotPresent.html" title="enum in com.paypal.butterfly.extensions.api.operations" target="classFrame">ChangeOrRemoveElement.IfNotPresent</a></li>
<li><a href="com/paypal/butterfly/extensions/api/operations/ChangeOrRemoveElementTO.html" title="class in com.paypal.butterfly.extensions.api.operations" target="classFrame">ChangeOrRemoveElementTO</a></li>
<li><a href="com/paypal/butterfly/extensions/api/ContextAttributeRetriever.html" title="class in com.paypal.butterfly.extensions.api" target="classFrame">ContextAttributeRetriever</a></li>
<li><a href="com/paypal/butterfly/extensions/api/DoubleCondition.html" title="class in com.paypal.butterfly.extensions.api" target="classFrame">DoubleCondition</a></li>
<li><a href="com/paypal/butterfly/extensions/api/ExecutionResult.html" title="class in com.paypal.butterfly.extensions.api" target="classFrame">ExecutionResult</a></li>
<li><a href="com/paypal/butterfly/extensions/api/Extension.html" title="class in com.paypal.butterfly.extensions.api" target="classFrame">Extension</a></li>
<li><a href="com/paypal/butterfly/extensions/api/FilterFiles.html" title="class in com.paypal.butterfly.extensions.api" target="classFrame">FilterFiles</a></li>
<li><a href="com/paypal/butterfly/extensions/api/utilities/Log.html" title="class in com.paypal.butterfly.extensions.api.utilities" target="classFrame">Log</a></li>
<li><a href="com/paypal/butterfly/extensions/api/utilities/ManualInstruction.html" title="class in com.paypal.butterfly.extensions.api.utilities" target="classFrame">ManualInstruction</a></li>
<li><a href="com/paypal/butterfly/extensions/api/utilities/MapValue.html" title="class in com.paypal.butterfly.extensions.api.utilities" target="classFrame">MapValue</a></li>
<li><a href="com/paypal/butterfly/extensions/api/MultipleConditions.html" title="class in com.paypal.butterfly.extensions.api" target="classFrame">MultipleConditions</a></li>
<li><a href="com/paypal/butterfly/extensions/api/MultipleConditions.Mode.html" title="enum in com.paypal.butterfly.extensions.api" target="classFrame">MultipleConditions.Mode</a></li>
<li><a href="com/paypal/butterfly/extensions/api/MultipleOperations.html" title="class in com.paypal.butterfly.extensions.api" target="classFrame">MultipleOperations</a></li>
<li><a href="com/paypal/butterfly/extensions/api/PerformResult.html" title="class in com.paypal.butterfly.extensions.api" target="classFrame">PerformResult</a></li>
<li><a href="com/paypal/butterfly/extensions/api/PerformResult.Type.html" title="enum in com.paypal.butterfly.extensions.api" target="classFrame">PerformResult.Type</a></li>
<li><a href="com/paypal/butterfly/extensions/api/utilities/ResultCondition.html" title="class in com.paypal.butterfly.extensions.api.utilities" target="classFrame">ResultCondition</a></li>
<li><a href="com/paypal/butterfly/extensions/api/SingleCondition.html" title="class in com.paypal.butterfly.extensions.api" target="classFrame">SingleCondition</a></li>
<li><a href="com/paypal/butterfly/extensions/api/exception/TemplateResolutionException.html" title="class in com.paypal.butterfly.extensions.api.exception" target="classFrame">TemplateResolutionException</a></li>
<li><a href="com/paypal/butterfly/extensions/api/TOExecutionResult.html" title="class in com.paypal.butterfly.extensions.api" target="classFrame">TOExecutionResult</a></li>
<li><a href="com/paypal/butterfly/extensions/api/TOExecutionResult.Type.html" title="enum in com.paypal.butterfly.extensions.api" target="classFrame">TOExecutionResult.Type</a></li>
<li><a href="com/paypal/butterfly/extensions/api/TransformationContext.html" title="interface in com.paypal.butterfly.extensions.api" target="classFrame"><span class="interfaceName">TransformationContext</span></a></li>
<li><a href="com/paypal/butterfly/extensions/api/exception/TransformationDefinitionException.html" title="class in com.paypal.butterfly.extensions.api.exception" target="classFrame">TransformationDefinitionException</a></li>
<li><a href="com/paypal/butterfly/extensions/api/metrics/TransformationMetrics.html" title="interface in com.paypal.butterfly.extensions.api.metrics" target="classFrame"><span class="interfaceName">TransformationMetrics</span></a></li>
<li><a href="com/paypal/butterfly/extensions/api/metrics/TransformationMetricsListener.html" title="interface in com.paypal.butterfly.extensions.api.metrics" target="classFrame"><span class="interfaceName">TransformationMetricsListener</span></a></li>
<li><a href="com/paypal/butterfly/extensions/api/TransformationOperation.html" title="class in com.paypal.butterfly.extensions.api" target="classFrame">TransformationOperation</a></li>
<li><a href="com/paypal/butterfly/extensions/api/exception/TransformationOperationException.html" title="class in com.paypal.butterfly.extensions.api.exception" target="classFrame">TransformationOperationException</a></li>
<li><a href="com/paypal/butterfly/extensions/api/metrics/TransformationStatistics.html" title="interface in com.paypal.butterfly.extensions.api.metrics" target="classFrame"><span class="interfaceName">TransformationStatistics</span></a></li>
<li><a href="com/paypal/butterfly/extensions/api/TransformationTemplate.html" title="class in com.paypal.butterfly.extensions.api" target="classFrame">TransformationTemplate</a></li>
<li><a href="com/paypal/butterfly/extensions/api/TransformationUtility.html" title="class in com.paypal.butterfly.extensions.api" target="classFrame">TransformationUtility</a></li>
<li><a href="com/paypal/butterfly/extensions/api/exception/TransformationUtilityException.html" title="class in com.paypal.butterfly.extensions.api.exception" target="classFrame">TransformationUtilityException</a></li>
<li><a href="com/paypal/butterfly/extensions/api/TransformationUtilityGroup.html" title="class in com.paypal.butterfly.extensions.api" target="classFrame">TransformationUtilityGroup</a></li>
<li><a href="com/paypal/butterfly/extensions/api/TransformationUtilityLoop.html" title="class in com.paypal.butterfly.extensions.api" target="classFrame">TransformationUtilityLoop</a></li>
<li><a href="com/paypal/butterfly/extensions/api/TUExecutionResult.html" title="class in com.paypal.butterfly.extensions.api" target="classFrame">TUExecutionResult</a></li>
<li><a href="com/paypal/butterfly/extensions/api/TUExecutionResult.Type.html" title="enum in com.paypal.butterfly.extensions.api" target="classFrame">TUExecutionResult.Type</a></li>
<li><a href="com/paypal/butterfly/extensions/api/upgrade/UpgradeStep.html" title="class in com.paypal.butterfly.extensions.api.upgrade" target="classFrame">UpgradeStep</a></li>
<li><a href="com/paypal/butterfly/extensions/api/UtilityCondition.html" title="class in com.paypal.butterfly.extensions.api" target="classFrame">UtilityCondition</a></li>
</ul>
</div>
</body>
</html>
Loading

0 comments on commit 51470f0

Please sign in to comment.