|
27 | 27 |
|
28 | 28 | <groupId>org.commonjava.maven.ext</groupId> |
29 | 29 | <artifactId>pom-manipulation-parent</artifactId> |
30 | | - <version>4.20-SNAPSHOT</version> |
| 30 | + <version>4.20</version> |
31 | 31 | <packaging>pom</packaging> |
32 | 32 |
|
33 | 33 | <name>POM Manipulation Extension for Maven</name> |
|
67 | 67 | <connection>scm:git:http://github.com/release-engineering/pom-manipulation-ext.git</connection> |
68 | 68 | < developerConnection>scm:git: [email protected]:release-engineering/pom-manipulation-ext.git</ developerConnection> |
69 | 69 | <url>http://github.com/release-engineering/pom-manipulation-ext</url> |
70 | | - <tag>HEAD</tag> |
| 70 | + <tag>pom-manipulation-parent-4.20</tag> |
71 | 71 | </scm> |
72 | 72 |
|
73 | 73 | <properties> |
|
106 | 106 | <dependency> |
107 | 107 | <groupId>org.commonjava.maven.ext</groupId> |
108 | 108 | <artifactId>pom-manipulation-annotation</artifactId> |
109 | | - <version>4.20-SNAPSHOT</version> |
| 109 | + <version>4.20</version> |
110 | 110 | </dependency> |
111 | 111 | <dependency> |
112 | 112 | <groupId>org.commonjava.maven.ext</groupId> |
113 | 113 | <artifactId>pom-manipulation-common</artifactId> |
114 | | - <version>4.20-SNAPSHOT</version> |
| 114 | + <version>4.20</version> |
115 | 115 | </dependency> |
116 | 116 | <dependency> |
117 | 117 | <groupId>org.commonjava.maven.ext</groupId> |
118 | 118 | <artifactId>pom-manipulation-cli</artifactId> |
119 | | - <version>4.20-SNAPSHOT</version> |
| 119 | + <version>4.20</version> |
120 | 120 | </dependency> |
121 | 121 | <dependency> |
122 | 122 | <groupId>org.commonjava.maven.ext</groupId> |
123 | 123 | <artifactId>pom-manipulation-cli</artifactId> |
124 | 124 | <classifier>minimal</classifier> |
125 | | - <version>4.20-SNAPSHOT</version> |
| 125 | + <version>4.20</version> |
126 | 126 | </dependency> |
127 | 127 | <dependency> |
128 | 128 | <groupId>org.commonjava.maven.ext</groupId> |
129 | 129 | <artifactId>pom-manipulation-core</artifactId> |
130 | | - <version>4.20-SNAPSHOT</version> |
| 130 | + <version>4.20</version> |
131 | 131 | </dependency> |
132 | 132 | <dependency> |
133 | 133 | <groupId>org.commonjava.maven.ext</groupId> |
134 | 134 | <artifactId>pom-manipulation-core</artifactId> |
135 | | - <version>4.20-SNAPSHOT</version> |
| 135 | + <version>4.20</version> |
136 | 136 | <type>test-jar</type> |
137 | 137 | </dependency> |
138 | 138 | <dependency> |
139 | 139 | <groupId>org.commonjava.maven.ext</groupId> |
140 | 140 | <artifactId>pom-manipulation-ext</artifactId> |
141 | | - <version>4.20-SNAPSHOT</version> |
| 141 | + <version>4.20</version> |
142 | 142 | </dependency> |
143 | 143 | <dependency> |
144 | 144 | <groupId>org.commonjava.maven.ext</groupId> |
145 | 145 | <artifactId>pom-manipulation-io</artifactId> |
146 | | - <version>4.20-SNAPSHOT</version> |
| 146 | + <version>4.20</version> |
147 | 147 | </dependency> |
148 | 148 | <dependency> |
149 | 149 | <groupId>org.commonjava.maven.ext</groupId> |
150 | 150 | <artifactId>pom-manipulation-io</artifactId> |
151 | | - <version>4.20-SNAPSHOT</version> |
| 151 | + <version>4.20</version> |
152 | 152 | <type>test-jar</type> |
153 | 153 | </dependency> |
154 | 154 | <dependency> |
155 | 155 | <groupId>org.commonjava.maven.ext</groupId> |
156 | 156 | <artifactId>pom-manipulation-integration-test</artifactId> |
157 | | - <version>4.20-SNAPSHOT</version> |
| 157 | + <version>4.20</version> |
158 | 158 | </dependency> |
159 | 159 | <dependency> |
160 | 160 | <groupId>org.commonjava.maven.ext</groupId> |
161 | 161 | <artifactId>pom-manipulation-integration-test</artifactId> |
162 | | - <version>4.20-SNAPSHOT</version> |
| 162 | + <version>4.20</version> |
163 | 163 | <type>test-jar</type> |
164 | 164 | </dependency> |
165 | 165 |
|
|
0 commit comments