Skip to content

Commit

Permalink
Dropped the alpha tag of this version.
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Apr 4, 2015
1 parent 91ef68b commit 22e7ff6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,7 +17,7 @@ From the command line check out the code and install your own copy:

$ git clone https://github.com/petitparser/java-petitparser.git
$ cd java-petitparser
$ git checkout 2.0.0-alpha-2
$ git checkout 2.0.0
$ mvn install

Then add the following snippet to your `pom.xml` file:
Expand All @@ -26,7 +26,7 @@ Then add the following snippet to your `pom.xml` file:
<dependency>
<groupId>com.github.petitparser</groupId>
<artifactId>petitparser</artifactId>
<version>2.0.0-alpha-2</version>
<version>2.0.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion petitparser-core/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.petitparser</groupId>
<artifactId>petitparser</artifactId>
<version>2.0.0-alpha-2</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions petitparser-json/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.petitparser</groupId>
<artifactId>petitparser</artifactId>
<version>2.0.0-alpha-2</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.github.petitparser</groupId>
<artifactId>petitparser-core</artifactId>
<version>2.0.0-alpha-2</version>
<version>2.0.0</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions petitparser-smalltalk/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.petitparser</groupId>
<artifactId>petitparser</artifactId>
<version>2.0.0-alpha-2</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.github.petitparser</groupId>
<artifactId>petitparser-core</artifactId>
<version>2.0.0-alpha-2</version>
<version>2.0.0</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions petitparser-xml/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.petitparser</groupId>
<artifactId>petitparser</artifactId>
<version>2.0.0-alpha-2</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.github.petitparser</groupId>
<artifactId>petitparser-core</artifactId>
<version>2.0.0-alpha-2</version>
<version>2.0.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>com.github.petitparser</groupId>
<artifactId>petitparser</artifactId>
<version>2.0.0-alpha-2</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<name>PetitParser</name>
Expand Down

0 comments on commit 22e7ff6

Please sign in to comment.