Skip to content

Commit

Permalink
Point to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
eze210 committed Dec 16, 2024
1 parent 1641d6f commit 318a25d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions functional-tests/cors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-dwb-api</artifactId>
<version>2.9.0-20241028</version>
<version>2.10.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -126,4 +126,4 @@
</exclusions>
</dependency>
</dependencies>
</project>
</project>
8 changes: 1 addition & 7 deletions functional-tests/http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,6 @@
<version>${mule.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-module-javaee</artifactId>
<version>${mule.version}</version>
<scope>provided</scope>
</dependency>

<!-- Mule Services -->
<dependency>
Expand All @@ -273,7 +267,7 @@
<dependency>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-dwb-api</artifactId>
<version>2.9.0-20241028</version>
<version>2.10.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
<maven.surefire.plugin.version>3.5.2</maven.surefire.plugin.version>

<muleDependenciesVersion>1.x-SNAPSHOT</muleDependenciesVersion>
<mule.version>4.9.0-SNAPSHOT</mule.version>
<mule.version>4.10.0-SNAPSHOT</mule.version>
<muleBomVersion>${mule.version}</muleBomVersion>
<muleApiVersion>1.9.0-SNAPSHOT</muleApiVersion>
<muleApiVersion>1.10.0-SNAPSHOT</muleApiVersion>
<httpConnectorVersion>${project.version}</httpConnectorVersion>

<!-- fips testing -->
Expand Down Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-dwb-api</artifactId>
<version>2.9.0-20241028</version>
<version>2.10.0-SNAPSHOT</version>
</dependency>

<!-- fips testing -->
Expand Down

0 comments on commit 318a25d

Please sign in to comment.