[Git][clojure-team/clj-tuple-clojure][master] 2 commits: Add pom.xml which seems to have missing in Git due to upstream .gitignore
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Feb 19 06:36:37 GMT 2025
Andreas Tille pushed to branch master at Debian Clojure Maintainers / clj-tuple-clojure
Commits:
7fe0fdad by Andreas Tille at 2025-02-18T21:43:19+01:00
Add pom.xml which seems to have missing in Git due to upstream .gitignore
- - - - -
f4e36e97 by Andreas Tille at 2025-02-19T07:10:47+01:00
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- + debian/maven-meta/pom.xml
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-clj-tuple-clojure (0.2.2-3) UNRELEASED; urgency=medium
+clj-tuple-clojure (0.2.2-3) unstable; urgency=medium
* Team upload.
@@ -15,7 +15,7 @@ clj-tuple-clojure (0.2.2-3) UNRELEASED; urgency=medium
* Use secure URI in Homepage field.
* There are no docs provided in doc/* so do not try to install these
- -- Louis-Philippe Véronneau <pollo at debian.org> Sat, 08 Jan 2022 17:53:54 -0500
+ -- Andreas Tille <tille at debian.org> Wed, 19 Feb 2025 07:09:41 +0100
clj-tuple-clojure (0.2.2-2.1) unstable; urgency=medium
=====================================
debian/maven-meta/pom.xml
=====================================
@@ -0,0 +1,107 @@
+<?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" 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>clj-tuple</groupId>
+ <artifactId>clj-tuple</artifactId>
+ <packaging>jar</packaging>
+ <version>0.2.2</version>
+ <name>clj-tuple</name>
+ <description>Efficient small collections.</description>
+ <licenses>
+ <license>
+ <name>MIT License</name>
+ <url>http://opensource.org/licenses/MIT</url>
+ </license>
+ </licenses>
+ <scm>
+ <tag>2e90cd4fa4603c34f2b77cb70aab3da1c6b00abf
+</tag>
+ <url/>
+ </scm>
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+ <testSourceDirectory>test</testSourceDirectory>
+ <resources>
+ <resource>
+ <directory>resources</directory>
+ </resource>
+ </resources>
+ <testResources>
+ <testResource>
+ <directory>resources</directory>
+ </testResource>
+ </testResources>
+ <directory>target</directory>
+ <outputDirectory>target/classes</outputDirectory>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.7</version>
+ <executions>
+ <execution>
+ <id>add-source</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>add-source</goal>
+ </goals>
+ <configuration>
+ <sources>
+ <source>src</source>
+ </sources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <repositories>
+ <repository>
+ <id>central</id>
+ <url>https://repo1.maven.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ <repository>
+ <id>clojars</id>
+ <url>https://clojars.org/repo/</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
+ <dependencyManagement>
+ <dependencies/>
+ </dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.clojure</groupId>
+ <artifactId>clojure</artifactId>
+ <version>1.7.0-alpha5</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>criterium</groupId>
+ <artifactId>criterium</artifactId>
+ <version>0.4.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>collection-check</groupId>
+ <artifactId>collection-check</artifactId>
+ <version>0.1.5</version>
+ <scope>test</scope>
+ </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 -->
View it on GitLab: https://salsa.debian.org/clojure-team/clj-tuple-clojure/-/compare/3c6768a6da21ed0e4c7675fd5c4ca60b78faa708...f4e36e974e77cacff00460e560d33c1fe9f3a3ab
--
View it on GitLab: https://salsa.debian.org/clojure-team/clj-tuple-clojure/-/compare/3c6768a6da21ed0e4c7675fd5c4ca60b78faa708...f4e36e974e77cacff00460e560d33c1fe9f3a3ab
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20250219/4a3bcf9b/attachment.htm>
More information about the pkg-java-commits
mailing list