Skip to content

Commit

Permalink
Creating a new version because OSSRH failures caused corrupted repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ibmmqmet committed Oct 12, 2019
1 parent 2ca1da6 commit 0a1a100
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
- Add XA wrapper functionality for external JTA providers and assign the nonXA connection factory
- Update dependencies to spring boot 2.1.4

# 2.1.3
# 2.1.4
Version 2.1.3 was corrupted because of OSSRH failures at Sonatype
- Update dependencies to Spring Boot 2.1.9
- Update dependencies to MQ 9.1.3
- Update dependencies to PooledJMS 1.0.6
- Update dependencies to PooledJMS 1.0.6

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gradle:
}

dependencies {
compile group: 'com.ibm.mq', name: 'mq-jms-spring-boot-starter', version: '2.1.2'
compile group: 'com.ibm.mq', name: 'mq-jms-spring-boot-starter', version: '2.1.4'
}

Maven:
Expand All @@ -32,7 +32,7 @@ Maven:
<dependency>
<groupId>com.ibm.mq</groupId>
<artifactId>mq-jms-spring-boot-starter</artifactId>
<version>2.1.2</version>
<version>2.1.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.3
2.1.4

0 comments on commit 0a1a100

Please sign in to comment.