File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <parent >
76 <groupId >com.groupbyinc</groupId >
87 <artifactId >parent-oss</artifactId >
98 <version >36</version >
10- <relativePath />
9+ <relativePath />
1110 </parent >
1211
1312 <artifactId >api-java-flux</artifactId >
14- <version >2.5.129-SNAPSHOT </version >
13+ <version >2.5.129</version >
1514
1615 <packaging >jar</packaging >
1716
2221 <url >https://github.com/groupby/api-java</url >
2322 <connection >scm:git:git@github.com:groupby/api-java.git</connection >
2423 <developerConnection >scm:git:git@github.com:groupby/api-java.git</developerConnection >
25- <tag >HEAD </tag >
24+ <tag >v2.5.129 </tag >
2625 </scm >
2726
2827 <properties >
221220 <Archive-Type >Uber JAR</Archive-Type >
222221 </manifestEntries >
223222 </transformer >
224- <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
223+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
225224 </transformers >
226225 </configuration >
227226 </execution >
You can’t perform that action at this time.
0 commit comments