Skip to content

Commit

Permalink
releasing 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eonwhite committed Feb 20, 2019
1 parent f92647b commit e4fe381
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To use Stardao, add the following to your project's POM file:

```
<properties>
<stardao.version>0.3.0</stardao.version>
<stardao.version>0.3.4</stardao.version>
...
</properties>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.stardog.stardao</groupId>
<artifactId>stardao</artifactId>
<packaging>pom</packaging>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.4</version>
<modules>
<module>stardao-core</module>
<module>stardao-mongodb</module>
Expand Down Expand Up @@ -118,7 +118,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand All @@ -129,7 +129,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -142,7 +142,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -155,7 +155,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
2 changes: 1 addition & 1 deletion stardao-auto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>stardao</artifactId>
<groupId>io.stardog.stardao</groupId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion stardao-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>stardao</artifactId>
<groupId>io.stardog.stardao</groupId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions stardao-dynamodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>stardao</artifactId>
<groupId>io.stardog.stardao</groupId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-dynamodb</artifactId>
<version>1.11.297</version>
<version>1.11.502</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down
2 changes: 1 addition & 1 deletion stardao-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>stardao</artifactId>
<groupId>io.stardog.stardao</groupId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import java.util.Iterator;

/**
* The UpdateConverter takes references to Update<PartialModel> objects and turns them into references to Model objects.
* The UpdateConverter takes references to Update objects and turns them into references to Model objects.
*/
public class UpdateConverter implements ModelConverter {
public UpdateConverter() {
Expand Down
4 changes: 2 additions & 2 deletions stardao-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>stardao</artifactId>
<groupId>io.stardog.stardao</groupId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>3.6.3</version>
<version>3.6.4</version>
</dependency>
<dependency>
<groupId>com.github.fakemongo</groupId>
Expand Down

0 comments on commit e4fe381

Please sign in to comment.