Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 590902 Details for
Bug 830762
lucene ships POMs with uninitialized version properties
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
POM file for clucy
clucy-pom.xml (text/xml), 2.01 KB, created by
Michel Lind
on 2012-06-11 11:16:45 UTC
(
hide
)
Description:
POM file for clucy
Filename:
MIME Type:
Creator:
Michel Lind
Created:
2012-06-11 11:16:45 UTC
Size:
2.01 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > <modelVersion>4.0.0</modelVersion> > <groupId>clucy</groupId> > <artifactId>clucy</artifactId> > <version>0.3.0</version> > <name>clucy</name> > <description>A Clojure interface to the Lucene search engine</description> > <url>http://github/weavejester/clucy</url> > <build> > <sourceDirectory>src</sourceDirectory> > <testSourceDirectory>test</testSourceDirectory> > <resources> > <resource> > <directory>resources</directory> > </resource> > </resources> > <testResources> > <testResource> > <directory>test-resources</directory> > </testResource> > </testResources> > </build> > <repositories> > <repository> > <id>central</id> > <url>http://repo1.maven.org/maven2</url> > </repository> > <repository> > <id>clojars</id> > <url>http://clojars.org/repo/</url> > </repository> > </repositories> > <dependencies> > <!-- > <dependency> > <groupId>lein-multi</groupId> > <artifactId>lein-multi</artifactId> > <version>1.1.0</version> > <scope>test</scope> > </dependency> > --> > <dependency> > <groupId>org.clojure</groupId> > <artifactId>clojure</artifactId> > <version>1.2.1</version> > </dependency> > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-core</artifactId> > <!-- <version>2.9.4</version> --> > </dependency> > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-highlighter</artifactId> > <!-- <version>2.9.4</version> --> > </dependency> > </dependencies> ></project> > ><!-- This file was autogenerated by Leiningen. > Please do not edit it directly; instead edit project.clj and regenerate it. > It should not be considered canonical data. For more information see > https://github.com/technomancy/leiningen -->
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 830762
: 590902 |
590906