Skip to content

Commit

Permalink
[TASK] Set version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkd-friedrich committed Nov 29, 2023
1 parent bb8655f commit 8621ac9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/upload-artifact@v3
with:
name: apache-nutch-for-typo3-2.2.0
path: build/dist/apache-nutch-for-typo3-2.2.0.tar.gz
name: apache-nutch-for-typo3-2.3.0
path: build/dist/apache-nutch-for-typo3-2.3.0.tar.gz
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For creating your own binaries you can build this plugin with ant.
Please visit the [official Apache Ant website](http://ant.apache.org/) for further information.

- build with `ant dist`
- copy and unpack `build/dist/apache-nutch-for-typo3-2.2.0.tar.gz`
- copy and unpack `build/dist/apache-nutch-for-typo3-2.3.0.tar.gz`

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion default.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name = apache-nutch-for-typo3
version = 2.2.0
version = 2.3.0
final.name = ${name}-${version}

nutch.version = 1.19
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.typo3.nutch</groupId>
<artifactId>apache-nutch-for-typo3</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<name>Apache Nutch for TYPO3</name>
<description>A set of plug-ins for Nutch to query a TYPO3 installation for information necessary to index crawled documents into an Apache Solr for TYPO3 installation.</description>

Expand Down

0 comments on commit 8621ac9

Please sign in to comment.