File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
main/java/dev/le_app/mcss_api_java Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >dev.le_app</groupId >
88 <artifactId >mcss-api-java</artifactId >
9- <version >1.0-SNAPSHOT </version >
9+ <version >1.2.1 </version >
1010
1111
1212 <repositories >
3737 </dependencies >
3838
3939
40- <build >
40+ <!-- < build>
4141 <plugins>
4242 <plugin>
4343 <groupId>org.apache.maven.plugins</groupId>
4646 </plugin>
4747 </plugins>
4848
49- </build >
49+ </build>-->
5050
5151 <distributionManagement >
5252 <repository >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public class MCSSApi {
2929 protected String IP = null ;
3030 protected String token = null ;
3131 protected String version = null ;
32- protected String expectedVersion = "1.2.0 " ;
32+ protected String expectedVersion = "1.2.1 " ;
3333
3434 protected Boolean allowUnsafeSSL = false ;
3535
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ void testInformation() {
7272 fail ("Thorn APIUnauthorizedException while testing information" );
7373 }
7474 assertNotNull (info , "Info is null" );
75- assertEquals ("1.0.0 " , info .getMCSSApiVersion (), "Version is not 1.0.0" );
75+ assertEquals ("1.2.1 " , info .getMCSSApiVersion (), "Version is not 1.0.0" );
7676 assertTrue (info .getYouAreAwesome (), "Expected \" areYouAwesome\" to be true" );
7777 }
7878
You can’t perform that action at this time.
0 commit comments