Skip to content

Commit 420ea5f

Browse files
committed
release v0.9.2
1 parent d0848d0 commit 420ea5f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

accessors-smart/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2017-2018 Rudy De Busscher (https://www.atbash.be)
4+
Copyright 2017-2019 Rudy De Busscher (https://www.atbash.be)
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>be.atbash.json</groupId>
2626
<artifactId>octopus-json-smart-parent</artifactId>
27-
<version>0.9.2-SNAPSHOT</version>
27+
<version>0.9.2</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

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

3535
<dependencies>

commands.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ mvn clean deploy -Prelease
1515

1616
# Setting versions
1717

18-
mvn versions:set -DnewVersion=0.9.2-SNAPSHOT -DgenerateBackupPoms=false
18+
mvn versions:set -DnewVersion=0.9.2 -DgenerateBackupPoms=false

json-smart/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2017-2018 Rudy De Busscher (https://www.atbash.be)
4+
Copyright 2017-2019 Rudy De Busscher (https://www.atbash.be)
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>be.atbash.json</groupId>
2626
<artifactId>octopus-json-smart-parent</artifactId>
27-
<version>0.9.2-SNAPSHOT</version>
27+
<version>0.9.2</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

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

3535
<name>Atbash JSON</name>

pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
26+
<version>0.9.2</version>
2727
<packaging>pom</packaging>
2828

2929
<inceptionYear>2017</inceptionYear>

0 commit comments

Comments
 (0)