Skip to content

Commit

Permalink
Merge pull request #118 from ayeshLK/workflow-update
Browse files Browse the repository at this point in the history
Update ActiveMQ driver version
  • Loading branch information
ayeshLK authored Jan 11, 2024
2 parents 7d98d97 + eab0afa commit 63ac3f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerinax"
name = "java.jms"
version = "1.0.0"
version = "1.0.1"
authors = ["Ballerina"]
keywords = ["jms"]
repository = "https://github.com/ballerina-platform/module-ballerina-java.jms"
Expand All @@ -15,8 +15,8 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "java.jms-native"
version = "1.0.0"
path = "../native/build/libs/java.jms-native-1.0.0.jar"
version = "1.0.1"
path = "../native/build/libs/java.jms-native-1.0.1-SNAPSHOT.jar"

[[platform.java17.dependency]]
groupId = "org.slf4j"
Expand Down
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "activemq.driver"
version = "1.0.0"
version = "1.0.1"
scope = "testOnly"
modules = [
{org = "ballerinax", packageName = "activemq.driver", moduleName = "activemq.driver"}
Expand All @@ -61,7 +61,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "java.jms"
version = "1.0.0"
version = "1.0.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.runtime"},
Expand Down
2 changes: 1 addition & 1 deletion ballerina/tests/resources/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
activemq:
image: 'apache/activemq-classic:latest'
image: 'apache/activemq-classic:5.18.2'
container_name: activemq-test-server
ports:
- '61616:61616'
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ javaxJmsVersion=2.0.1
slf4jVersion=2.0.7

# Test dependenices
activeMQDriverVersion=1.0.0-20230817-164000-786c647
activeMQDriverVersion=1.0.1

#stdlib dependencies

Expand Down

0 comments on commit 63ac3f6

Please sign in to comment.