Skip to content

Commit

Permalink
Upgrading dependency my-company-common-team library to 1.1.0 version
Browse files Browse the repository at this point in the history
Upgrading version to 1.1.0
  • Loading branch information
Ivan Dugalic committed Dec 10, 2017
1 parent a36a358 commit 852fbb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<packaging>jar</packaging>
<name>my-company-team-domain</name>
<description>Team - Command Side - Aggregate</description>
<version>1.0.0</version>
<version>1.1.0</version>

<parent>
<groupId>com.idugalic</groupId>
Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>com.idugalic</groupId>
<artifactId>my-company-common-team</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.idugalic</groupId>
<artifactId>my-company-project-domain</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.axonframework</groupId>
Expand Down

0 comments on commit 852fbb2

Please sign in to comment.