Skip to content

Commit

Permalink
Prepare Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weissreto committed Aug 14, 2018
1 parent 712f4a0 commit e9ed2b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public class Person
<dependency>
<groupId>com.axonivy</groupId>
<artifactId>ivymx</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy</groupId>
<artifactId>ivymx</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>IVYMX - AXON IVY Java Management Extension</name>
<description>Annotations and utility classes to register POJO's as JMX MBeans.</description>
<url>https://github.com/axonivy/ivymx</url>
Expand Down Expand Up @@ -39,7 +39,7 @@
<url>[email protected]:axonivy/ivymx.git</url>
<connection>scm:git:[email protected]:axonivy/ivymx.git</connection>
<developerConnection>scm:git:[email protected]:axonivy/ivymx.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.1</tag>
</scm>
<profiles>
<profile>
Expand Down

0 comments on commit e9ed2b9

Please sign in to comment.