Skip to content

Commit 8bf8ce6

Browse files
Merge pull request #283 from eclipse-aas4j/release-prep
Prepares 1.0.2 release
2 parents e240ddc + 79ff39c commit 8bf8ce6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Eclipse AAS4J
22

3-
> :newspaper: The _`Eclipse AAS4J 1.0.1`_ release is available on [Maven Central Repository](https://oss.sonatype.org/#nexus-search;quick~org.eclipse.digitaltwin.aas4j) and includes the
3+
> :newspaper: The _`Eclipse AAS4J 1.0.2`_ release is available on [Maven Central Repository](https://oss.sonatype.org/#nexus-search;quick~org.eclipse.digitaltwin.aas4j) and includes the
44
> following artifacts implementing the _AAS Specs – Part 1 V3.0 (final)_: `aas4j-dataformat-core`, `aas4j-dataformat-aasx`,
55
> `aas4j-dataformat-xml`, `aas4j-dataformat-json`, `aas4j-dataformat-parent`, and `aas4j-model`.
66

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
</modules>
3939
<properties>
4040
<revision.major>1</revision.major>
41-
<revision.minor>1</revision.minor>
42-
<revision.patch>0-SNAPSHOT</revision.patch>
41+
<revision.minor>0</revision.minor>
42+
<revision.patch>2</revision.patch>
4343
<revision>${revision.major}.${revision.minor}.${revision.patch}</revision>
44-
<model.version>1.1.0-SNAPSHOT</model.version>
44+
<model.version>1.0.2</model.version>
4545

4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)