File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >com.github.susom</groupId >
66 <artifactId >vertx-parent</artifactId >
7- <version >1.5-SNAPSHOT </version >
7+ <version >1.5</version >
88 <packaging >pom</packaging >
99
1010 <!-- These are here because Sonatype requires them for release to Maven Central,
3131 <connection >scm:git:https://github.com/susom/vertx-parent.git</connection >
3232 <developerConnection >scm:git:https://github.com/susom/vertx-parent.git</developerConnection >
3333 <url >https://github.com/susom/vertx-parent</url >
34- <tag >HEAD </tag >
34+ <tag >v1.5 </tag >
3535 </scm >
3636
3737 <distributionManagement >
8181 static analysis) -->
8282 <groupId >com.github.susom</groupId >
8383 <artifactId >vertx-parent-files</artifactId >
84- <version >1.5-SNAPSHOT </version >
84+ <version >1.5</version >
8585 <scope >provided</scope >
8686 </dependency >
8787 <dependency >
229229 </filter >
230230 </filters >
231231 <transformers >
232- <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
232+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
233233 <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
234234 <mainClass >${main.class} </mainClass >
235235 </transformer >
Original file line number Diff line number Diff line change 44
55 <groupId >com.github.susom</groupId >
66 <artifactId >vertx-parent-files</artifactId >
7- <version >1.5-SNAPSHOT </version >
7+ <version >1.5</version >
88
99 <name >${project.groupId} :${project.artifactId} </name >
1010 <description >Files to inherit from vertx-parent into the child build.</description >
3030 <connection >scm:git:https://github.com/susom/vertx-parent.git</connection >
3131 <developerConnection >scm:git:https://github.com/susom/vertx-parent.git</developerConnection >
3232 <url >https://github.com/susom/vertx-parent</url >
33- <tag >HEAD </tag >
33+ <tag >v1.5 </tag >
3434 </scm >
3535
3636 <properties >
You can’t perform that action at this time.
0 commit comments