Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo Righi committed Jun 9, 2017
1 parent 8c03345 commit fa28fa1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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.holon-platform</groupId>
<artifactId>holon-shared</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<packaging>jar</packaging>

Expand Down Expand Up @@ -39,7 +38,8 @@
<connection>scm:git:https://github.com/holon-platform/holon-shared.git</connection>
<url>https://github.com/holon-platform/holon-shared</url>
<developerConnection>scm:git:https://github.com/holon-platform/holon-shared.git</developerConnection>
</scm>
<tag>1.0.0</tag>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit fa28fa1

Please sign in to comment.