Skip to content

Commit

Permalink
Merge pull request #296 from mercadopago/release/2.1.29
Browse files Browse the repository at this point in the history
Release/2.1.29
  • Loading branch information
andreagostinho-meli authored Sep 3, 2024
2 parents c4aef57 + 2ee93d7 commit 3bcf619
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ already.

1. Append MercadoPago dependencies to pom.xml

```xml
```xml
<dependency>
<groupId>com.mercadopago</groupId>
<artifactId>sdk-java</artifactId>
<version>2.1.28</version>
<groupId>com.mercadopago</groupId>
<artifactId>sdk-java</artifactId>
<version>2.1.29</version>
</dependency>
```
```

2. Run `mvn install` and that's all, you have Mercado Pago SDK installed.

Expand Down Expand Up @@ -164,13 +164,13 @@ branch.
## ❤️ Support

If you require technical support, please contact our support team at our developers
site: [English](https://www.mercadopago.com/developers/en/support/center/contact)
site: [English](https://www.mercadopago.com/developers/en/support/center/contact)
/ [Portuguese](https://www.mercadopago.com/developers/pt/support/center/contact)
/ [Spanish](https://www.mercadopago.com/developers/es/support/center/contact)

## 🏻 License

```
MIT license. Copyright (c) 2022 - Mercado Pago / Mercado Libre
MIT license. Copyright (c) 2022 - Mercado Pago / Mercado Libre
For more information, see the LICENSE file.
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.mercadopago</groupId>
<artifactId>sdk-java</artifactId>
<version>2.1.28</version>
<version>2.1.29</version>
<packaging>jar</packaging>

<name>Mercadopago SDK</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/mercadopago/MercadoPagoConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/** Mercado Pago configuration class. */
public class MercadoPagoConfig {

public static final String CURRENT_VERSION = "2.1.28";
public static final String CURRENT_VERSION = "2.1.29";

public static final String PRODUCT_ID = "BC32A7VTRPP001U8NHJ0";

Expand Down

0 comments on commit 3bcf619

Please sign in to comment.