Skip to content

Commit

Permalink
Clean up Core and Pure parts of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredebelen committed Aug 11, 2023
1 parent f0ad7ba commit 7e57242
Show file tree
Hide file tree
Showing 1,762 changed files with 98 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<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">
<parent>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine</artifactId>
<artifactId>legend-engine-core</artifactId>
<version>4.23.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<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">
<parent>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine</artifactId>
<artifactId>legend-engine-core</artifactId>
<version>4.23.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<listener>true</listener>
<treatWarningsAsErrors>true</treatWarningsAsErrors>
<libDirectory>target/antlr</libDirectory>
<outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
<outputDirectory>target/generated-sources</outputDirectory>
</configuration>
</execution>
</executions>
Expand Down
Loading

0 comments on commit 7e57242

Please sign in to comment.