Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alapierre committed Jun 21, 2022
1 parent e881af6 commit 07ea5f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cipher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>crypto-util</artifactId>
<groupId>io.alapierre.crypto</groupId>
<version>1.5-SNAPSHOT</version>
<version>1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion digital-signature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.alapierre.crypto</groupId>
<artifactId>crypto-util</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5</version>
</parent>

<artifactId>digital-signature</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>io.alapierre.crypto</groupId>
<artifactId>crypto-util</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5</version>

<modules>
<module>digital-signature</module>
Expand All @@ -36,7 +36,7 @@
<connection>scm:git:[email protected]:alapierre/crypto-util.git</connection>
<developerConnection>scm:git:[email protected]:alapierre/crypto-util.git</developerConnection>
<url>https://github.com/alapierre/crypto-util</url>
<tag>HEAD</tag>
<tag>1.5</tag>
</scm>

<properties>
Expand Down
6 changes: 2 additions & 4 deletions rsa-util/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>crypto-util</artifactId>
<groupId>io.alapierre.crypto</groupId>
<version>1.5-SNAPSHOT</version>
<version>1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 07ea5f7

Please sign in to comment.