Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Update version #10

Merged
merged 4 commits into from
Jun 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ assets:
install: |
pdd --file=/dev/null
merge:
env:
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
script: |
LC_ALL=C mvn clean install -Pqulice --errors -Dstyle.color=never
release:
env:
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
script: |-
mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never
git commit -am "${tag}"
Expand Down
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SOFTWARE.
</parent>
<groupId>org.eolang</groupId>
<artifactId>net</artifactId>
<version>0.0.0</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>eo-net</name>
<description>Sockets for EO Programming Language</description>
Expand Down Expand Up @@ -87,6 +87,10 @@ SOFTWARE.
<url>https://github.com/objectionary/eo-net</url>
</site>
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.eolang</groupId>
Expand Down Expand Up @@ -154,7 +158,7 @@ SOFTWARE.
<plugin>
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>0.18.19</version>
<version>0.19.1</version>
<configuration>
<excludes combine.children="append">
<exclude>pmd:.*</exclude>
Expand Down
4 changes: 2 additions & 2 deletions src/main/eo/org/eolang/net/socket.eo
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
+package org.eolang.net
+rt jvm org.eolang.net:0.0.0
+version 0.0.0
+rt jvm org.eolang.net:1.0.0
+version 1.0.0

[address port] > socket /string