first commit
This commit is contained in:
commit
a5a0434432
1126 changed files with 439481 additions and 0 deletions
16
Software/Java8/pom.xml
Normal file
16
Software/Java8/pom.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.iot.raspberry</groupId>
|
||||
<artifactId>GrovePi</artifactId>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
||||
|
||||
<modules>
|
||||
<module>GrovePi-spec</module>
|
||||
<module>GrovePi-pi4j</module>
|
||||
</modules>
|
||||
</project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue