[intellij-annotations] 03/04: Fix get-orig-pom target.
Markus Koschany
apo-guest at moszumanska.debian.org
Mon Feb 15 14:35:22 GMT 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository intellij-annotations.
commit 0cb9449759efd015e5f1c70c38a16ff9976d1f6d
Author: Markus Koschany <apo at debian.org>
Date: Mon Feb 15 15:24:31 2016 +0100
Fix get-orig-pom target.
---
debian/pom.xml | 6 ++++--
debian/rules | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/pom.xml b/debian/pom.xml
index 3b16277..d18ebfa 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -1,4 +1,6 @@
-<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>com.intellij</groupId>
<artifactId>annotations</artifactId>
@@ -47,4 +49,4 @@
</plugin>
</plugins>
</build>
-</project>
+</project>
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index adba2d0..1058b5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
export JAVA_HOME := /usr/lib/jvm/default-java
-MAVEN_REPO := http://central.maven.org/maven2/com/intellij/annotations/
+MAVEN_REPO := http://central.maven.org/maven2/com/intellij/annotations
VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed -e 's/-[^-]*$$//')
JAR_NAME := com.intellij.annotations
PACKAGE := libintellij-annotations-java
@@ -14,4 +14,4 @@ get-orig-source:
uscan --verbose --repack --compression xz --force-download --download-current-version
get-orig-pom:
- wget --user-agent="" -O debian/pom.xml $(MAVEN_REPO)/$(VERSION)/$(JAR_NAME)-$(VERSION).pom
+ wget --user-agent="" -O debian/pom.xml $(MAVEN_REPO)/$(VERSION)/annotations-$(VERSION).pom
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/intellij-annotations.git
More information about the pkg-java-commits
mailing list