We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0e5fe commit cce4d2fCopy full SHA for cce4d2f
2 files changed
.gitignore
@@ -14,3 +14,4 @@ nbactions.xml
14
.project
15
/.idea/
16
/jca.iml
17
+release.properties
pom.xml
@@ -36,10 +36,14 @@
36
</repository>
37
</repositories>
38
39
- <organization>
40
- <name>EPICS</name>
41
- <url>http://www.aps.anl.gov/epics/</url>
42
- </organization>
+ <licenses>
+ <license>
+ <name>EPICS Open License</name>
+ <url>https://epics-controls.org/epics-open-license</url>
43
+ <distribution>repo</distribution>
44
+ <comments>The EPICS Open License for Java Channel Access</comments>
45
+ </license>
46
+ </licenses>
47
48
<developers>
49
<developer>
0 commit comments