Skip to content

Commit

Permalink
Updates page with 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Nov 24, 2023
1 parent 744ecf1 commit a691baa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
19 changes: 11 additions & 8 deletions _data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,20 @@
# status: stable
#
# Possible status: "stable", "unstable"
- version: 1.1.0
date: 2016-04-25
- version: 2.0.0
date: 2023-11-24
status: stable
groupId: de.tudarmstadt.ukp.wikipedia
artifactId: de.tudarmstadt.ukp.wikipedia

groupId: dkpro-jwpl
artifactId: org.dkpro.jwpl

- version: 1.2.0-SNAPSHOT
- version: 2.0.1-SNAPSHOT
date: unknown
status: unstable
groupId: dkpro-jwpl
artifactId: org.dkpro.jwpl

- version: 1.1.0
date: 2016-04-25
status: stable
groupId: de.tudarmstadt.ukp.wikipedia
artifactId: de.tudarmstadt.ukp.wikipedia
# user_guide_url: https://zoidberg.ukp.informatik.tu-darmstadt.de/jenkins/job/DKPro%20TC%20Documentation%20(GitHub)/de.tudarmstadt.ukp.dkpro.tc%24dkpro-tc-doc/doclinks/1/
# developer_guide_url: https://zoidberg.ukp.informatik.tu-darmstadt.de/jenkins/job/DKPro%20TC%20Documentation%20(GitHub)/de.tudarmstadt.ukp.dkpro.tc%24dkpro-tc-doc/doclinks/2/
4 changes: 2 additions & 2 deletions pages/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ permalink: "/downloads/"
<dependencies>
<dependency>
<groupId>{{ stable.groupId }}</groupId>
<artifactId>de.tudarmstadt.ukp.wikipedia.api</artifactId>
<artifactId>dkpro-jwpl-api</artifactId>
</dependency>
</dependencies>
{% endhighlight xml %}
Expand All @@ -39,7 +39,7 @@ A full list of artifacts is available from [Maven Central][1]!

## Sources

Get the sources from [GitHub](https://github.com/dkpro/dkpro-jwpl/releases/tag/de.tudarmstadt.ukp.wikipedia-{{ stable.version }}).
Get the sources from [GitHub](https://github.com/dkpro/dkpro-jwpl/releases/tag/dkpro-jwpl-{{ stable.version }}).

[1]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22{{ stable.groupId }}%22%20AND%20v%3A%22{{ stable.version }}%22

Expand Down

0 comments on commit a691baa

Please sign in to comment.