Skip to content

Commit

Permalink
[skip actions] prepare release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xformer-bot committed Mar 27, 2022
1 parent d72ab17 commit 1186c9e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?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">
<modelVersion>4.0.0</modelVersion>

<groupId>com.janeirodigital</groupId>
<artifactId>sai-http-utils-java</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -32,7 +30,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>[email protected]:janeirodigital/sai-http-utils-java.git</url>
<tag>HEAD</tag>
<tag>v0.9.0</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 1186c9e

Please sign in to comment.