Skip to content

Commit

Permalink
Releasing 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Nov 16, 2021
1 parent 2cd8e8a commit a8baba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
17 changes: 1 addition & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,21 +239,6 @@
<ignore />
</action>
</pluginExecution>
<!-- TODO: remove, m2e now has a connector for this.
pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<versionRange>[1.0,)</versionRange>
<goals>
<goal>exec</goal>
<goal>unpack</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution -->
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -281,7 +266,7 @@
<plugin>
<groupId>com.github.harti2006</groupId>
<artifactId>neo4j-server-maven-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
<configuration>
<version>${neo4j.server.version}</version>
<port>${neo4j.server.httpPort}</port>
Expand Down
4 changes: 1 addition & 3 deletions revision-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
# 2.0.1-SNAPSHOT
* Current snapshot

# 2.0RC3
# 2.0
* download-page added
* Eclipse directive to ignore plug-ins added (avoid irrelevant warnings in Eclipse)

## 2.0RC2
* Java 11 migration and other dependency upgrades
* Migrated to github actions, generic CI scripts

Expand Down

0 comments on commit a8baba6

Please sign in to comment.