Skip to content

Commit 030266c

Browse files
committed
Align build and use 0.0.1-SNAPSHOT
1 parent b1bdcc5 commit 030266c

File tree

5 files changed

+17
-34
lines changed

5 files changed

+17
-34
lines changed

complete/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.1.0
1+
version=0.0.1-SNAPSHOT

complete/pom.xml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>org.springframework</groupId>
7-
<artifactId>gs-spring-cloud-gcp</artifactId>
8-
<version>0.1.0</version>
7+
<artifactId>gs-messaging-gcp-pubsub</artifactId>
8+
<version>0.0.1-SNAPSHOT</version>
9+
10+
<parent>
11+
<groupId>org.springframework.boot</groupId>
12+
<artifactId>spring-boot-starter-parent</artifactId>
13+
<version>3.5.8</version>
14+
</parent>
915

1016
<properties>
11-
<java.version>17</java.version>
12-
<maven.compiler.source>17</maven.compiler.source>
13-
<maven.compiler.target>17</maven.compiler.target>
1417
<spring-cloud-gcp.version>5.9.0</spring-cloud-gcp.version>
15-
<spring-boot-release.version>3.5.8</spring-boot-release.version>
1618
</properties>
1719

1820
<dependencies>
@@ -39,14 +41,6 @@
3941
<type>pom</type>
4042
<scope>import</scope>
4143
</dependency>
42-
43-
<dependency>
44-
<groupId>org.springframework.boot</groupId>
45-
<artifactId>spring-boot-dependencies</artifactId>
46-
<version>${spring-boot-release.version}</version>
47-
<type>pom</type>
48-
<scope>import</scope>
49-
</dependency>
5044
</dependencies>
5145
</dependencyManagement>
5246

initial/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.1.0
1+
version=0.0.1-SNAPSHOT

initial/pom.xml

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>org.springframework</groupId>
7-
<artifactId>gs-spring-cloud-gcp</artifactId>
8-
<version>0.1.0</version>
7+
<artifactId>gs-messaging-gcp-pubsub</artifactId>
8+
<version>0.0.1-SNAPSHOT</version>
99

10-
<properties>
11-
<java.version>17</java.version>
12-
<spring-boot-release.version>3.5.8</spring-boot-release.version>
13-
</properties>
10+
<parent>
11+
<groupId>org.springframework.boot</groupId>
12+
<artifactId>spring-boot-starter-parent</artifactId>
13+
<version>3.5.8</version>
14+
</parent>
1415

1516
<dependencies>
1617
<dependency>
@@ -19,18 +20,6 @@
1920
</dependency>
2021
</dependencies>
2122

22-
<dependencyManagement>
23-
<dependencies>
24-
<dependency>
25-
<groupId>org.springframework.boot</groupId>
26-
<artifactId>spring-boot-dependencies</artifactId>
27-
<version>${spring-boot-release.version}</version>
28-
<type>pom</type>
29-
<scope>import</scope>
30-
</dependency>
31-
</dependencies>
32-
</dependencyManagement>
33-
3423
<build>
3524
<plugins>
3625
<plugin>

initial/src/main/java/hello/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)