Skip to content

Commit

Permalink
Release 1.0.0 - Minimum Viable Product
Browse files Browse the repository at this point in the history
  • Loading branch information
hakan42 committed Jan 10, 2016
1 parent 754b4c4 commit 4a0d419
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,15 +1,14 @@
<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.gurkensalat.calendar</groupId>
<artifactId>perrypedia-release-calendar</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>

<inceptionYear>2016</inceptionYear>
<url>https://hakan42.github.com/perrypedia-release-calendar/</url>
<description></description>
<description />

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -72,6 +71,7 @@
<url>https://github.com/hakan42/perrypedia-release-calendar</url>
<connection>scm:git:https://github.com/hakan42/perrypedia-release-calendar.git</connection>
<developerConnection>scm:git:https://github.com/hakan42/perrypedia-release-calendar.git</developerConnection>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 4a0d419

Please sign in to comment.