Skip to content

Commit 10ca2a4

Browse files
committed
Release 0.3
1 parent 5c253dd commit 10ca2a4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ maven { url "https://raw.githubusercontent.com/mgoellnitz/artifacts/master" }
214214
and 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

220220
Projects 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>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaultTasks 'clean', 'build'
2020

2121
println "Gradle: ${gradle.gradleVersion}"
2222

23-
version = '0.3-SNAPSHOT'
23+
version = '0.3'
2424

2525
apply plugin: 'java'
2626
apply plugin: 'jacoco'

0 commit comments

Comments
 (0)