This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
development
sharing
sharing plugin Demo
Commits
97aa2974
Commit
97aa2974
authored
Mar 25, 2021
by
Michael Breu
💬
Browse files
Fixing Plugin Versioning Problem and minor improvements
parent
7ed3031a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pom.xml
pom.xml
+1
-1
src/main/webapp/app/sharing/sharing.component.html
src/main/webapp/app/sharing/sharing.component.html
+1
-1
No files found.
pom.xml
View file @
97aa2974
...
...
@@ -111,7 +111,7 @@
<dependency>
<groupId>
org.codeability.sharing
</groupId>
<artifactId>
SharingPluginPlatformAPI
</artifactId>
<version>
0.0.
1
</version>
<version>
0.0.
2
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.glassfish.jersey.core/jersey-client -->
<dependency>
...
...
src/main/webapp/app/sharing/sharing.component.html
View file @
97aa2974
...
...
@@ -26,7 +26,7 @@
keywords:
<span
*ngFor=
"let keyword of execInfo.keywords"
>
"{{keyword}}"
</span>
</div>
<h3>
README.md
</h3>
<h3>
README.md
from selected project:
</h3>
<div
style=
"border: 2px solid gray;border-radius: 5px;"
>
<markdown
[data]=
"readme[i]"
>
</markdown>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment