Skip to content
Commits on Source (2)
......@@ -9,7 +9,7 @@ The annotations are published on [Maven Central](http://repo1.maven.org/maven2/o
using gradle write the following in `build.gradle` file:
```
dependencies {
compile 'org.jetbrains:annotations:16.0.2'
compile 'org.jetbrains:annotations:16.0.3'
}
```
......@@ -18,7 +18,7 @@ To add a dependency using Maven write the following in `pom.xml`:
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>16.0.2</version>
<version>16.0.3</version>
</dependency>
```
......
......@@ -38,6 +38,9 @@ configure([project(':java5'), project(':java8')]) {
task mainJar(type: Jar) {
from sourceSets.main.output
from project(':common').sourceSets.main.output
manifest {
attributes('Automatic-Module-Name': 'org.jetbrains.' + archivesBaseName)
}
}
task sourceJar(type: Jar) {
......
intellij-annotations (16.0.3-1) unstable; urgency=medium
* New upstream version 16.0.3.
* Switch to compat level 11.
* Declare compliance with Debian Policy 4.2.1.
* Use https for Format field.
-- Markus Koschany <apo@debian.org> Sun, 02 Dec 2018 23:27:58 +0100
intellij-annotations (16.0.2-5) unstable; urgency=medium
* Don’t suggest a transitional package.
......
......@@ -7,13 +7,13 @@ Uploaders:
Saif Abdul Cassim <saif.15@cse.mrt.ac.lk>,
Andrej Shadura <andrewsh@debian.org>
Build-Depends:
debhelper (>= 9),
debhelper (>= 11),
gradle-debian-helper,
maven-repo-helper,
default-jdk,
default-jdk-doc
Standards-Version: 3.9.7
Vcs-Git: https://salsa.debian.org/java-team/intellij-annotations
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/intellij-annotations.git
Vcs-Browser: https://salsa.debian.org/java-team/intellij-annotations
Homepage: https://github.com/JetBrains/java-annotations/
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: IntelliJ IDEA Annotations
Source: http://central.maven.org/maven2/com/intellij/annotations/
Source: https://github.com/JetBrains/java-annotations/
Files-Excluded:
*.jar
Files: *
Copyright: 2000-2018, JetBrains s.r.o
......
common/build/debian/common.pom --artifact=common/build/libs/common-16.0.2-SNAPSHOT.jar --java-lib --usj-name=org.jetbrains.annotations-common
java8/build/debian/annotations.pom --artifact=java8/build/libs/annotations-16.0.2-SNAPSHOT.jar --java-lib --usj-name=org.jetbrains.annotations-java8
common/build/debian/common.pom --artifact=common/build/libs/common-16.0.3-SNAPSHOT.jar --java-lib --usj-name=org.jetbrains.annotations-common
java8/build/debian/annotations.pom --artifact=java8/build/libs/annotations-16.0.3-SNAPSHOT.jar --java-lib --usj-name=org.jetbrains.annotations-java8
projectVersion=16.0.2
\ No newline at end of file
projectVersion=16.0.3
\ No newline at end of file