Skip to content

Commit

Permalink
exchange 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandramartinez committed Oct 1, 2024
1 parent 825356e commit c9c1e6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>8ee07573-4230-4e12-b0c1-6f824217216f</groupId>
<artifactId>squirrel-app</artifactId>
<version>1.1.2</version>
<version>1.1.4</version>
<packaging>mule-application</packaging>
<name>squirrel-app</name>
<properties>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>squirrel</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<classifier>raml</classifier>
<type>zip</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/mule/global.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<http:listener-config name="squirrel-httpListenerConfig">
<http:listener-connection host="${http.listener.host}" port="${http.listener.port}" />
</http:listener-config>
<apikit:config name="squirrel-config" api="resource::8ee07573-4230-4e12-b0c1-6f824217216f:squirrel:1.1.0:raml:zip:squirrel.raml" outboundHeadersMapName="outboundHeaders" httpStatusVarName="httpStatus" />
<apikit:config name="squirrel-config" api="resource::8ee07573-4230-4e12-b0c1-6f824217216f:squirrel:1.1.1:raml:zip:squirrel.raml" outboundHeadersMapName="outboundHeaders" httpStatusVarName="httpStatus" />
<configuration-properties file="${env}-props.yaml" doc:name="Configuration properties" />
<global-property name="env" value="dev" />
<api-gateway:autodiscovery apiId="${api.id}" flowRef="squirrel-main" doc:name="Autodiscovery" />
Expand Down

0 comments on commit c9c1e6e

Please sign in to comment.