Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dabico committed Feb 2, 2024
1 parent fe9a175 commit b1cc7a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ To use in your own Maven project, include the following in your POM file:
<dependency>
<groupId>ch.usi.si.seart</groupId>
<artifactId>java-tree-sitter</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ch.usi.si.seart</groupId>
<artifactId>java-tree-sitter</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.11.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Java bindings for tree-sitter</description>
Expand Down Expand Up @@ -56,7 +56,7 @@
</contributors>

<scm>
<tag>HEAD</tag>
<tag>v1.11.0</tag>
<url>https://github.com/seart-group/java-tree-sitter/tree/master</url>
<connection>scm:git:https://github.com/seart-group/java-tree-sitter.git</connection>
<developerConnection>scm:git:git@github.com:seart-group/java-tree-sitter.git</developerConnection>
Expand Down

0 comments on commit b1cc7a3

Please sign in to comment.