Skip to content

Commit

Permalink
release 20.11
Browse files Browse the repository at this point in the history
  • Loading branch information
polettif committed Nov 30, 2020
1 parent 716c252 commit 9cdbc8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
server-username: BINTRAY_USERNAME
server-password: BINTRAY_PASSWORD
- name: Deploy with Maven
run: mvn deploy -DskipTests=true
run: mvn -B deploy
env:
BINTRAY_USERNAME: ${{ secrets.BINTRAY_USERNAME }}
BINTRAY_PASSWORD: ${{ secrets.BINTRAY_PASSWORD }}
Expand Down
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.10</version>
<version>20.11</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>20.11-SNAPSHOT</version>
<version>20.11</version>

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

0 comments on commit 9cdbc8e

Please sign in to comment.