Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Jun 23, 2020
1 parent ba5dbab commit 70e51d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}
dependencies {
implementation group: 'org.radarbase', name: 'radar-commons', version: '0.12.3'
implementation group: 'org.radarbase', name: 'radar-commons', version: '0.13.0'
}
```

Expand Down Expand Up @@ -69,7 +69,7 @@ repositories {
}
dependencies {
implementation group: 'org.radarbase', name: 'radar-commons-server', version: '0.12.3'
implementation group: 'org.radarbase', name: 'radar-commons-server', version: '0.13.0'
}
```

Expand All @@ -83,7 +83,7 @@ repositories {
}
dependencies {
testImplementation group: 'org.radarbase', name: 'radar-commons-testing', version: '0.12.3'
testImplementation group: 'org.radarbase', name: 'radar-commons-testing', version: '0.13.0'
}
```

Expand All @@ -96,7 +96,7 @@ repositories {
}
dependencies {
runtimeOnly group: 'org.radarbase', name: 'radar-commons-unsafe', version: '0.12.3'
runtimeOnly group: 'org.radarbase', name: 'radar-commons-unsafe', version: '0.13.0'
}
```

Expand All @@ -121,7 +121,7 @@ configurations.all {
}
dependencies {
compile group: 'org.radarbase', name: 'radar-commons', version: '0.12.4-SNAPSHOT'
compile group: 'org.radarbase', name: 'radar-commons', version: '0.13.1-SNAPSHOT'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ subprojects {
// Configuration //
//---------------------------------------------------------------------------//

version = '0.12.4-SNAPSHOT'
version = '0.13.0'
group = 'org.radarbase'
ext.githubRepoName = 'RADAR-base/radar-commons'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ protected DatumReader<?> getDatumReader(Schema writerSchema, Schema readerSchema
}

/**
* Normalizes the reader schema, puts the resolved schema into the cache.
* Normalizes the reader schema, puts the resolved schema into the cache.
* <li>
* <ul>if the reader schema is provided, use the provided one</ul>
* <ul>if the reader schema is cached for the writer schema full name, use the cached value</ul>
Expand Down

0 comments on commit 70e51d2

Please sign in to comment.