Skip to content
This repository was archived by the owner on Feb 23, 2022. It is now read-only.

Commit ca18477

Browse files
msamueliflan
authored andcommitted
csscomp/opensource: Bump dev version after release to maven
This fixes the <project> in the POM. Previously it references an undeclared namespace which prevented it from working with the maven-{help,version}-plugins. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132587444
1 parent d4476e5 commit ca18477

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,18 @@
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
-->
16-
<project xsi:schemaLocation=
17-
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
16+
<project
17+
xmlns="http://maven.apache.org/POM/4.0.0"
18+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1820
<modelVersion>4.0.0</modelVersion>
1921

2022
<groupId>com.google.closure-stylesheets</groupId>
2123
<artifactId>closure-stylesheets</artifactId>
2224
<packaging>jar</packaging>
2325

2426
<name>Closure Stylesheets</name>
25-
<version>21060712-SNAPSHOT</version>
27+
<version>1.4.0-SNAPSHOT</version>
2628

2729
<url>http://github.com/google/closure-stylesheets/</url>
2830
<description>
@@ -46,6 +48,10 @@
4648

4749
<!-- Allow publishing snapshots to Maven Central. -->
4850
<distributionManagement>
51+
<repository>
52+
<id>ossrh</id>
53+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
54+
</repository>
4955
<snapshotRepository>
5056
<id>ossrh</id>
5157
<url>https://oss.sonatype.org/content/repositories/snapshots</url>

0 commit comments

Comments
 (0)