Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
Upgrade to version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterbos committed Jun 16, 2016
1 parent 3529953 commit 8678e84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In gradle, include this dependency in your build.gradle:

```gradle
dependencies {
compile 'com.nedap.healthcare:archie:0.1.0'
compile 'com.nedap.healthcare:archie:0.1.2'
}
```

Expand All @@ -24,7 +24,7 @@ or if you use maven, in your pom.xml
<dependency>
<groupId>com.nedap.healthcare</groupId>
<artifactId>archie</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</dependency>
```

Expand Down Expand Up @@ -72,7 +72,7 @@ CAttribute attribute = archetype.getDefinition()

### Serializing

Archetype models can be serialized to ADL thanks the the serializer written by @markopi64. This is not yet included in the 0.1.1 release, but is in the master and will be included in a release soon. To use:
Archetype models can be serialized to ADL thanks the the serializer written by @markopi64. To use:

```java
String serialized = ADLArchetypeSerializer.serialize(archetype);
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apply plugin: 'ch.raffael.pegdown-doclet'
apply plugin: 'jacoco'
//apply plugin: 'io.codearte.nexus-staging'

version = '0.2.0-SNAPSHOT'
version = '0.1.2'
group = 'com.nedap.healthcare'
archivesBaseName = 'archie'

Expand Down

0 comments on commit 8678e84

Please sign in to comment.