Skip to content

Commit 6776c50

Browse files
committed
chore: upgrade to java 17 support pom
1 parent 0ca4793 commit 6776c50

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
/target/
44
.flattened-pom.xml
55

6-
*.iml
6+
*.iml
7+
8+
docs/

pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<parent>
77
<groupId>com.avioconsulting.mule</groupId>
88
<artifactId>avio-mule-modules-parent</artifactId>
9-
<version>1.3.0.1</version>
9+
<version>1.3.0-7</version>
1010
</parent>
1111

1212
<groupId>com.avioconsulting.munit</groupId>
1313
<artifactId>munit-http-mockserver</artifactId>
1414
<version>1.0.0-SNAPSHOT</version>
1515
<packaging>mule-extension</packaging>
1616
<description>MUnit HTTP MockServer</description>
17-
<url>${repository.https.url}</url>
17+
<url>https://github.com/${project.github.repository}</url>
1818
<developers>
1919
<developer>
2020
<name>Adam DesJardin</name>
@@ -32,13 +32,13 @@
3232
<scm>
3333
<connection>scm:git:${repository.url}</connection>
3434
<developerConnection>scm:ssh:${repository.url}</developerConnection>
35-
<url>${repository.https.url}</url>
35+
<url>https://github.com/${project.github.repository}</url>
3636
</scm>
3737
<dependencies>
3838
<dependency>
3939
<groupId>org.mock-server</groupId>
4040
<artifactId>mockserver-netty-no-dependencies</artifactId>
41-
<version>5.14.0</version>
41+
<version>5.15.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.mule.runtime</groupId>
@@ -49,7 +49,6 @@
4949
<dependency>
5050
<groupId>org.mule.connectors</groupId>
5151
<artifactId>mule-http-connector</artifactId>
52-
<version>1.7.3</version>
5352
<classifier>mule-plugin</classifier>
5453
<scope>test</scope>
5554
</dependency>

0 commit comments

Comments
 (0)