Skip to content

Commit

Permalink
Latest Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-bot committed Oct 8, 2021
1 parent 91f1ce6 commit 2a67cd6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion driver-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-registrar</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-registrar</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>decentralized-identity</groupId>
<artifactId>uni-registrar</artifactId>
<packaging>pom</packaging>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
<name>uni-registrar</name>
<description>A Universal Registrar for decentralized identity.</description>
<url>https://uniregistrar.io/</url>
Expand Down Expand Up @@ -37,7 +37,7 @@
<url>https://github.com/decentralized-identity/universal-registrar</url>
<connection>scm:git:https://github.com/decentralized-identity/universal-registrar.git</connection>
<developerConnection>scm:git:https://github.com/decentralized-identity/universal-registrar.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.2.0</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion uni-registrar-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-registrar</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion uni-registrar-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-registrar</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion uni-registrar-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-registrar</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion uni-registrar-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-registrar</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<build>
Expand Down

0 comments on commit 2a67cd6

Please sign in to comment.