Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit a99011e

Browse files
committed
Bump version up [ci skip]
1 parent d94a5c2 commit a99011e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,27 @@ Because soap-ws depends on a list of external dependencies that are not publishe
3030
{...
3131
:repositories [["enonic" "https://repo.enonic.com/public/"]
3232
...]
33-
:dependencies [[io.xapix/paos "0.2.1"]
33+
:dependencies [[io.xapix/paos "0.2.2"]
3434
...]
3535
}
3636

3737
## boot
3838

3939
(set-env! :repositories #(conj % ["enonic" {:url "https://repo.enonic.com/public/"}])
40-
:dependencies #(conj % [io.xapix/paos "0.2.1"])
40+
:dependencies #(conj % [io.xapix/paos "0.2.2"])
4141

4242
## deps.edn
4343

4444
{...
4545
:mvn/repos {"enonic" {:url "https://repo.enonic.com/public/"}}}}
46-
:deps {io.xapix/paos {:mvn/version "0.2.1"}
46+
:deps {io.xapix/paos {:mvn/version "0.2.2"}
4747
...}
4848
...
4949
}
5050

5151
## Command line interface
5252

53-
You can examine any WSDL with simple command line interface. If you already have all required repos in your deps.edn just execute `clj -Sdeps '{:deps {io.xapix/paos {:mvn/version "0.2.1"}}}' -m paos.core -h` and check available options.
53+
You can examine any WSDL with simple command line interface. If you already have all required repos in your deps.edn just execute `clj -Sdeps '{:deps {io.xapix/paos {:mvn/version "0.2.2"}}}' -m paos.core -h` and check available options.
5454

5555
Or you can use standalone script with everything inplace:
5656

@@ -59,7 +59,7 @@ Or you can use standalone script with everything inplace:
5959
set -e
6060

6161
MVN_REPOS='{"enonic" {:url "https://repo.enonic.com/public/"}}'
62-
DEPS='{io.xapix/paos {:mvn/version "0.2.1"}}'
62+
DEPS='{io.xapix/paos {:mvn/version "0.2.2"}}'
6363

6464
clojure -Srepro -Sdeps "{:deps $DEPS :mvn/repos $MVN_REPOS}" -m paos.core $@
6565
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.xapix</groupId>
55
<artifactId>paos</artifactId>
6-
<version>0.2.2-SNAPSHOT</version>
6+
<version>0.2.2</version>
77
<name>paos</name>
88
<dependencies>
99
<dependency>

0 commit comments

Comments
 (0)