Skip to content

Commit

Permalink
🔖 Releasing version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 5, 2023
1 parent 2c96dda commit 20c8a02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions github_action/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.2</version>
<relativePath>../</relativePath>
</parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile-github-action</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.2</version>
<name>maven-lockfile-github-action-</name>
<distributionManagement>
<repository>
Expand Down
4 changes: 2 additions & 2 deletions maven_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.2</version>
<relativePath>../</relativePath>
</parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.2</version>
<packaging>maven-plugin</packaging>
<name>maven-lockfile-plugin</name>
<description>This plugin is a proof of concept for a maven plugin that can be used to validate
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.2</version>
<packaging>pom</packaging>
<name>maven-lockfile-parent</name>
<description>Integrity Maven Plugin</description>
Expand Down

0 comments on commit 20c8a02

Please sign in to comment.