Skip to content

Commit 805e330

Browse files
info updates to pom and readme
1 parent a2bb3bd commit 805e330

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ JUnit tests require access and configuration for an Event Portal account and App
2424
## AsyncApi Accessor v2
2525
This module provides the capability to parse and extract objects from an AsyncAPI specifications.
2626
This module was created to handle AsyncAPI versions 2.X. The intent is for this module to be used in
27-
applications where needed. Convenience methods are provided to obtain objects and fields, including Event Portal Extensions.
27+
applications where needed. Convenience methods are provided to obtain objects and fields, including Event Portal Extensions.
28+
29+
## AsyncApi Accessor v3
30+
***Incomplete / Not fully implemented*** - Under construction. This module is not referenced by other modules at this time.
31+
32+
This module provides the capability to parse and extract objects from an AsyncAPI specifications.
33+
This module was created to handle AsyncAPI versions 3.X. The intent is for this module to be used in
34+
applications where needed. Convenience methods are provided to obtain objects and fields, including Event Portal Extensions.
2835

2936
## AsyncApi Importer Core
3037
This module provides the core functionality of the importer.
@@ -38,3 +45,4 @@ Details for how to invoke the CLI can be found in the module's
3845

3946
# Issues and Enhancements
4047
1. Add ability to specify new objects as Shared upon creation
48+
2. Add AsyncApi 3.X support

pom.xml

+9-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@
1616
</modules>
1717

1818
<name>Solace EP AsyncApi Importer</name>
19-
<url>http://www.example.com</url>
19+
<url>https://github.com/SolaceLabs/sol-ep-asyncapi-importer</url>
20+
21+
<licenses>
22+
<license>
23+
<name>Apache License, Version 2.0</name>
24+
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
25+
<distribution>repo</distribution>
26+
</license>
27+
</licenses>
2028

2129
<properties>
2230
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)