Skip to content

Commit

Permalink
add kotlin sources for maven publications
Browse files Browse the repository at this point in the history
  • Loading branch information
akolomentsev committed Mar 27, 2018
1 parent 2b111fb commit 5585c69
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.satori
version=0.5.6-SNAPSHOT
version=0.5.7-SNAPSHOT

#nexusUsername=
#nexusPassword=
Expand Down
4 changes: 2 additions & 2 deletions libs/gtfs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ classes are generated based on [gtfs-realtime.proto](https://developers.google.c
<dependency>
<groupId>com.satori</groupId>
<artifactId>satori-libs-gtfs</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.7-SNAPSHOT</version>
</dependency>
```


### Download
[satori-libs-gtfs.v0.5.6-SNAPSHOT.zip](https://github.com/satori-com/satori-composer/releases/download/v0.5.6-SNAPSHOT/satori-libs-gtfs.v0.5.6-SNAPSHOT.zip)<br/>
[satori-libs-gtfs.v0.5.7-SNAPSHOT.zip](https://github.com/satori-com/satori-composer/releases/download/v0.5.7-SNAPSHOT/satori-libs-gtfs.v0.5.7-SNAPSHOT.zip)<br/>
[or see latest releases](https://github.com/satori-com/satori-composer/releases/latest)

### Examples
Expand Down
2 changes: 1 addition & 1 deletion publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (rootProject.file(".gradle/publishing.gradle").exists()) {
task sourcesJar(type: Jar, dependsOn: classes) {
group 'publishing'
classifier 'sources'
from sourceSets.main.allJava
from sourceSets.main.allSource
}

if (signing.signatory) {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>com.satori</groupId>
<artifactId>satori-composer</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.7-SNAPSHOT</version>
</dependency>
```

Expand Down

0 comments on commit 5585c69

Please sign in to comment.