Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlookaxw committed May 30, 2024
1 parent 1bdb4a9 commit a128cc7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
34 changes: 32 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,51 @@ ifdef::env-github[]
:tip-caption: :bulb:
:warning-caption: :warning:
endif::[]
:project-ver: 0.1.0
ifndef::revnumber[:revnumber: 0.7.0]

image:https://github.com/Axway-API-Management-Plus/yamles-utils/actions/workflows/maven-publish.yml/badge.svg[Workflow Status]
image:https://img.shields.io/github/license/Axway-API-Management-Plus/yamles-utils?style=plastic[]
image:https://img.shields.io/github/v/release/Axway-API-Management-Plus/yamles-utils?style=plastic[]


IMPORTANT: The project is community supported and not supported by Axway Support. If you encounter any issues, please raise an GitHub issue on this project.
IMPORTANT: The project is community supported and not supported by Axway Support. If you encounter any issues, please raise a GitHub issue on this project.

[sidebar]
.tl;dr
--
Utilities to verify coding rules of YAML Entity Store based projects and to configure projects for target environments using various configuration sources.
--

.Quick Start
[%collapsible]
====
.Clone repository and create ZIP distribution
[source,shell]
----
git clone https://github.com/Axway-API-Management-Plus/yamles-utils.git
cd yamles-utils
./mvnw clean package
----

.Unpack distribution
[source,shell,subs="verbatim,attributes"]
----
unzip target/yamles-utils-{revnumber}.zip -d target
----

.Execute tool (Unix)
[source,shell,subs="verbatim,attributes"]
----
target/yamles-utils-{revnumber}/bin/yamlesutils.sh
----

.Execute tool (Windows)
[source,shell,subs="verbatim,attributes"]
----
target\yamles-utils-{revnumber}\bin\yamlesutils.cmd
----
====
== Introduction
Since the 7.7 February'22 release of the Axway API Gateway, Policy Studio supports to edit policy projects in the YAML Entity Store (YAML-ES) format.
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</developer>
</developers>
<properties>
<revision>0.7.0-SNAPSHOT</revision>
<revision>0.7.0</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>8</maven.compiler.release>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit a128cc7

Please sign in to comment.