Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asafalima committed Apr 19, 2017
1 parent 41f7e46 commit a8633a8
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:https://maven.apache.org/POM/4.0.0"
xmlns:xsi="http:https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http:https://maven.apache.org/POM/4.0.0 http:https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http:https://maven.apache.org/POM/4.0.0" xmlns:xsi="http:https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:https://maven.apache.org/POM/4.0.0 http:https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.logz</groupId>
<artifactId>guice-jersey</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<build>
<plugins>
Expand Down Expand Up @@ -87,7 +85,7 @@
<connection>scm:git:[email protected]:logzio/guice-jersey.git</connection>
<url>scm:git:[email protected]:logzio/guice-jersey.git</url>
<developerConnection>scm:git:[email protected]:logzio/guice-jersey.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.1</tag>
</scm>

<properties>
Expand Down

0 comments on commit a8633a8

Please sign in to comment.