File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
src/main/java/io/wdsj/asw/bukkit
src/main/java/io/wdsj/asw/bungee Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >io.wdsj</groupId >
1212 <artifactId >AdvancedSensitiveWords</artifactId >
13- <version >X </version >
13+ <version >1.0 </version >
1414 <relativePath >../pom.xml</relativePath >
1515 </parent >
1616
412412 <dependency >
413413 <groupId >io.wdsj</groupId >
414414 <artifactId >AdvancedSensitiveWords-common</artifactId >
415- <version >X </version >
415+ <version >1.0 </version >
416416 <scope >compile</scope >
417417 </dependency >
418418 </dependencies >
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public final class AdvancedSensitiveWords extends JavaPlugin {
6161 public static SettingsManager settingsManager ;
6262 public static SettingsManager messagesManager ;
6363 public static DatabaseManager databaseManager ;
64- public static final String PLUGIN_VERSION = "X " ;
64+ public static final String PLUGIN_VERSION = "1.0 " ;
6565 private static AdvancedSensitiveWords instance ;
6666 private static boolean USE_PE = false ;
6767 private static TaskScheduler scheduler ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class BukkitLibraryService {
1717 .groupId ("dev{}ai4j" )
1818 .artifactId ("openai4j" )
1919 .resolveTransitiveDependencies (true )
20- .version ("0.18 .0" )
20+ .version ("0.19 .0" )
2121 .build ();
2222
2323 public BukkitLibraryService (AdvancedSensitiveWords plugin ) {
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >io.wdsj</groupId >
1212 <artifactId >AdvancedSensitiveWords</artifactId >
13- <version >X </version >
13+ <version >1.0 </version >
1414 <relativePath >../pom.xml</relativePath >
1515 </parent >
1616
8888 <dependency >
8989 <groupId >io.wdsj</groupId >
9090 <artifactId >AdvancedSensitiveWords-common</artifactId >
91- <version >X </version >
91+ <version >1.0 </version >
9292 <scope >compile</scope >
9393 </dependency >
9494 </dependencies >
Original file line number Diff line number Diff line change 99public final class AdvancedSensitiveWords extends Plugin {
1010 public static final String BUNGEE_CHANNEL = "BungeeCord" ;
1111 public static final String SUB_CHANNEL = "asw" ;
12- public static final String PLUGIN_VERSION = "X " ;
12+ public static final String PLUGIN_VERSION = "1.0 " ;
1313 public static Logger LOGGER ;
1414
1515 private static AdvancedSensitiveWords instance ;
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >io.wdsj</groupId >
99 <artifactId >AdvancedSensitiveWords</artifactId >
10- <version >X </version >
10+ <version >1.0 </version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 66
77 <groupId >io.wdsj</groupId >
88 <artifactId >AdvancedSensitiveWords</artifactId >
9- <version >X </version >
9+ <version >1.0 </version >
1010 <packaging >pom</packaging >
1111
1212 <name >AdvancedSensitiveWords</name >
1717 </properties >
1818
1919 <modules >
20+ <module >common</module >
2021 <module >bukkit</module >
2122 <module >velocity</module >
2223 <module >bungee</module >
23- <module >common</module >
2424 </modules >
2525
2626</project >
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >io.wdsj</groupId >
1212 <artifactId >AdvancedSensitiveWords</artifactId >
13- <version >X </version >
13+ <version >1.0 </version >
1414 <relativePath >../pom.xml</relativePath >
1515 </parent >
1616
122122 <dependency >
123123 <groupId >io.wdsj</groupId >
124124 <artifactId >AdvancedSensitiveWords-common</artifactId >
125- <version >X </version >
125+ <version >1.0 </version >
126126 <scope >compile</scope >
127127 </dependency >
128128 </dependencies >
You can’t perform that action at this time.
0 commit comments