Skip to content

Commit d9b4421

Browse files
committed
Renamed module basil->core. See #5
1 parent 3998357 commit d9b4421

File tree

99 files changed

+6
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+6
-1
lines changed
File renamed without changes.

basil/pom.xml renamed to core/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,11 @@
170170
<artifactId>sparql</artifactId>
171171
<version>${basil.version}</version>
172172
</dependency>
173+
<dependency>
174+
<groupId>io.github.basilapi</groupId>
175+
<artifactId>store</artifactId>
176+
<version>${basil.version}</version>
177+
</dependency>
173178
</dependencies>
174179

175180
</project>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<modules>
1919
<module>parent</module>
2020
<module>rendering</module>
21-
<module>basil</module>
21+
<module>core</module>
2222
<module>server</module>
2323
<module>sparql</module>
2424
</modules>

0 commit comments

Comments
 (0)