Skip to content

Commit

Permalink
[maven-release-plugin] prepare release logback-throttling-appender-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Dec 30, 2018
1 parent b97254a commit 48d88a4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +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>io.dropwizard.logback</groupId>
<artifactId>logback-throttling-appender</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<name>Throttling Appender</name>
<description>Throttling appender wrapper for Logback</description>
Expand Down Expand Up @@ -76,7 +75,7 @@
<connection>scm:git:https://github.com/dropwizard/logback-throttling-appender</connection>
<developerConnection>scm:git:git@github.com:dropwizard/logback-throttling-appender.git</developerConnection>
<url>https://github.com/dropwizard/logback-throttling-appender</url>
<tag>HEAD</tag>
<tag>logback-throttling-appender-1.0.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 48d88a4

Please sign in to comment.