File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ development-job:
99 except :
1010 - ' tags'
1111 script :
12- - ' mvn dependency:purge-local-repository -DactTransitively=false'
1312 - ' mvn versions:set -DnewVersion=1.2.0-SNAPSHOT'
1413 - ' mvn versions:update-child-modules'
1514 - ' mvn -DgitVer=git-$CI_COMMIT_SHORT_SHA- clean install -s ci_settings.xml'
@@ -22,7 +21,6 @@ release-job:
2221 only :
2322 - ' tags'
2423 script :
25- - ' mvn dependency:purge-local-repository -DactTransitively=false'
2624 - ' mvn versions:set -DnewVersion=1.2.0'
2725 - ' mvn versions:update-child-modules'
2826 - ' mvn -DgitVer='''' clean deploy -s ci_settings.xml'
Original file line number Diff line number Diff line change 1111
1212 <artifactId >proxy-api</artifactId >
1313 <version >${parent.version} </version >
14+
15+ <repositories >
16+ <repository >
17+ <id >spigot-repo</id >
18+ <url >https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url >
19+ </repository >
20+ </repositories >
21+
22+ <dependencies >
23+ <dependency >
24+ <groupId >org.spigotmc</groupId >
25+ <artifactId >spigot-api</artifactId >
26+ <version >1.8.8-R0.1-SNAPSHOT</version >
27+ <scope >provided</scope >
28+ </dependency >
29+ </dependencies >
30+
31+
1432 <build >
1533 <plugins >
1634 <plugin >
Load diff This file was deleted.
Original file line number Diff line number Diff line change 88 <artifactId >proxy</artifactId >
99 <version >1.1.3-SNAPSHOT</version >
1010 <modules >
11- <module >bwp -api</module >
12- <module >bwp -plugin</module >
11+ <module >proxy -api</module >
12+ <module >proxy -plugin</module >
1313 </modules >
1414
1515 <properties >
You can’t perform that action at this time.
0 commit comments