Skip to content

Commit

Permalink
[MASTERING] releasing v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thevpc committed Jan 4, 2022
1 parent 52e78ed commit c210fee
Show file tree
Hide file tree
Showing 150 changed files with 1,165 additions and 1,262 deletions.
4 changes: 2 additions & 2 deletions .dir-template/vars.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ latestApiVersion=`nuts -ybB nversion $vars_here/../core/nuts`;
latestImplVersion=`nuts -ybB nversion $vars_here/../core/nuts-runtime`;
latestJarLocation="https://thevpc.net/maven/net/thevpc/nuts/nuts/${latestApiVersion}/nuts-${latestApiVersion}.jar";

stableApiVersion=0.8.2;
stableImplVersion=0.8.2.1;
stableApiVersion=0.8.3;
stableImplVersion=0.8.3.0;
stableJarLocation="https://repo.maven.apache.org/maven2/net/thevpc/nuts/nuts/${stableApiVersion}/nuts-${stableApiVersion}.jar";

jarLocation="${latestJarLocation}";
Expand Down
20 changes: 10 additions & 10 deletions METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
stableApiVersion=0.8.2
stableImplVersion=0.8.2.1
stableJarLocation=https://repo.maven.apache.org/maven2/net/thevpc/nuts/nuts/0.8.2/nuts-0.8.2.jar
latestApiVersion=0.8.3-rc1
latestImplVersion=0.8.3.0-rc1
latestJarLocation=https://thevpc.net/maven/net/thevpc/nuts/nuts/0.8.3-rc1/nuts-0.8.3-rc1.jar
apiVersion=0.8.3-rc1
implVersion=0.8.3.0-rc1
jarLocation=https://thevpc.net/maven/net/thevpc/nuts/nuts/0.8.3-rc1/nuts-0.8.3-rc1.jar
buildTime=Tue Jan 4 09:09:58 PM +0000 2022
stableApiVersion=0.8.3
stableImplVersion=0.8.3.0
stableJarLocation=https://repo.maven.apache.org/maven2/net/thevpc/nuts/nuts/0.8.3/nuts-0.8.3.jar
latestApiVersion=0.8.3
latestImplVersion=0.8.3.0
latestJarLocation=https://thevpc.net/maven/net/thevpc/nuts/nuts/0.8.3/nuts-0.8.3.jar
apiVersion=0.8.3
implVersion=0.8.3.0
jarLocation=https://thevpc.net/maven/net/thevpc/nuts/nuts/0.8.3/nuts-0.8.3.jar
buildTime=Tue Jan 4 11:57:15 PM +0000 2022
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Network Updatable Things Services
__ __
/\ \ \ _ __/ /______
/ \/ / / / / __/ ___/
/ /\ / /_/ / /_(__ ) dev version 0.8.3.0-rc1 (accessible on thevpc.net)
\_\ \/\__,_/\__/____/ production version 0.8.2.1 (accessible on maven central)
/ /\ / /_/ / /_(__ ) dev version 0.8.3.0 (accessible on thevpc.net)
\_\ \/\__,_/\__/____/ production version 0.8.3.0 (accessible on maven central)
</pre>

website : [https://thevpc.github.io/nuts](https://thevpc.github.io/nuts)
Expand Down Expand Up @@ -33,7 +33,7 @@ nuts --version
It should show a result in the format : nuts-api-version/nuts-impl-version

```
0.8.3-rc1/0.8.3.0-rc1
0.8.3/0.8.3.0
```

## Installing Nuts Preview (Development, recommended for testing)
Expand Down Expand Up @@ -65,7 +65,7 @@ The very same procedure applies whether you already have an existing version of
First you need to download nuts-stable.jar

```
wget wget https://repo1.maven.org/maven2/net/thevpc/nuts/nuts/0.8.2/nuts-0.8.2.jar -O nuts.jar
wget wget https://repo1.maven.org/maven2/net/thevpc/nuts/nuts/0.8.3/nuts-0.8.3.jar -O nuts.jar
```

If you want a shorter link, use this one!
Expand Down
6 changes: 3 additions & 3 deletions companions/nsh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.thevpc.nuts.toolbox</groupId>
<artifactId>nsh</artifactId>
<version>0.8.3.0-rc1</version>
<version>0.8.3.0</version>
<packaging>jar</packaging>
<name>Nuts Community Shell</name>
<url>https://github.com/thevpc/nuts</url>
Expand Down Expand Up @@ -68,12 +68,12 @@
<dependency>
<groupId>net.thevpc.nuts</groupId>
<artifactId>nuts</artifactId>
<version>0.8.3-rc1</version>
<version>0.8.3</version>
</dependency>
<dependency>
<groupId>net.thevpc.nuts.lib</groupId>
<artifactId>nlib-ssh</artifactId>
<version>0.8.3.0-rc1</version>
<version>0.8.3.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion companions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>net.thevpc.nuts</groupId>
<artifactId>nuts-companions-builder</artifactId>
<name>Nuts Community Companions Build Project</name>
<version>0.8.3.0-rc1</version>
<version>0.8.3.0</version>
<packaging>pom</packaging>
<modules>
<module>nsh</module>
Expand Down
4 changes: 2 additions & 2 deletions core/nuts-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.thevpc.nuts</groupId>
<artifactId>nuts-runtime</artifactId>
<version>0.8.3.0-rc1</version>
<version>0.8.3.0</version>
<packaging>jar</packaging>
<name>Nuts Community Runtime</name>
<url>https://github.com/thevpc/nuts</url>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>net.thevpc.nuts</groupId>
<artifactId>nuts</artifactId>
<version>0.8.3-rc1</version>
<version>0.8.3</version>
</dependency>
<dependency>
<groupId>org.fusesource.jansi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/nuts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.thevpc.nuts</groupId>
<artifactId>nuts</artifactId>
<version>0.8.3-rc1</version>
<version>0.8.3</version>
<packaging>jar</packaging>
<name>Nuts Community Package Manager</name>
<url>https://github.com/thevpc/nuts</url>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>net.thevpc.nuts</groupId>
<artifactId>nuts-core-builder</artifactId>
<name>Nuts Community Core Build Project</name>
<version>0.8.3.0-rc1</version>
<version>0.8.3.0</version>
<packaging>pom</packaging>
<modules>
<module>nuts</module>
Expand Down
1 change: 0 additions & 1 deletion docs/08795d9c.73c7c3b7.js

This file was deleted.

Loading

0 comments on commit c210fee

Please sign in to comment.