Skip to content

Commit a128cc7

Browse files
committed
Release v0.7.0
1 parent 1bdb4a9 commit a128cc7

2 files changed

Lines changed: 33 additions & 3 deletions

File tree

README.adoc

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,51 @@ ifdef::env-github[]
1212
:tip-caption: :bulb:
1313
:warning-caption: :warning:
1414
endif::[]
15-
:project-ver: 0.1.0
15+
ifndef::revnumber[:revnumber: 0.7.0]
1616

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

2121

22-
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.
22+
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.
2323

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

30+
.Quick Start
31+
[%collapsible]
32+
====
33+
.Clone repository and create ZIP distribution
34+
[source,shell]
35+
----
36+
git clone https://github.com/Axway-API-Management-Plus/yamles-utils.git
37+
cd yamles-utils
38+
./mvnw clean package
39+
----
40+
41+
.Unpack distribution
42+
[source,shell,subs="verbatim,attributes"]
43+
----
44+
unzip target/yamles-utils-{revnumber}.zip -d target
45+
----
46+
47+
.Execute tool (Unix)
48+
[source,shell,subs="verbatim,attributes"]
49+
----
50+
target/yamles-utils-{revnumber}/bin/yamlesutils.sh
51+
----
52+
53+
.Execute tool (Windows)
54+
[source,shell,subs="verbatim,attributes"]
55+
----
56+
target\yamles-utils-{revnumber}\bin\yamlesutils.cmd
57+
----
58+
====
59+
3060
== Introduction
3161
3262
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.

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</developer>
3838
</developers>
3939
<properties>
40-
<revision>0.7.0-SNAPSHOT</revision>
40+
<revision>0.7.0</revision>
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<maven.compiler.release>8</maven.compiler.release>
4343
<maven.compiler.target>1.8</maven.compiler.target>

0 commit comments

Comments
 (0)