Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcanpilami committed Feb 28, 2024
1 parent 7152860 commit bcf74a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jqm-all/jqm-integration-tests-ws/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.enioka.jqm</groupId>
Expand All @@ -23,7 +24,7 @@
<profile>
<id>noTests</id>
<activation>
<jdk>[1.9,20)</jdk>
<jdk>[1.9,50)</jdk>
</activation>
<build>
<plugins>
Expand Down

0 comments on commit bcf74a2

Please sign in to comment.