File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ maven { url "https://raw.githubusercontent.com/mgoellnitz/artifacts/master" }
214214and the dependency to the artifact in the dependencies section.
215215
216216```
217- compile "dinistiq:dinistiq:0.3-SNAPSHOT "
217+ compile "dinistiq:dinistiq:0.3"
218218```
219219
220220Projects built with legacy tool Apache Maven need the following steps:
@@ -240,7 +240,7 @@ base pom.xml
240240 <dependency >
241241 <groupId >dinistiq</groupId >
242242 <artifactId >dinistiq</artifactId >
243- <versions >0.3-SNAPSHOT </version >
243+ <versions >0.3</version >
244244 </dependency >
245245...
246246</dependencyManagement >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ defaultTasks 'clean', 'build'
2020
2121println " Gradle: ${ gradle.gradleVersion} "
2222
23- version = ' 0.3-SNAPSHOT '
23+ version = ' 0.3'
2424
2525apply plugin : ' java'
2626apply plugin : ' jacoco'
You can’t perform that action at this time.
0 commit comments