Skip to content

Commit 0539b14

Browse files
authored
Updated readme with Bintray and download details
1 parent b1a37ca commit 0539b14

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ After this completes, the jar completed with bundled dependencies will be locate
3434

3535
## Releases
3636

37-
Releases are automatically released to S3 Maven reposotory
37+
Releases are automatically released to Bintray Maven repository
3838

3939
To configure specify repository
4040

4141
```xml
4242
<repositories>
4343
<repository>
44-
<id>albertlatacz.published</id>
45-
<url>http://albertlatacz.published.s3.amazonaws.com/repo</url>
44+
<id>Albert Latacz's Maven</id>
45+
<url>https://dl.bintray.com/albertlatacz/maven</url>
4646
</repository>
4747
</repositories>
4848
```
@@ -52,7 +52,7 @@ and then
5252
```xml
5353
<dependencies>
5454
<dependency>
55-
<groupId>javarepl</groupId>
55+
<groupId>com.javarepl</groupId>
5656
<artifactId>javarepl</artifactId>
5757
<version>SOME_VERSION</version>
5858
</dependency>
@@ -63,6 +63,9 @@ and then
6363
To run Java REPL you need to install **Java Development Kit (JDK) 6 or newer**. Download it from [here](http://www.oracle.com/technetwork/java/javase/downloads/index.html) and follow install instructions. Once JDK is installed and configured you can run:
6464

6565

66+
Download latest Java REPL release from [GitHub](https://github.com/albertlatacz/java-repl/releases/latest) or [Bintray](https://bintray.com/albertlatacz/maven/java-repl/_latestVersion) then run
67+
68+
6669
```
6770
$ java -jar javarepl.jar
6871
```

0 commit comments

Comments
 (0)