Skip to content

Commit

Permalink
🔖 Releasing version 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 11, 2023
1 parent 21038b8 commit a899f42
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.10-SNAPSHOT:generate
mvn io.github.chains-project:maven-lockfile:1.1.10:generate
```

Then run the following command to validate the repository:

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

## Format
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.10-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.10
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.10-SNAPSHOT</version>
<version>1.1.10</version>
<relativePath>../</relativePath>
</parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile-github-action</artifactId>
<version>1.1.10-SNAPSHOT</version>
<version>1.1.10</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.10-SNAPSHOT</version>
<version>1.1.10</version>
<relativePath>../</relativePath>
</parent>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile</artifactId>
<version>1.1.10-SNAPSHOT</version>
<version>1.1.10</version>
<packaging>maven-plugin</packaging>
<name>maven-lockfile-plugin</name>
<url>https://github.com/chains-project/maven-lockfile</url>
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.chains-project</groupId>
<artifactId>maven-lockfile-parent</artifactId>
<version>1.1.10-SNAPSHOT</version>
<version>1.1.10</version>
<packaging>pom</packaging>
<name>maven-lockfile-parent</name>
<description>Integrity Maven Plugin</description>
Expand Down Expand Up @@ -32,7 +32,7 @@
<url>https://github.com/chains-project/maven-lockfile.git</url>
</scm>
<properties>
<project.build.outputTimestamp>2023-04-10T14:49:15Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-04-11T12:39:35Z</project.build.outputTimestamp>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit a899f42

Please sign in to comment.