Distribution management for PlanPluginBridge

This commit is contained in:
Rsl1122 2018-11-17 11:42:01 +02:00
parent abacdee688
commit 024c0ca9bb

View File

@ -94,7 +94,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.djrapitops</groupId> <groupId>com.djrapitops</groupId>
<artifactId>Plan</artifactId> <artifactId>Plan-plugin</artifactId>
<version>4.5.0-SNAPSHOT</version> <version>4.5.0-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
@ -288,6 +288,7 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<finalName>${project.artifactId}</finalName> <finalName>${project.artifactId}</finalName>
<plugins> <plugins>
@ -318,4 +319,12 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<distributionManagement>
<repository>
<id>bintray-rsl1122-Plan-repository</id>
<name>rsl1122-Plan-repository</name>
<url>https://api.bintray.com/maven/rsl1122/Plan-repository/PlanPluginBridge/;publish=1</url>
</repository>
</distributionManagement>
</project> </project>