Skip to content

Commit

Permalink
Prepare for release v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Jan 9, 2014
1 parent e009c00 commit 716d6c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: java
jdk:
- openjdk7
- oraclejdk7
after_success:
- 'mvn jacoco:report coveralls:jacoco'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Released versions are available in The Central Repository. Just add this artifac
<dependency>
<groupId>cz.jirutka.validator</groupId>
<artifactId>validator-collection</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
</dependency>
```

Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<groupId>cz.jirutka.validator</groupId>
<artifactId>validator-collection</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
<packaging>jar</packaging>

<name>validator-collection</name>
Expand Down Expand Up @@ -45,6 +45,7 @@
<scm>
<url>http://github.com/jirutka/validator-collection</url>
<connection>scm:git:git@github.com:jirutka/validator-collection.git</connection>
<tag>2.x</tag>
</scm>

<ciManagement>
Expand Down

0 comments on commit 716d6c6

Please sign in to comment.