File tree Expand file tree Collapse file tree
java/io/ipdata/client/service
resources/io/ipdata/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ project {
133133 resource {
134134 directory ' src/main/resources'
135135 filtering true
136- includes(' VERSION' )
136+ includes(' io/ipdata/client/ VERSION' )
137137 }
138138 }
139139 }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class ApiKeyRequestInterceptor implements RequestInterceptor {
1919 String version ;
2020 try {
2121 version = CharStreams .toString (new InputStreamReader (ApiKeyRequestInterceptor .class
22- .getResourceAsStream ("/VERSION" ))).replaceAll ("\\ n" ,"" );
22+ .getResourceAsStream ("/io/ipdata/client/ VERSION" ))).replaceAll ("\\ n" ,"" );
2323 version = String .format ("io.ipdata.client.java.%s" , version );
2424 }catch (Exception e ){
2525 log .error (e .getMessage (), e );
File renamed without changes.
You can’t perform that action at this time.
0 commit comments