Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jline-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qmx committed Oct 28, 2011
1 parent 0f9ccb2 commit 402664b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,14 @@ To make a bundle and request that ibilio upload it, do:
Make a request like at http://jira.codehaus.org/browse/MAVENUPLOAD-1003
-->
<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/maven-v4_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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<packaging>jar</packaging>
<name>JLine</name>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<description>JLine is a java library for reading and editing user input in console applications. It features
tab-completion, command history, password masking, customizable keybindings, and pass-through handlers to use to
chain to other console applications.
Expand Down

0 comments on commit 402664b

Please sign in to comment.