Skip to content

Commit f7684da

Browse files
committed
create 3.2.10 release
1 parent a0c35e5 commit f7684da

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ allprojects {
1010
apply plugin: "jacoco"
1111

1212
group = 'com.paypal.butterfly'
13-
version = '3.2.10-SNAPSHOT'
13+
version = '3.2.10'
1414

1515
repositories {
1616
mavenLocal()

docs/Installing-Butterfly.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Before installing Butterfly, make sure you have Java 7, or newer, installed (run
77

88
## Installing Butterfly from zip file
99

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

1414
```
1515
No active profile set, falling back to default profiles: default
1616
Started ButterflyCliApp in 0.965 seconds (JVM running for 1.427)
17-
Butterfly application transformation tool (version 3.2.9)
17+
Butterfly application transformation tool (version 3.2.10)
1818
There are no registered extensions
1919
```
2020

@@ -32,7 +32,7 @@ You would get an output similar to the one below if you've installed the sample
3232
```
3333
No active profile set, falling back to default profiles: default
3434
Started ButterflyCliApp in 0.909 seconds (JVM running for 1.397)
35-
Butterfly application transformation tool (version 3.2.9)
35+
Butterfly application transformation tool (version 3.2.10)
3636
See registered extensions below (shortcut in parenthesis)
3737
3838
- com.extensiontest.SampleExtension: Sample extension (version 1.0.0)

docs/QUICK_START.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Follow the steps below.
88
### 1- Installing Butterfly
99

1010
* Install Butterfly following [this document](https://paypal.github.io/butterfly/Installing-Butterfly).
11-
* Following the same document, install [butterfly-springboot-extension-3.2.9.jar](https://paypal.github.io/butterfly/jar/butterfly-springboot-extension-3.2.9.jar) Butterfly extension, which will be used to transform the sample application.
11+
* Following the same document, install [butterfly-springboot-extension-3.2.10.jar](https://paypal.github.io/butterfly/jar/butterfly-springboot-extension-3.2.10.jar) Butterfly extension, which will be used to transform the sample application.
1212

1313
### 2- The sample application
1414

5.34 KB
Binary file not shown.

0 commit comments

Comments
 (0)