Skip to content

Commit

Permalink
Merge pull request #109 from ayeshLK/ballerina-1.2.x-dev
Browse files Browse the repository at this point in the history
Update package version
  • Loading branch information
ayeshLK committed Aug 15, 2023
2 parents 6c1baca + 7920843 commit 21dd191
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions compiler-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.ballerinalang</groupId>
<artifactId>module-jms</artifactId>
<version>0.8.4</version>
<version>0.8.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jms-compiler-plugin</artifactId>
<version>0.8.4</version>
<version>0.8.5</version>
<packaging>jar</packaging>
<name>JMS Compiler Plugin</name>

Expand Down
2 changes: 1 addition & 1 deletion java.jms/Ballerina.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org_name = "ballerina"
version = "0.8.4"
version = "0.8.5"
lockfile_version = "1.0.0"
ballerina_version = "1.2.43"
6 changes: 3 additions & 3 deletions java.jms/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
org-name= "ballerina"
version= "0.8.4"
version= "0.8.5"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["jms"]
Expand All @@ -13,9 +13,9 @@ target = "java8"

[[platform.libraries]]
module = "java.jms"
path = "../utils/target/jms-utils-0.8.4.jar"
path = "../utils/target/jms-utils-0.8.5.jar"
artifactId = "jms-utils"
version = "0.8.4"
version = "0.8.5"
groupId = "org.ballerinalang"

[[platform.libraries]]
Expand Down
4 changes: 2 additions & 2 deletions java.jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>org.ballerinalang</groupId>
<artifactId>module-jms</artifactId>
<version>0.8.4</version>
<version>0.8.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>b7a-jms-connector</artifactId>
<packaging>pom</packaging>
<version>0.8.4</version>
<version>0.8.5</version>
<name>Ballerina JMS Connector</name>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>org.ballerinalang</groupId>
<artifactId>module-jms</artifactId>
<packaging>pom</packaging>
<version>0.8.4</version>
<version>0.8.5</version>
<name>Ballerina JMS Module</name>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<artifactId>module-jms</artifactId>
<groupId>org.ballerinalang</groupId>
<version>0.8.4</version>
<version>0.8.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>0.8.4</version>
<version>0.8.5</version>
<artifactId>jms-utils</artifactId>
<packaging>jar</packaging>
<name>JMS Utils</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class Constants {

static final String ORG = "ballerina";
static final String PACKAGE_NAME = "java.jms";
public static final String VERSION = "0.8.4";
public static final String VERSION = "0.8.5";

public static final String PACKAGE_NAME_WITH_VERSION = PACKAGE_NAME + VERSION_SEPARATOR + VERSION;

Expand Down

0 comments on commit 21dd191

Please sign in to comment.