Skip to content

Commit

Permalink
Update version to 2.5.0-SNAPSHOT and use ${revision} instead of repea…
Browse files Browse the repository at this point in the history
…ting it in every pom
  • Loading branch information
Paul Cuddihy committed May 11, 2022
1 parent a598703 commit 05840aa
Show file tree
Hide file tree
Showing 24 changed files with 28 additions and 50 deletions.
2 changes: 1 addition & 1 deletion arangoDbService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>arangoDbService</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion athenaService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>athenaService</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion connectionUtils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>

<artifactId>connectionUtils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>

<artifactId>distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edcQueryGenerationService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>edcQueryGenerationService</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion fdcCacheService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>fdcCacheService</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion fdcSampleService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>fdcSampleService</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion fileStagingService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>fileStagingService</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion nodeGroupExecutionService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>nodeGroupExecutionService</artifactId>
<name>nodeGroupExecutionService</name>
Expand Down
2 changes: 1 addition & 1 deletion nodeGroupService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>nodeGroupService</artifactId>
<name>NodeGroup Service</name>
Expand Down
2 changes: 1 addition & 1 deletion nodeGroupStoreService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>nodeGroupStoreService</artifactId>
<name>nodeGroupStoreService</name>
Expand Down
2 changes: 1 addition & 1 deletion ontologyInfoService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>ontologyInfoService</artifactId>

Expand Down
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.7</version>
</parent>
<properties>
<revision>2.5.0-SNAPSHOT</revision>
<swagger.version>3.0.0</swagger.version>
</properties>

<modelVersion>4.0.0</modelVersion>

<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
<packaging>pom</packaging>


Expand Down Expand Up @@ -137,12 +141,6 @@
<module>distribution</module>
</modules>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<swagger.version>3.0.0</swagger.version>
</properties>

<dependencyManagement>
<dependencies>
<!--We don't actively use log4j, but some extra insurance against the vulnerability... -->
Expand Down
2 changes: 1 addition & 1 deletion sparqlExtDispatchService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>sparqlExtDispatchService</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion sparqlGraphIngestionService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>sparqlGraphIngestionService</artifactId>

Expand Down
7 changes: 1 addition & 6 deletions sparqlGraphLibrary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>sparqlGraphLibrary</artifactId>

Expand Down Expand Up @@ -176,9 +176,4 @@

</dependencies>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>

</project>
2 changes: 1 addition & 1 deletion sparqlGraphResultsService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>sparqlGraphResultsService</artifactId>

Expand Down
7 changes: 1 addition & 6 deletions sparqlGraphStatusService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>sparqlGraphStatusService</artifactId>

Expand Down Expand Up @@ -49,11 +49,6 @@

</dependencies>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>

<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion sparqlGraphWeb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.ge.research.semtk</groupId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
<artifactId>semtk-oss</artifactId>
</parent>
<artifactId>sparqlGraphWeb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sparqlQueryService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>sparqlQueryService</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion springSecurityLibrary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>springSecurityLibrary</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion springUtilLibrary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>springUtilLibrary</artifactId>
Expand Down
7 changes: 1 addition & 6 deletions standaloneExecutables/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>standaloneExecutables</artifactId>

Expand All @@ -24,11 +24,6 @@

</dependencies>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>

<!-- create runnable ("fat") jars with dependencies included -->
<build>
<plugins>
Expand Down
7 changes: 1 addition & 6 deletions utilityService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ge.research.semtk</groupId>
<artifactId>semtk-oss</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>utilityService</artifactId>

Expand Down Expand Up @@ -49,11 +49,6 @@

</dependencies>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 05840aa

Please sign in to comment.