Skip to content

Commit

Permalink
Renamed module basil->core. See #5
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Feb 21, 2021
1 parent 3998357 commit d9b4421
Show file tree
Hide file tree
Showing 99 changed files with 6 additions and 1 deletion.
File renamed without changes.
5 changes: 5 additions & 0 deletions basil/pom.xml → core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@
<artifactId>sparql</artifactId>
<version>${basil.version}</version>
</dependency>
<dependency>
<groupId>io.github.basilapi</groupId>
<artifactId>store</artifactId>
<version>${basil.version}</version>
</dependency>
</dependencies>

</project>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modules>
<module>parent</module>
<module>rendering</module>
<module>basil</module>
<module>core</module>
<module>server</module>
<module>sparql</module>
</modules>
Expand Down

0 comments on commit d9b4421

Please sign in to comment.