Codebase list osgi-annotation / 013a1ad
Use https for maven repo Markus Koschany 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 export JAVA_HOME := /usr/lib/jvm/default-java
33
4 MAVEN_REPO := http://repo1.maven.org/maven2/org/osgi/osgi.annotation
4 MAVEN_REPO := https://repo1.maven.org/maven2/org/osgi/osgi.annotation
55 VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed -e 's/-[^-]*$$//')
66 JAR_NAME := osgi.annotation
77 PACKAGE := libosgi-annotation-java