Navigation Menu

Skip to content

Commit

Permalink
[maven-release-plugin] prepare release task-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Apr 9, 2013
1 parent 53efe4e commit 8c88c73
Showing 1 changed file with 53 additions and 54 deletions.
107 changes: 53 additions & 54 deletions pom.xml
@@ -1,54 +1,53 @@
<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>
<artifactId>task</artifactId>
<version>0.0.3-SNAPSHOT</version>
<name>Task</name>
<packaging>jar</packaging>
<description>Clojure library for running and managing interactive tasks</description>

<parent>
<groupId>net.mikera</groupId>
<artifactId>clojure-pom</artifactId>
<version>0.0.4</version>
</parent>

<scm>
<connection>scm:git:git@github.com:mikera/${project.artifactId}.git</connection>
<url>scm:git:git@github.com:mikera/${project.artifactId}.git</url>
<developerConnection>scm:git:git@github.com:mikera/${project.artifactId}.git</developerConnection>
<tag>HEAD</tag>
</scm>

<repositories>
<repository>
<id>clojars.org</id>
<name>Clojars repository</name>
<url>https://clojars.org/repo</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>clj-time</groupId>
<artifactId>clj-time</artifactId>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.macro</artifactId>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>net.mikera</groupId>
<artifactId>cljunit</artifactId>
<version>0.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.mikera</groupId>
<artifactId>clojure-utils</artifactId>
<version>0.2.1</version>
</dependency>
</dependencies>
</project>
<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>
<artifactId>task</artifactId>
<version>0.1.0</version>
<name>Task</name>
<packaging>jar</packaging>
<description>Clojure library for running and managing interactive tasks</description>

<parent>
<groupId>net.mikera</groupId>
<artifactId>clojure-pom</artifactId>
<version>0.0.4</version>
</parent>

<scm>
<connection>scm:git:git@github.com:mikera/${project.artifactId}.git</connection>
<url>scm:git:git@github.com:mikera/${project.artifactId}.git</url>
<developerConnection>scm:git:git@github.com:mikera/${project.artifactId}.git</developerConnection>
<tag>task-0.1.0</tag>
</scm>

<repositories>
<repository>
<id>clojars.org</id>
<name>Clojars repository</name>
<url>https://clojars.org/repo</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>clj-time</groupId>
<artifactId>clj-time</artifactId>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.macro</artifactId>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>net.mikera</groupId>
<artifactId>cljunit</artifactId>
<version>0.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.mikera</groupId>
<artifactId>clojure-utils</artifactId>
<version>0.2.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit 8c88c73

Please sign in to comment.