|
6 | 6 | <packaging>jar</packaging> |
7 | 7 | <name>Common Workflow Language SDK</name> |
8 | 8 | <description><![CDATA[This project contains Java objects and utilities auto-generated by <a href="https://github.com/common-workflow-language/schema_salad">Schema Salad</a> for parsing documents corresponding to the https://w3id.org/cwl/cwl# schema.]]></description> |
9 | | - <version>1.2.0-SNAPSHOT</version> |
| 9 | + <version>2.0.0</version> |
| 10 | + <url>https://www.commonwl.org/</url> |
10 | 11 | <properties> |
11 | 12 | <commonslang.version>3.19.0</commonslang.version> |
12 | 13 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
18 | 19 | <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
19 | 20 | </license> |
20 | 21 | </licenses> |
| 22 | + <developers> |
| 23 | + <developer> |
| 24 | + <name>Michael R. Crusoe</name> |
| 25 | + <email>mrc@commonwl.org</email> |
| 26 | + <organization>Common Workflow Language, a member project of Software Freedom Conservancy, Inc.</organization> |
| 27 | + </developer> |
| 28 | + </developers> |
| 29 | + <scm> |
| 30 | + <connection>scm:git:git://github.com/common-workflow-language/cwljava.git</connection> |
| 31 | + <developerConnection>scm:git:ssh://github.com/common-workflow-language/cwljava.git</developerConnection> |
| 32 | + <url>https://github.com/common-workflow-language/cwljava/tree/cwl-1.2.0/</url> |
| 33 | + </scm> |
21 | 34 | <build> |
22 | 35 | <pluginManagement> |
23 | 36 | <plugins> |
|
51 | 64 | <plugin> |
52 | 65 | <groupId>org.apache.maven.plugins</groupId> |
53 | 66 | <artifactId>maven-javadoc-plugin</artifactId> |
54 | | - <version>3.12.0</version> |
55 | | - <configuration> |
56 | | - </configuration> |
| 67 | + <version>3.12.0</version> |
| 68 | + <executions><execution><id>attach-javadocs</id><goals><goal>jar</goal></goals></execution></executions> |
| 69 | + </plugin> |
| 70 | + <plugin> |
| 71 | + <groupId>org.apache.maven.plugins</groupId> |
| 72 | + <artifactId>maven-source-plugin</artifactId> |
| 73 | + <version>3.3.1</version> |
| 74 | + <executions><execution><id>attach-sources</id><goals><goal>jar-no-fork</goal></goals></execution></executions> |
57 | 75 | </plugin> |
58 | 76 | <plugin> |
59 | 77 | <groupId>org.apache.maven.plugins</groupId> |
|
0 commit comments