Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
[skip ci]prepare release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heiko.rothe committed Jan 14, 2021
1 parent af5a319 commit d4453d2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 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>de.idealo.spring</groupId>
<artifactId>spring-cloud-contract-aws</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1.0</version>
<name>Spring Cloud Contract AWS</name>
<description>Provides handy autoconfiguration for using Spring Cloud Contract with AWS services</description>
<url>https://github.com/idealo/spring-cloud-contract-aws</url>
Expand Down Expand Up @@ -34,7 +32,8 @@
<connection>scm:git:https://github.com/idealo/spring-cloud-contract-aws.git</connection>
<developerConnection>scm:git:https://github.com/idealo/spring-cloud-contract-aws.git</developerConnection>
<url>https://github.com/idealo/spring-cloud-contract-aws</url>
</scm>
<tag>v0.1.0</tag>
</scm>

<distributionManagement>
<repository>
Expand Down

0 comments on commit d4453d2

Please sign in to comment.