Skip to content

Commit

Permalink
🔖 Releasing version 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 10, 2023
1 parent e566d27 commit 082cd8b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ See https://search.maven.org/artifact/io.github.chains-project/maven-lockfile fo
First, generate a lock file by running the following command in the repository that you want to validate:

```
mvn io.github.chains-project:maven-lockfile:1.1.8-SNAPSHOT:generate
mvn io.github.chains-project:maven-lockfile:1.1.8:generate
```

Then run the following command to validate the repository:

```
mvn io.github.chains-project:maven-lockfile:1.1.8-SNAPSHOT:validate
mvn io.github.chains-project:maven-lockfile:1.1.8:validate
```

## Format
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
shell: bash

- id: action
run: ~/.jbang/bin/jbang --repos 'github=https://maven.pkg.github.com/chains-project/maven-lockfile/' --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:1.1.8-SNAPSHOT
run: ~/.jbang/bin/jbang --repos 'github=https://maven.pkg.github.com/chains-project/maven-lockfile/' --repos 'mavencentral' io.github.chains-project:maven-lockfile-github-action:1.1.8
shell: bash
env:
JSON_INPUTS: ${{ toJSON(inputs) }}
Expand Down
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.8-SNAPSHOT</version>
<version>1.1.8</version>
<relativePath>../</relativePath>
</parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile-github-action</artifactId>
<version>1.1.8-SNAPSHOT</version>
<version>1.1.8</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.8-SNAPSHOT</version>
<version>1.1.8</version>
<relativePath>../</relativePath>
</parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile</artifactId>
<version>1.1.8-SNAPSHOT</version>
<version>1.1.8</version>
<packaging>maven-plugin</packaging>
<name>maven-lockfile-plugin</name>
<url>https://github.com/chains-project/maven-lockfile</url>
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.8-SNAPSHOT</version>
<version>1.1.8</version>
<packaging>pom</packaging>
<name>maven-lockfile-parent</name>
<description>Integrity Maven Plugin</description>
Expand Down

0 comments on commit 082cd8b

Please sign in to comment.