Skip to content

Commit

Permalink
Merge pull request #705 from ballerina-platform/release-1.2.47
Browse files Browse the repository at this point in the history
Sync `1.2.x` with `release-1.2.47`
  • Loading branch information
dulajdilshan authored Dec 12, 2023
2 parents 2c91634 + 59d04d6 commit 92b4f26
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion awslambda-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>awslambda-extension-parent</artifactId>
<groupId>org.ballerinax.awslambda</groupId>
<relativePath>../pom.xml</relativePath>
<version>1.2.47-SNAPSHOT</version>
<version>1.2.48-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion awslambda-extension-balo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>awslambda-extension-parent</artifactId>
<groupId>org.ballerinax.awslambda</groupId>
<version>1.2.47-SNAPSHOT</version>
<version>1.2.48-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion awslambda-extension-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<parent>
<groupId>org.ballerinax.awslambda</groupId>
<version>1.2.47-SNAPSHOT</version>
<version>1.2.48-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<artifactId>awslambda-extension-parent</artifactId>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions awslambda-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.ballerinax.awslambda</groupId>
<version>1.2.47-SNAPSHOT</version>
<version>1.2.48-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<artifactId>awslambda-extension-parent</artifactId>
</parent>

<groupId>org.ballerinax.awslambda</groupId>
<version>1.2.47-SNAPSHOT</version>
<version>1.2.48-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<artifactId>awslambda-extension</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</parent>

<groupId>org.ballerinax.awslambda</groupId>
<version>1.2.47-SNAPSHOT</version>
<version>1.2.48-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<artifactId>awslambda-extension-parent</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit 92b4f26

Please sign in to comment.