Skip to content

Commit

Permalink
Merge pull request #56 from Kopilov/release-3.0.2
Browse files Browse the repository at this point in the history
Release 3.0.2
  • Loading branch information
Kopilov authored Nov 18, 2020
2 parents 5f92b64 + 05205d7 commit b96945f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
sudo apt-get -y install r-base
sudo locale-gen "en_US.UTF-8"
sudo bash -c 'echo "LANG=en_US.UTF-8" > /etc/default/locale'
echo '::set-env name=LANG::en_US.UTF-8'
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
- name: Build with Maven
run: cd RCaller && mvn test
8 changes: 4 additions & 4 deletions RCaller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.github.jbytecode</groupId>
<artifactId>RCaller</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<packaging>jar</packaging>

<name>RCaller</name>
Expand All @@ -24,15 +24,14 @@
</developer>
<developer>
<name>Kopilov Alexander</name>

This comment has been minimized.

Copy link
@jbytecode

jbytecode Nov 18, 2020

Owner

@Kopilov could you please correct the name section if someting is wrong

<email></email>
<email>kopilov.ad@gmail.com</email>
</developer>
</developers>

<scm>
<url>https://github.com/jbytecode/rcaller</url>
<connection>scm:git:git://github.com/jbytecode/rcaller.git</connection>
<developerConnection>scm:git:git@github.com:jbytecode/rcaller.git</developerConnection>
<tag>RCaller-3.0</tag>
</scm>

<licenses>
Expand All @@ -44,7 +43,8 @@
</licenses>

<description>
http://www.mhsatman.com
RCaller is a software library which simplifies performing data analysis and statistical calculations in Java using R.
The details are hidden from users including transferring data between platforms, function calls, and retrieving results.
</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The last option is to use maven dependency:
<dependency>
<groupId>com.github.jbytecode</groupId>
<artifactId>RCaller</artifactId>
<version>3.0</version>
<version>3.0.2</version>
<classifier>jar-with-dependencies</classifier>
</dependency>
```
Expand Down

0 comments on commit b96945f

Please sign in to comment.