Skip to content

Commit

Permalink
[maven-release-plugin] prepare release github_crawler_2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-fuchs committed Apr 9, 2022
1 parent 53fe17b commit 3909e56
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions github-crawler-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<groupId>com.societegenerale.github-crawler</groupId>
<artifactId>github-crawler-autoconfigure</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>jar</packaging>

<name>github-crawler-autoconfigure</name>

<parent>
<groupId>com.societegenerale.github-crawler</groupId>
<artifactId>github-crawler-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions github-crawler-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<groupId>com.societegenerale.github-crawler</groupId>
<artifactId>github-crawler-core</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>jar</packaging>

<name>github-crawler-core</name>

<parent>
<groupId>com.societegenerale.github-crawler</groupId>
<artifactId>github-crawler-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions github-crawler-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<groupId>com.societegenerale.github-crawler</groupId>
<artifactId>github-crawler-starter</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>jar</packaging>

<name>github-crawler-starter</name>

<parent>
<groupId>com.societegenerale.github-crawler</groupId>
<artifactId>github-crawler-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<dependencies>
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>com.societegenerale.github-crawler</groupId>
<artifactId>github-crawler-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>pom</packaging>

<name>github-crawler</name>
Expand Down Expand Up @@ -40,7 +40,7 @@
<url>https://github.com/societe-generale/github-crawler</url>
<connection>scm:git:[email protected]:societe-generale/github-crawler.git</connection>
<developerConnection>scm:git:[email protected]:societe-generale/github-crawler.git</developerConnection>
<tag>HEAD</tag>
<tag>github_crawler_2.0.1</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 3909e56

Please sign in to comment.