File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
<version >0.2.1-SNAPSHOT</version >
10
10
</parent >
11
11
12
- <artifactId >operator-framework -framework-core</artifactId >
12
+ <artifactId >admission-controller -framework-core</artifactId >
13
13
<name >Admission Controller Framework - Core</name >
14
14
<packaging >jar</packaging >
15
15
Original file line number Diff line number Diff line change 7
7
<artifactId >admission-controller-framework</artifactId >
8
8
<version >0.2.1-SNAPSHOT</version >
9
9
</parent >
10
- <artifactId >operator -framework-samples</artifactId >
10
+ <artifactId >admission-controller -framework-samples</artifactId >
11
11
<packaging >pom</packaging >
12
12
<name >Admission Controller Framework - Samples</name >
13
13
<modules >
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<parent >
6
6
<groupId >io.javaoperatorsdk</groupId >
7
- <artifactId >operator -framework-samples</artifactId >
7
+ <artifactId >admission-controller -framework-samples</artifactId >
8
8
<version >0.2.1-SNAPSHOT</version >
9
9
</parent >
10
10
<groupId >io.javaoperatorsdk.admissioncontroller.sample</groupId >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >io.javaoperatorsdk</groupId >
45
- <artifactId >operator-framework -framework-core</artifactId >
45
+ <artifactId >admission-controller -framework-core</artifactId >
46
46
<version >${project.version} </version >
47
47
</dependency >
48
48
<dependency >
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<parent >
6
6
<groupId >io.javaoperatorsdk</groupId >
7
- <artifactId >operator -framework-samples</artifactId >
7
+ <artifactId >admission-controller -framework-samples</artifactId >
8
8
<version >0.2.1-SNAPSHOT</version >
9
9
</parent >
10
10
51
51
</dependency >
52
52
<dependency >
53
53
<groupId >io.javaoperatorsdk</groupId >
54
- <artifactId >operator-framework -framework-core</artifactId >
55
- <version >0.2.1-SNAPSHOT </version >
54
+ <artifactId >admission-controller -framework-core</artifactId >
55
+ <version >${project.version} </version >
56
56
</dependency >
57
57
</dependencies >
58
58
You can’t perform that action at this time.
0 commit comments