This repository was archived by the owner on Jul 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 2121 ~ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2222 ~ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2323-->
24- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
25- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
24+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2625 <modelVersion >4.0.0</modelVersion >
2726
2827 <groupId >org.osiam</groupId >
2928 <artifactId >connector4java</artifactId >
30- <version >1.5-SNAPSHOT </version >
29+ <version >1.5</version >
3130
3231 <name >OSIAM Connector 4 Java</name >
3332 <description >Native Java API to connect to the REST based OSIAM services</description >
5857 <
connection >scm:git://
[email protected] /osiam/connector4java.git</
connection >
5958 <url >https://github.com/osiam/connector4java</url >
6059 <
developerConnection >scm:git:ssh://
[email protected] /osiam/connector4java.git</
developerConnection >
61- <tag >HEAD </tag >
60+ <tag >v1.5 </tag >
6261 </scm >
6362
6463 <properties >
208207 </goals >
209208 <configuration >
210209 <transformers >
211- <transformer
212- implementation =" org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer" >
210+ <transformer implementation =" org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer" >
213211 <resources >
214212 <resource >
215213 META-INF/services/org.glassfish.hk2.extension.ServiceLocatorGenerator
216214 </resource >
217215 </resources >
218216 </transformer >
219- <transformer
220- implementation =" org.apache.maven.plugins.shade.resource.IncludeResourceTransformer" >
217+ <transformer implementation =" org.apache.maven.plugins.shade.resource.IncludeResourceTransformer" >
221218 <resource >
222219 META-INF/services/org.osiam.bundled.org.glassfish.hk2.extension.ServiceLocatorGenerator
223220 </resource >
323320 <artifactId >cobertura-maven-plugin</artifactId >
324321 <version >2.7</version >
325322 <configuration >
326- <check />
323+ <check />
327324 <formats >
328325 <format >xml</format >
329326 </formats >
You can’t perform that action at this time.
0 commit comments