Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Nov 3, 2024
1 parent 8a38102 commit 1e757e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<errorsAsWarnings>false</errorsAsWarnings>
<proceedOnError />
<properties>${project.basedir}/.settings/org.eclipse.jdt.core.prefs</properties>
</compilerArguments>
</compilerArguments>
</configuration>
<dependencies>
<dependency>
Expand Down Expand Up @@ -173,7 +173,7 @@
</execution>
</executions>
-->
</plugin>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down Expand Up @@ -228,7 +228,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>typepal</artifactId>
<version>0.14.7</version>
<version>0.14.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.usethesource</groupId>
Expand All @@ -238,7 +238,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.8.2</version>
<version>5.8.2</version>
</dependency>
<dependency>
<groupId>org.rascalmpl</groupId>
Expand Down

0 comments on commit 1e757e3

Please sign in to comment.