Skip to content

Commit 78b3a10

Browse files
Merge pull request #29 from SolaceDev/1.2.1-release-prep
Update READMEs for 1.2.1 release
2 parents e6b0c36 + 1e9a373 commit 78b3a10

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

solace-java-cfenv/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ If, however, you want ONLY the `solace-java-cfenv` artifact, you can declare the
2626
<dependency>
2727
<groupId>com.solace.cloud.cloudfoundry</groupId>
2828
<artifactId>solace-java-cfenv</artifactId>
29-
<version>1.2.0</version>
29+
<version>1.2.1</version>
3030
</dependency>
3131
```
3232

3333
### Getting Started - Gradle
3434
```groovy
3535
/* Solace Java CFEnv */
36-
compile("com.solace.cloud.cloudfoundry:solace-java-cfenv:1.2.0")
36+
compile("com.solace.cloud.cloudfoundry:solace-java-cfenv:1.2.1")
3737
```
3838

3939
## Usage

solace-spring-boot-bom/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Consult the table below to determine which version of the BOM you need to use:
1818
|----------------- |------------------------|
1919
| 2.2.4 | 1.0.0 |
2020
| 2.3.0 | 1.1.0 |
21-
| 2.6.4 | 1.2.0 |
21+
| 2.6.4 | 1.2.x |
2222

2323
## Including the BOM
2424

@@ -31,7 +31,7 @@ In addition to showing how to include the BOM, the following snippets also shows
3131
<dependency>
3232
<groupId>com.solace.spring.boot</groupId>
3333
<artifactId>solace-spring-boot-bom</artifactId>
34-
<version>1.2.0</version>
34+
<version>1.2.1</version>
3535
<type>pom</type>
3636
<scope>import</scope>
3737
</dependency>
@@ -59,7 +59,7 @@ apply plugin: 'io.spring.dependency-management'
5959
6060
dependencyManagement {
6161
imports {
62-
mavenBom "com.solace.spring.boot:solace-spring-boot-bom:1.2.0"
62+
mavenBom "com.solace.spring.boot:solace-spring-boot-bom:1.2.1"
6363
}
6464
}
6565
@@ -71,7 +71,7 @@ dependencies {
7171
### Using it with Gradle 5
7272
```groovy
7373
dependencies {
74-
implementation(platform("com.solace.spring.boot:solace-spring-boot-bom:1.2.0"))
74+
implementation(platform("com.solace.spring.boot:solace-spring-boot-bom:1.2.1"))
7575
implementation("com.solace.spring.boot:solace-spring-boot-starter")
7676
}
7777
```

0 commit comments

Comments
 (0)