Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mmajis committed Jun 14, 2021
1 parent f5e197e commit 9df4347
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.nitor</groupId>
<artifactId>plantuml-serverless</artifactId>
<packaging>jar</packaging>
<version>0.0.8</version>
<version>static</version>
<name>PlantUML Serverless API</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions serverlessrepo/serverlessrepo-publish.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws --region us-east-1 serverlessrepo create-application-version --application-id arn:aws:serverlessrepo:us-east-1:293246570391:applications/plantuml-render --semantic-version 0.0.8 --source-code-url https://github.com/mmajis/plantuml-serverless/releases/tag/v0.0.8-fixed --template-body file://.aws-sam/build/template.yaml
aws --region us-east-1 serverlessrepo create-application-version --application-id arn:aws:serverlessrepo:us-east-1:293246570391:applications/plantuml-render --semantic-version 0.0.8 --source-code-url https://github.com/mmajis/plantuml-serverless/releases/tag/v0.0.9 --template-body file://.aws-sam/build/template.yaml
#maybe this could be the future:
#sam publish --region us-east-1 --template .aws-sam/build/template.yaml --semantic-version 0.0.8
#sam publish --region us-east-1 --template .aws-sam/build/template.yaml --semantic-version 0.0.9

# The issue here is that serverless application repository doesn't appear to support lambdas with PackageType: Image (containers)
4 changes: 2 additions & 2 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Metadata:
ReadmeUrl: s3://plantuml-serverlessrepo/README.md
Labels: ['plantuml']
HomePageUrl: https://github.com/mmajis/plantuml-serverless
SemanticVersion: 0.0.8
SourceCodeUrl: https://github.com/mmajis/plantuml-serverless/releases/tag/v0.0.8-fixed
SemanticVersion: 0.0.9
SourceCodeUrl: https://github.com/mmajis/plantuml-serverless/releases/tag/v0.0.9

Resources:
PlantUMLAPI:
Expand Down
2 changes: 1 addition & 1 deletion ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,7 @@
</div>
<div class="footer-copyright">
<div class="container">
<a href="https://github.com/mmajis/plantuml-serverless">PlantUML Serverless</a> v0.0.8 is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPLv3</a> and is powered by <a href="https://www.plantuml.com">PlantUML</a>. UI Based on work by <a href="https://https://github.com/sujoyu/plantuml-previewer">sujoyu</a>.
<a href="https://github.com/mmajis/plantuml-serverless">PlantUML Serverless</a> v0.0.9 is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPLv3</a> and is powered by <a href="https://www.plantuml.com">PlantUML</a>. UI Based on work by <a href="https://https://github.com/sujoyu/plantuml-previewer">sujoyu</a>.
</div>
</div>
</footer>
Expand Down

0 comments on commit 9df4347

Please sign in to comment.