Skip to content

Commit

Permalink
Releasing 3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocarvalho777 committed Nov 8, 2023
1 parent 493a423 commit 6de6cc7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ allprojects {
apply plugin: "jacoco"

group = 'com.paypal.butterfly'
version = '3.2.7-SNAPSHOT'
version = '3.2.7'

repositories {
mavenLocal()
Expand Down
6 changes: 3 additions & 3 deletions docs/Installing-Butterfly.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Before installing Butterfly, make sure you have Java 7, or newer, installed (run

## Installing Butterfly from zip file

1. Download and extract [butterfly-cli-package.zip](https://repo1.maven.org/maven2/com/paypal/butterfly/butterfly-cli-package/3.2.6/butterfly-cli-package-3.2.6.zip) file
1. Download and extract [butterfly-cli-package.zip](https://repo1.maven.org/maven2/com/paypal/butterfly/butterfly-cli-package/3.2.7/butterfly-cli-package-3.2.7.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

```
No active profile set, falling back to default profiles: default
Started ButterflyCliApp in 0.965 seconds (JVM running for 1.427)
Butterfly application transformation tool (version 3.2.6)
Butterfly application transformation tool (version 3.2.7)
There are no registered extensions
```

Expand All @@ -32,7 +32,7 @@ You would get an output similar to the one below if you've installed the sample
```
No active profile set, falling back to default profiles: default
Started ButterflyCliApp in 0.909 seconds (JVM running for 1.397)
Butterfly application transformation tool (version 3.2.6)
Butterfly application transformation tool (version 3.2.7)
See registered extensions below (shortcut in parenthesis)
- com.extensiontest.SampleExtension: Sample extension (version 1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion docs/QUICK_START.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Follow the steps below.
### 1- Installing Butterfly

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

### 2- The sample application

Expand Down
11 changes: 11 additions & 0 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@

# Release notes

## 3.2.7

#### Release date
November 8th, 2023

#### New features and enhancements
None

#### Bug fixes
* [407 - Upgrading Spring, Spring Boot and other select libraries](https://github.com/paypal/butterfly/issues/407)

## 3.2.6

#### Release date
Expand Down
Binary file not shown.

0 comments on commit 6de6cc7

Please sign in to comment.