File tree Expand file tree Collapse file tree 2 files changed +38
-36
lines changed Expand file tree Collapse file tree 2 files changed +38
-36
lines changed Original file line number Diff line number Diff line change 85
85
86
86
</dependencies >
87
87
88
- <profiles >
89
- <!-- Activated during release. See maven-release-plugin. -->
90
- <profile >
91
- <id >release</id >
92
- <activation >
93
- <property >
94
- <name >performRelease</name >
95
- </property >
96
- </activation >
97
- <build >
98
- <plugins >
99
- <!-- Release must be signed. -->
100
- <plugin >
101
- <groupId >org.apache.maven.plugins</groupId >
102
- <artifactId >maven-gpg-plugin</artifactId >
103
- <version >3.1.0</version >
104
- <executions >
105
- <execution >
106
- <id >sign-artifacts</id >
107
- <phase >verify</phase >
108
- <goals >
109
- <goal >sign</goal >
110
- </goals >
111
- <configuration >
112
- <gpgArguments >
113
- <arg >--no-tty</arg >
114
- </gpgArguments >
115
- </configuration >
116
- </execution >
117
- </executions >
118
- </plugin >
119
- </plugins >
120
- </build >
121
- </profile >
122
- </profiles >
88
+
123
89
</project >
Original file line number Diff line number Diff line change 7
7
<version >1.1.63-SNAPSHOT</version >
8
8
<packaging >pom</packaging >
9
9
10
- <name >ddfplus-api </name >
10
+ <name >ddfplus-parent </name >
11
11
<description >DDF Plus API Parent</description >
12
12
<url >https://github.com/barchart/ddfplus-java-api</url >
13
13
101
101
</dependencies >
102
102
</dependencyManagement >
103
103
104
+ <profiles >
105
+ <!-- Activated during release. See maven-release-plugin. -->
106
+ <profile >
107
+ <id >release</id >
108
+ <activation >
109
+ <property >
110
+ <name >performRelease</name >
111
+ </property >
112
+ </activation >
113
+ <build >
114
+ <plugins >
115
+ <!-- Release must be signed. -->
116
+ <plugin >
117
+ <groupId >org.apache.maven.plugins</groupId >
118
+ <artifactId >maven-gpg-plugin</artifactId >
119
+ <version >3.1.0</version >
120
+ <executions >
121
+ <execution >
122
+ <id >sign-artifacts</id >
123
+ <phase >verify</phase >
124
+ <goals >
125
+ <goal >sign</goal >
126
+ </goals >
127
+ <configuration >
128
+ <gpgArguments >
129
+ <arg >--no-tty</arg >
130
+ </gpgArguments >
131
+ </configuration >
132
+ </execution >
133
+ </executions >
134
+ </plugin >
135
+ </plugins >
136
+ </build >
137
+ </profile >
138
+ </profiles >
139
+
104
140
<modules >
105
141
<module >ddfplus-api</module >
106
142
<module >ddfplus-examples</module >
You can’t perform that action at this time.
0 commit comments