Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dabico committed Jul 29, 2024
1 parent 5d84ce1 commit f246153
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Add the following to the `plugins` section of your `pom.xml`:
<plugin>
<groupId>ch.usi.si.seart</groupId>
<artifactId>git-submodule-maven-plugin</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<!-- configurations and executions go here -->
</plugin>
```
Expand All @@ -59,7 +59,7 @@ the project. To use this goal in your build, write your plugin definition as fol
<plugin>
<groupId>ch.usi.si.seart</groupId>
<artifactId>git-submodule-maven-plugin</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<executions>
<execution>
<goals>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>ch.usi.si.seart</groupId>
<artifactId>git-submodule-maven-plugin</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>maven-plugin</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -35,7 +35,7 @@
</developers>

<scm>
<tag>HEAD</tag>
<tag>v1.1.0</tag>
<url>https://github.com/seart-group/git-submodule-maven-plugin/tree/master</url>
<connection>scm:git:https://github.com/seart-group/git-submodule-maven-plugin.git</connection>
<developerConnection>scm:git:[email protected]:seart-group/git-submodule-maven-plugin.git</developerConnection>
Expand Down

0 comments on commit f246153

Please sign in to comment.