Skip to content

Commit

Permalink
release 21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
polettif committed Feb 3, 2021
1 parent f115ad5 commit 7225428
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/maven-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.11
server-id: bintray-polettif-matsim
server-username: BINTRAY_USERNAME
server-password: BINTRAY_PASSWORD
- name: Deploy with Maven
run: mvn -B deploy
env:
BINTRAY_USERNAME: ${{ secrets.BINTRAY_USERNAME }}
BINTRAY_PASSWORD: ${{ secrets.BINTRAY_PASSWORD }}
server-id: bintray-polettif-matsim
server-username: ${{ secrets.BINTRAY_USERNAME }}
server-password: ${{ secrets.BINTRAY_PASSWORD }}

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To include pt2matsim in your own maven project, add this snippet to your pom.xml
<dependency>
<groupId>org.matsim</groupId>
<artifactId>pt2matsim</artifactId>
<version>20.12</version>
<version>21.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.matsim</groupId>
<artifactId>pt2matsim</artifactId>
<version>21.1-SNAPSHOT</version>
<version>21.1</version>

<name>PT2MATSim</name>
<description>Public Transport to MATSim</description>
Expand Down

0 comments on commit 7225428

Please sign in to comment.