Skip to content

Commit

Permalink
Rename sling in top-level directory files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nassib Nassar committed Jan 14, 2016
1 parent 867f0ac commit 0ae910b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# sling
Sling core and modules
# okapi
Okapi core and modules

Java 8 and Apache Maven 3 are required for compilation.
The test suite must be able to bind to ports 9130 thru 9134 to succeed.
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>com.indexdata.sling</groupId>
<artifactId>sling</artifactId>
<groupId>com.indexdata.okapi</groupId>
<artifactId>okapi</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<name>sling</name>
<name>okapi</name>

<modules>
<module>sling-sample-module</module>
<module>okapi-sample-module</module>
<module>auth</module>
<module>sling-core</module>
<module>okapi-core</module>
</modules>

<prerequisites>
Expand Down Expand Up @@ -49,7 +49,7 @@
<executable>java</executable>
<arguments>
<argument>-jar</argument>
<argument>${basedir}/sling-core/target/sling-core-fat.jar</argument>
<argument>${basedir}/okapi-core/target/okapi-core-fat.jar</argument>
</arguments>
</configuration>
</execution>
Expand Down

0 comments on commit 0ae910b

Please sign in to comment.