Skip to content

Commit f220ef4

Browse files
committed
release v0.9.1
1 parent 2cb6155 commit f220ef4

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

accessors-smart/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>be.atbash.json</groupId>
2626
<artifactId>octopus-json-smart-parent</artifactId>
27-
<version>0.9.1-SNAPSHOT</version>
27+
<version>0.9.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>octopus-accessors-smart</artifactId>
32-
<version>0.9.1-SNAPSHOT</version>
32+
<version>0.9.1</version>
3333
<name>ASM based accessors helper used by json-smart</name>
3434

3535
<dependencies>

commands.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ mvn license:format
1111

1212
# Release to Maven central
1313

14-
mvn clean deploy -Prelease
14+
mvn clean deploy -Prelease
15+
16+
# Setting versions
17+
18+
mvn versions:set -DnewVersion=0.9.1 -DgenerateBackupPoms=false

json-smart/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>be.atbash.json</groupId>
2626
<artifactId>octopus-json-smart-parent</artifactId>
27-
<version>0.9.1-SNAPSHOT</version>
27+
<version>0.9.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>octopus-json-smart</artifactId>
32-
<version>0.9.1-SNAPSHOT</version>
32+
<version>0.9.1</version>
3333
<packaging>jar</packaging>
3434

3535
<name>Atbash JSON</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>be.atbash.json</groupId>
2525
<artifactId>octopus-json-smart-parent</artifactId>
26-
<version>0.9.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<packaging>pom</packaging>
2828

2929
<inceptionYear>2017</inceptionYear>
@@ -63,7 +63,7 @@
6363

6464
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6565

66-
<atbash-utils.version>0.9.2-SNAPSHOT</atbash-utils.version>
66+
<atbash-utils.version>0.9.2</atbash-utils.version>
6767

6868
<asciidoctor.maven.plugin.version>1.5.6</asciidoctor.maven.plugin.version>
6969
<asciidoctorj.pdf.version>1.5.0-alpha.16</asciidoctorj.pdf.version>

src/main/doc/manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Atbash JSON Smart
22
Rudy De Busscher <rdebusscher@gmail.com>
3-
v0.9.1, ??/??/2018
3+
v0.9.1, 04/08/2018
44
:example-caption!:
55
ifndef::imagesdir[:imagesdir: images]
66
ifndef::sourcedir[:sourcedir: ../../main/java]

src/main/doc/manual.pdf

-94 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)