Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
[skip ci]prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jan 18, 2021
1 parent d583070 commit 4fb053c
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>de.idealo.spring</groupId>
<artifactId>spring-cloud-stream-binder-sns</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Spring Cloud Stream Binder for AWS SNS</name>
<description>Allows you to use Spring Cloud Stream together with AWS SNS</description>
<url>https://github.com/idealo/spring-cloud-stream-binder-sns</url>
Expand Down Expand Up @@ -34,7 +32,7 @@
<connection>scm:git:https://github.com/idealo/spring-cloud-stream-binder-sns.git</connection>
<developerConnection>scm:git:https://github.com/idealo/spring-cloud-stream-binder-sns.git</developerConnection>
<url>https://github.com/idealo/spring-cloud-stream-binder-sns</url>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 4fb053c

Please sign in to comment.