Skip to content

Commit

Permalink
Update versions of things used by the maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Mar 28, 2024
1 parent af2eb2b commit ec2617a
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@
<!--<build>v${maven.build.timestamp}</build> -->
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<tycho.scmUrl>scm:git:https://github.com/eclipse-birt/birt.git</tycho.scmUrl>
<required-java-version>11</required-java-version>
<required-maven-version>3.6.3</required-maven-version>
<junit-version>4.13.2</junit-version>
<maven-jar-plugin-version>3.2.0</maven-jar-plugin-version>
<maven-surefire-plugin-version>2.22.0</maven-surefire-plugin-version>
<tycho.version>4.0.6</tycho.version>
<maven-jar-plugin-version>3.3.1</maven-jar-plugin-version>
<maven-surefire-plugin-version>3.25.0</maven-surefire-plugin-version>
<tycho.version>4.0.7</tycho.version>
<jetty.version>10.0.15</jetty.version>
<cbi-version>1.3.1</cbi-version>
<cbi-version>1.4.3</cbi-version>
<skipTests>false</skipTests>

<build.type>nightly</build.type>
Expand Down Expand Up @@ -231,14 +229,6 @@
</pluginManagement>

<plugins>
<!--plugin> <inherited>true</inherited> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId> <version>3.0.0-M3</version>
<executions> <execution> <id>enforce-maven-version</id> <goals> <goal>enforce</goal>
</goals> <configuration> <rules> <requireMavenVersion> <version>${required-maven-version}</version>
</requireMavenVersion> <requireJavaVersion> <version>${required-java-version}</version>
</requireJavaVersion> </rules> <fail>true</fail> <failFast>true</failFast>
</configuration> </execution> </executions> </plugin -->

<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
Expand Down

0 comments on commit ec2617a

Please sign in to comment.