Skip to content

Commit

Permalink
Merge pull request #22 from 3KeyCompany/release/1.2.1
Browse files Browse the repository at this point in the history
Update release version to 1.2.1
  • Loading branch information
3keyroman authored Nov 23, 2023
2 parents e7be967 + 0a3971b commit ea7460f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
<parent>
<groupId>com.czertainly</groupId>
<artifactId>dependencies</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>

<groupId>com.czertainly</groupId>
<artifactId>software-cryptography-provider</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<name>CZERTAINLY-Software-Cryptography-Provider</name>

<properties>
Expand All @@ -24,7 +23,7 @@
<dependency>
<groupId>com.czertainly</groupId>
<artifactId>interfaces</artifactId>
<version>2.8.0</version>
<version>2.10.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/net.sf.kxml/kxml2 -->
Expand Down Expand Up @@ -113,7 +112,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.7.1</version>
<version>2.7.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<id>github</id>
<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
<id>ossrh-releases</id>
<url>https://s01.oss.sonatype.org/content/repositories/releases</url>
</repository>
<repository>
<id>github</id>
Expand Down

0 comments on commit ea7460f

Please sign in to comment.