Skip to content

Commit

Permalink
Rename build module to not confuse with other build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
klaren committed Jun 8, 2018
1 parent 01cc2a3 commit e75f138
Show file tree
Hide file tree
Showing 29 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/pom.xml → build-resources/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.neo4j.build</groupId>
<artifactId>resources</artifactId>
<artifactId>build-resources</artifactId>
<version>3.4.1-SNAPSHOT</version>

<name>Neo4j - Build resources</name>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packaging/standalone/pom.xml
Expand Up @@ -139,7 +139,7 @@
<!-- Defined to allow maven to calculate build order, it's used in the plugin above -->
<dependency>
<groupId>org.neo4j.build</groupId>
<artifactId>resources</artifactId>
<artifactId>build-resources</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -96,11 +96,11 @@
<scala.java9.arg/>
<jersey.version>1.19.3</jersey.version>

<licensing.year>2018</licensing.year>
<currentYear>2018</currentYear>
</properties>

<modules>
<module>build</module>
<module>build-resources</module>
<module>community</module>
<module>enterprise</module>
<module>integrationtests</module>
Expand Down Expand Up @@ -486,7 +486,7 @@
<dependencies>
<dependency>
<groupId>org.neo4j.build</groupId>
<artifactId>resources</artifactId>
<artifactId>build-resources</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down Expand Up @@ -526,13 +526,13 @@
<g4>SLASHSTAR_STYLE</g4>
</mapping>
<properties>
<currentYear>${licensing.year}</currentYear>
<currentYear>${currentYear}</currentYear>
</properties>
</configuration>
<dependencies>
<dependency>
<groupId>org.neo4j.build</groupId>
<artifactId>resources</artifactId>
<artifactId>build-resources</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down Expand Up @@ -716,7 +716,7 @@
</dependency>
<dependency>
<groupId>org.neo4j.build</groupId>
<artifactId>resources</artifactId>
<artifactId>build-resources</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit e75f138

Please sign in to comment.