[Git][java-team/intellij-annotations][upstream] Import Upstream version 16.0.3

Markus Koschany gitlab at salsa.debian.org
Sun Dec 2 22:42:55 GMT 2018


Markus Koschany pushed to branch upstream at Debian Java Maintainers / intellij-annotations


Commits:
27219a6a by Markus Koschany at 2018-12-02T22:42:40Z
Import Upstream version 16.0.3
- - - - -


4 changed files:

- README.md
- build.gradle
- gradle.properties
- − gradle/wrapper/gradle-wrapper.jar


Changes:

=====================================
README.md
=====================================
@@ -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>
 ```
 


=====================================
build.gradle
=====================================
@@ -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) {


=====================================
gradle.properties
=====================================
@@ -1 +1 @@
-projectVersion=16.0.2
\ No newline at end of file
+projectVersion=16.0.3
\ No newline at end of file


=====================================
gradle/wrapper/gradle-wrapper.jar deleted
=====================================
Binary files a/gradle/wrapper/gradle-wrapper.jar and /dev/null differ



View it on GitLab: https://salsa.debian.org/java-team/intellij-annotations/commit/27219a6aeb71fe466376a6a6c80f0896116467e7

-- 
View it on GitLab: https://salsa.debian.org/java-team/intellij-annotations/commit/27219a6aeb71fe466376a6a6c80f0896116467e7
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/20181202/e4be268f/attachment.html>


More information about the pkg-java-commits mailing list