Skip to content

Commit 31e9d10

Browse files
committed
Release v0.3
1 parent c98f721 commit 31e9d10

File tree

1 file changed

+35
-33
lines changed

1 file changed

+35
-33
lines changed

PowerCamera/pom.xml

Lines changed: 35 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,36 @@
1-
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2-
<modelVersion>4.0.0</modelVersion>
3-
<groupId>PowerCamera</groupId>
4-
<artifactId>PowerCamera</artifactId>
5-
<version>0.2</version>
6-
<name>PowerCamera</name>
7-
<build>
8-
<sourceDirectory>src</sourceDirectory>
9-
<plugins>
10-
<plugin>
11-
<artifactId>maven-compiler-plugin</artifactId>
12-
<version>3.8.0</version>
13-
<configuration>
14-
<source>1.8</source>
15-
<target>1.8</target>
16-
</configuration>
17-
</plugin>
18-
</plugins>
19-
</build>
20-
<repositories>
21-
<repository>
22-
<id>spigotmc-repo</id>
23-
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
24-
</repository>
25-
</repositories>
26-
<dependencies>
27-
<dependency>
28-
<groupId>org.spigotmc</groupId>
29-
<artifactId>spigot-api</artifactId>
30-
<version>1.16.3-R0.1-SNAPSHOT</version>
31-
<scope>provided</scope>
32-
</dependency>
33-
</dependencies>
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>PowerCamera</groupId>
6+
<artifactId>PowerCamera</artifactId>
7+
<version>0.3</version>
8+
<name>PowerCamera</name>
9+
<build>
10+
<sourceDirectory>src</sourceDirectory>
11+
<plugins>
12+
<plugin>
13+
<artifactId>maven-compiler-plugin</artifactId>
14+
<version>3.8.0</version>
15+
<configuration>
16+
<source>1.8</source>
17+
<target>1.8</target>
18+
</configuration>
19+
</plugin>
20+
</plugins>
21+
</build>
22+
<repositories>
23+
<repository>
24+
<id>spigotmc-repo</id>
25+
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
26+
</repository>
27+
</repositories>
28+
<dependencies>
29+
<dependency>
30+
<groupId>org.spigotmc</groupId>
31+
<artifactId>spigot-api</artifactId>
32+
<version>1.16.3-R0.1-SNAPSHOT</version>
33+
<scope>provided</scope>
34+
</dependency>
35+
</dependencies>
3436
</project>

0 commit comments

Comments
 (0)