Skip to content

Commit f728e54

Browse files
authored
Merge pull request #9 from vsbogd/release-0.1
Release version 0.1.0
2 parents b9ba923 + 5e32216 commit f728e54

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $ mvn exec:java -Dexec.mainClass="io.singularitynet.sdk.example.CntkImageRecogni
6969
<plugin>
7070
<groupId>io.singularitynet</groupId>
7171
<artifactId>snet-sdk-maven-plugin</artifactId>
72-
<version>1.0-SNAPSHOT</version>
72+
<version>0.1.0</version>
7373
7474
<executions>
7575
<execution>

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.singularitynet</groupId>
88
<artifactId>snet-sdk-java-pom</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

gradle-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ contains SingularityNet SDK dependencies.
1515
Add SingularityNet and Protobuf plugins into the classpath using
1616
`buildscript/dependencies` section:
1717
```
18-
classpath 'io.singularitynet:snet-sdk-gradle-plugin:1.0-SNAPSHOT'
18+
classpath 'com.github.singnet.snet-sdk-java:snet-sdk-gradle-plugin:0.1.0'
1919
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.10'
2020
```
2121

@@ -41,7 +41,7 @@ Add SingularityNet Java SDK into `dependencies` section:
4141
```
4242
implementation 'io.grpc:grpc-okhttp:1.20.0'
4343
implementation 'org.slf4j:slf4j-android:1.7.30'
44-
implementation 'io.singularitynet:snet-sdk-java:1.0-SNAPSHOT'
44+
implementation 'com.github.singnet.snet-sdk-java:snet-sdk-java:0.1.0'
4545
```
4646

4747
Add one Gradle task to download and unpack each SingularityNet service API you

gradle-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.singularitynet</groupId>
88
<artifactId>snet-sdk-java-pom</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.singularitynet</groupId>
66
<artifactId>snet-sdk-java-pom</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

maven-plugin/src/test/resources/project-to-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.singularitynet</groupId>
88
<artifactId>snet-sdk-maven-plugin</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
<packaging>jar</packaging>
1111
<name>Test MyMojo</name>
1212

plugin-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.singularitynet</groupId>
88
<artifactId>snet-sdk-java-pom</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.singularitynet</groupId>
66
<artifactId>snet-sdk-java-pom</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
88
<packaging>pom</packaging>
99

1010
<properties>

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.singularitynet</groupId>
88
<artifactId>snet-sdk-java-pom</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)