Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade version to v3.3.2. #9

Merged
merged 2 commits into from
Jul 16, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.alipay.sofa</groupId>
<artifactId>hessian</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
14 changes: 14 additions & 0 deletions src/main/java/com/alipay/hessian/Version332.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HEADER 不对

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

改掉了.

* Alipay.com Inc.
* Copyright (c) 2004-2018 All Rights Reserved.
*/
package com.alipay.hessian;

/**
* only for security hack scan. do not delete it
* every publish you need to change class name
* @author bystander
* @version $Id: Version326.java, v 0.1 2018年07月06日 5:21 PM bystander Exp $
*/
public class Version332 {
}