Skip to content

Commit a2764b5

Browse files
committed
improve packaging metadata; start versioning at 2.0.0
1 parent 50b25c0 commit a2764b5

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

pom.xml

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<packaging>jar</packaging>
77
<name>Common Workflow Language SDK</name>
88
<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>
1011
<properties>
1112
<commonslang.version>3.19.0</commonslang.version>
1213
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -18,6 +19,18 @@
1819
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
1920
</license>
2021
</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>
2134
<build>
2235
<pluginManagement>
2336
<plugins>
@@ -51,9 +64,14 @@
5164
<plugin>
5265
<groupId>org.apache.maven.plugins</groupId>
5366
<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>
5775
</plugin>
5876
<plugin>
5977
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)