Skip to content

Commit

Permalink
Merge pull request #13 from andrewshan/main
Browse files Browse the repository at this point in the history
修改版本号为正式版本
  • Loading branch information
andrewshan committed Nov 21, 2022
2 parents 5b1a727 + 3c652a7 commit 4555636
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@

<artifactId>dubbo-discovery-provider</artifactId>

<properties>
<skip_maven_deploy>true</skip_maven_deploy>
</properties>

<dependencies>
<dependency>
<groupId>com.tencent.polaris</groupId>
Expand Down
1 change: 1 addition & 0 deletions dubbo/dubbo-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<properties>
<slf4j-log4j12.version>1.7.25</slf4j-log4j12.version>
<skip_maven_deploy>true</skip_maven_deploy>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public void destroy() {
doUnregister(url);
}
polarisOperator.destroy();
taskScheduler.destroy();
}
}

Expand Down
4 changes: 4 additions & 0 deletions dubbo/dubbo-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

<artifactId>dubbo-plugins</artifactId>
<packaging>pom</packaging>

<properties>
<skip_maven_deploy>false</skip_maven_deploy>
</properties>
<modules>
<module>dubbo-registry-polaris</module>
<module>dubbo-router-polaris</module>
Expand Down
2 changes: 1 addition & 1 deletion dubbox/dubbox-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<easymock_version>3.0</easymock_version>
<jmockit_version>0.999.8</jmockit_version>

<skip_maven_deploy>false</skip_maven_deploy>
<skip_maven_deploy>true</skip_maven_deploy>
<!-- for maven compiler plugin -->
<maven_compiler_plugin_version>2.3.2</maven_compiler_plugin_version>
<java_source_version>1.6</java_source_version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public void destroy() {
doUnregister(url);
}
polarisOperator.destroy();
taskScheduler.destroy();
}
}

Expand Down
4 changes: 4 additions & 0 deletions dubbox/dubbox-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<artifactId>dubbox-plugins</artifactId>
<packaging>pom</packaging>

<properties>
<skip_maven_deploy>false</skip_maven_deploy>
</properties>

<modules>
<module>dubbox-registry-polaris</module>
<module>dubbox-router-polaris</module>
Expand Down
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<properties>
<!-- Project revision -->
<revision>0.1.0-SNAPSHOT</revision>
<revision>0.1.0</revision>
<timestamp>${maven.build.timestamp}</timestamp>
<skip.maven.deploy>false</skip.maven.deploy>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
Expand Down Expand Up @@ -257,14 +257,14 @@
</repository>
</distributionManagement>

<!-- <repositories>-->
<!-- <repository>-->
<!-- <id>ossrh</id>-->
<!-- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>-->
<!-- <snapshots>-->
<!-- <enabled>true</enabled>-->
<!-- <updatePolicy>always</updatePolicy>-->
<!-- </snapshots>-->
<!-- </repository>-->
<!-- </repositories>-->
<!-- <repositories>-->
<!-- <repository>-->
<!-- <id>ossrh</id>-->
<!-- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>-->
<!-- <snapshots>-->
<!-- <enabled>true</enabled>-->
<!-- <updatePolicy>always</updatePolicy>-->
<!-- </snapshots>-->
<!-- </repository>-->
<!-- </repositories>-->
</project>

0 comments on commit 4555636

Please sign in to comment.