Skip to content

Commit

Permalink
* Prepare for release * fix typo * ignore release file
Browse files Browse the repository at this point in the history
  • Loading branch information
matozoid committed Apr 6, 2016
1 parent e05d444 commit 3c137e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,3 +8,4 @@ target
.classpath
.idea/
*.iml
release.properties
2 changes: 1 addition & 1 deletion javaparser-core/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>javaparser-parent</artifactId>
<groupId>com.github.javaparser</groupId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion javaparser-testing/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>javaparser-parent</artifactId>
<groupId>com.github.javaparser</groupId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -20,15 +20,15 @@ The AST records the source code structure, javadoc and comments. It is also poss

## Dependency Management

The project binaries are available in Maven Central. Just add the following to your maven configuration or taylor to your own dependency management system.
The project binaries are available in Maven Central. Just add the following to your maven configuration or tailor to your own dependency management system.

Current 1.8 Release

```xml
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-core</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</dependency>
```

Expand Down

0 comments on commit 3c137e9

Please sign in to comment.