Skip to content

Commit

Permalink
Preparing for 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelhg committed Nov 2, 2015
1 parent 3d14668 commit 8ce5fa6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@
/.classpath
/.settings/
/.gradle/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?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"
<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>

Expand Down Expand Up @@ -29,8 +28,16 @@
<url>https://github.com/mikaelhg/urlbuilder</url>
<connection>scm:git:https://github.com/mikaelhg/urlbuilder.git</connection>
<developerConnection>scm:git:[email protected]:mikaelhg/urlbuilder.git</developerConnection>
<tag>HEAD</tag>
</scm>

<distributionManagement>
<repository>
<id>bintray</id>
<url>https://api.bintray.com/maven/mikaelhg/public/io.mikael.urlbuilder</url>
</repository>
</distributionManagement>

<prerequisites>
<maven>3.3.3</maven>
</prerequisites>
Expand Down

0 comments on commit 8ce5fa6

Please sign in to comment.