File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88* .ear
99/bin
1010/releases
11+ /target
12+
13+ # Eclise Files
14+ .settings
Original file line number Diff line number Diff line change 1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <groupId >com.github.theholywaffle</groupId >
5+ <artifactId >teamspeak3</artifactId >
6+ <version >1.0.0</version >
7+ <name >TeamSpeak-3-Java-API</name >
8+ <description >An Java 7 implementation of TeamSpeak's 3 server query API</description >
9+ <build >
10+ <plugins >
11+ <plugin >
12+ <artifactId >maven-compiler-plugin</artifactId >
13+ <version >3.1</version >
14+ <configuration >
15+ <source >1.7</source >
16+ <target >1.7</target >
17+ </configuration >
18+ </plugin >
19+ </plugins >
20+ </build >
21+ </project >
You can’t perform that action at this time.
0 commit comments