Skip to content

Commit c28a269

Browse files
authored
Merge pull request #228 from aistomin/Issue-227
Issue #227. version 2.2 is ready to be released.
2 parents 1426bba + 4ef2fa9 commit c28a269

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>2.1</version>
27+
<version>2.2</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:2.1'
34+
compile 'com.github.aistomin:maven-browser:2.2'
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 = '2.1'
11+
version = '2.2'
1212
)
1313
)
1414
final slurper = new 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 = '2.1'
10+
version = '2.2'
1111
)
1212
)
1313

0 commit comments

Comments
 (0)