Skip to content

Commit

Permalink
Merge pull request wso2#3452 from arunans23/master
Browse files Browse the repository at this point in the history
Update datamapper samples
  • Loading branch information
arunans23 authored Jul 25, 2024
2 parents 487f2f6 + 48e63be commit 0d8c511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions samples/JSONtoXMLMapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>wso2.sampleJsonToXmlMappingTemplate</groupId>
<artifactId>JSONtoXMLMapping</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>JSONtoXMLMapping</name>
<description>JSONtoXMLMapping</description>
Expand Down Expand Up @@ -316,7 +316,7 @@
<configuration>
<images>
<image>
<name>${project.artifactId}:${project.version}</name>
<name>json-to-xml-mapping:${project.version}</name>
<build>
<from>${dockerfile.base.image}</from>
<dockerFile>${basedir}/target/tmp_docker/Dockerfile</dockerFile>
Expand Down
4 changes: 2 additions & 2 deletions samples/XMLtoJSONMapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>wso2.sampleXmlToJsonMappingTemplate</groupId>
<artifactId>XMLtoJSONMapping</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>XMLtoJSONMapping</name>
<description>XMLtoJSONMapping</description>
Expand Down Expand Up @@ -316,7 +316,7 @@
<configuration>
<images>
<image>
<name>${project.artifactId}:${project.version}</name>
<name>xml-to-json-mapping:${project.version}</name>
<build>
<from>${dockerfile.base.image}</from>
<dockerFile>${basedir}/target/tmp_docker/Dockerfile</dockerFile>
Expand Down

0 comments on commit 0d8c511

Please sign in to comment.