Skip to content

Commit f02dc37

Browse files
committed
Issue #338. Version 5.0 was released.
1 parent 6c4df3d commit f02dc37

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ If you use Maven, add the following configuration to your project's `pom.xml`
2424
<dependency>
2525
<groupId>com.github.aistomin</groupId>
2626
<artifactId>maven-browser</artifactId>
27-
<version>4.0</version>
27+
<version>5.0</version>
2828
</dependency>
2929
<!-- other dependencies are there -->
3030
</dependencies>
3131
```
3232
or, if you use `Gradle`, add the following line to your build file:
3333
```
34-
compile 'com.github.aistomin:maven-browser:4.0'
34+
compile 'com.github.aistomin:maven-browser:5.0'
3535
```
3636

3737
### Read the Data from Maven Repository

examples/AddDependencyToPomFile.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import com.github.aistomin.maven.browser.MavenCentral
88
@Grab(
99
group = 'com.github.aistomin',
1010
module = 'maven-browser',
11-
version = '4.0'
11+
version = '5.0'
1212
)
1313
)
1414
final slurper = new groovy.xml.XmlSlurper(false, false)

examples/ReadingRepoExample.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import com.github.aistomin.maven.browser.MavenCentral
77
@Grab(
88
group = 'com.github.aistomin',
99
module = 'maven-browser',
10-
version = '4.0'
10+
version = '5.0'
1111
)
1212
)
1313

0 commit comments

Comments
 (0)