Skip to content

Commit cb70fc7

Browse files
committed
Mission failed
1 parent fde91b7 commit cb70fc7

File tree

1 file changed

+0
-56
lines changed

1 file changed

+0
-56
lines changed

pom.xml

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -8,68 +8,12 @@
88
<artifactId>BotCommands</artifactId>
99
<version>1.5.0</version>
1010

11-
<packaging>jar</packaging>
12-
<name>BotCommands</name>
13-
<description>A framework aiming at simplifying Discord bots using the JDA library</description>
14-
<url>https://github.com/freya022/BotCommands</url>
15-
16-
<developers>
17-
<developer>
18-
<name>freya022</name>
19-
<email>[email protected]</email>
20-
<organization>com.freya02</organization>
21-
<organizationUrl>https://github.com/freya022</organizationUrl>
22-
</developer>
23-
</developers>
24-
25-
<scm>
26-
<connection>scm:git:git://github.com/freya022/BotCommands.git</connection>
27-
<developerConnection>scm:git:ssh://github.com:freya022/BotCommands.git</developerConnection>
28-
<url>http://github.com/freya022/BotCommands</url>
29-
</scm>
30-
3111
<properties>
3212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3313
</properties>
3414

35-
<distributionManagement>
36-
<snapshotRepository>
37-
<id>ossrh</id>
38-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
39-
</snapshotRepository>
40-
<repository>
41-
<id>ossrh</id>
42-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
43-
</repository>
44-
</distributionManagement>
45-
4615
<build>
4716
<plugins>
48-
<plugin>
49-
<groupId>org.sonatype.plugins</groupId>
50-
<artifactId>nexus-staging-maven-plugin</artifactId>
51-
<version>1.6.7</version>
52-
<extensions>true</extensions>
53-
<configuration>
54-
<serverId>ossrh</serverId>
55-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
56-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
57-
</configuration>
58-
</plugin>
59-
<plugin>
60-
<groupId>org.apache.maven.plugins</groupId>
61-
<artifactId>maven-gpg-plugin</artifactId>
62-
<version>1.5</version>
63-
<executions>
64-
<execution>
65-
<id>sign-artifacts</id>
66-
<phase>verify</phase>
67-
<goals>
68-
<goal>sign</goal>
69-
</goals>
70-
</execution>
71-
</executions>
72-
</plugin>
7317
<plugin>
7418
<groupId>org.apache.maven.plugins</groupId>
7519
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)