Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmatil committed Mar 30, 2016
1 parent 67886c9 commit 33bf562
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions org.rmatil.sync.version.iml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: org.rmatil.sync.persistence:sync-persistence:0.1-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: org.rmatil.sync.persistence:sync-persistence:1.0.0" level="project" />
<orderEntry type="library" name="Maven: net.tomp2p:tomp2p-dht:5.0-Beta8" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-transport:4.0.28.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-buffer:4.0.28.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-common:4.0.28.Final" level="project" />
<orderEntry type="library" name="Maven: net.tomp2p:tomp2p-core:5.0-Beta8" level="project" />
<orderEntry type="library" name="Maven: org.rmatil.sync.commons:sync-commons:0.1-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: org.rmatil.sync.commons:sync-commons:1.0.0" level="project" />
<orderEntry type="library" name="Maven: com.google.guava:guava:18.0" level="project" />
<orderEntry type="library" name="Maven: com.google.code.gson:gson:2.5" level="project" />
<orderEntry type="library" name="Maven: junit:junit:4.12" level="project" />
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.rmatil.sync.version</groupId>
<artifactId>sync-version</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>

<repositories>
<repository>
Expand Down Expand Up @@ -136,12 +136,12 @@
<dependency>
<groupId>org.rmatil.sync.persistence</groupId>
<artifactId>sync-persistence</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.rmatil.sync.commons</groupId>
<artifactId>sync-commons</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 33bf562

Please sign in to comment.